aspose.cells

Class WorkbookMetadata

Represents the meta data.

Constructor Summary
WorkbookMetadata(fileName, options)
Create the meta data object.
 
Property Getters/Setters Summary
functiongetBuiltInDocumentProperties()
Returns a DocumentProperty collection that represents all the built-in document properties of the spreadsheet.
functiongetCustomDocumentProperties()
Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet.
functiongetOptions()
Gets the options of the metadata.
 
Method Summary
functionsave(fileName)
Save the modified metadata to the file.
 

    • Constructor Detail

      • WorkbookMetadata

        function WorkbookMetadata(fileName, options)
        Create the meta data object.
        Parameters:
        fileName: String -
        options: MetadataOptions -
    • Method Detail

      • save

        function save(fileName)
        Save the modified metadata to the file.
        Parameters:
        fileName: String - The file name.