class
WorkbookMetadata
Source: aspose.
Represents the meta data.
new WorkbookMetadata(fileName, options)
Create the meta data object.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
fileName |
|
|
|
options |
|
|
Methods
getBuiltInDocumentProperties()
Returns a DocumentProperty collection that represents all the built-in document properties of the spreadsheet.
getCustomDocumentProperties()
Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet.
getOptions()
Gets the options of the metadata.
save(fileName)
Save the modified metadata to the file.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
fileName |
String |
|
The file name. |