WorkbookMetadata

WorkbookMetadata class

Represents the meta data.

new WorkbookMetadata(fileName, options)

Create the meta data object.

Methods

NameDescription
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.

ParameterTypeDescription
fileNameStringThe file name.