Excel.Interfaces.DocumentPropertiesData interface
An interface describing the data returned by calling documentProperties.toJSON().
Properties
| author | The author of the workbook. |
| category | The category of the workbook. |
| comments | The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook. |
| company | The company of the workbook. |
| creation |
Gets the creation date of the workbook. |
| custom | Gets the collection of custom properties of the workbook. |
| keywords | The keywords of the workbook. |
| last |
Gets the last author of the workbook. |
| manager | The manager of the workbook. |
| revision |
Gets the revision number of the workbook. |
| subject | The subject of the workbook. |
| title | The title of the workbook. |
Property Details
author
category
The category of the workbook.
category?: string;
Property Value
string
Remarks
comments
The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook.
comments?: string;
Property Value
string
Remarks
company
creationDate
Gets the creation date of the workbook.
creationDate?: Date;
Property Value
Date
Remarks
custom
Gets the collection of custom properties of the workbook.
custom?: Excel.Interfaces.CustomPropertyData[];
Property Value
Remarks
keywords
The keywords of the workbook.
keywords?: string;
Property Value
string
Remarks
lastAuthor
Gets the last author of the workbook.
lastAuthor?: string;
Property Value
string
Remarks
manager
revisionNumber
Gets the revision number of the workbook.
revisionNumber?: number;
Property Value
number