WorkbookMetadata
Contents
[
Hide
]WorkbookMetadata class
Represents the meta data.
new WorkbookMetadata(fileName, options)
Create the meta data object.
Methods
| Name | Description |
|---|---|
| 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. |
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 | Type | Description |
|---|---|---|
| fileName | String | The file name. |