XlsxDocumentProperties
Overview
XlsxDocumentProperties is a class in Aspose.Cells FOSS for C++.
Provides static methods for building and loading XLSX document properties (core and extended) from/to a ZIP archive.
Methods
| Signature | Description |
|---|---|
BuildCorePropertiesDocument(model: Core::WorkbookModel) → XmlDocument | Builds the core properties XML document. Returns a null XmlDocument when no core state is present. |
BuildExtendedPropertiesDocument(model: Core::WorkbookModel) → XmlDocument | Builds the extended properties XML document. Returns a null XmlDocument when no extended state is present. |
LoadDocumentProperties(archive: ZipArchive, model: Core::WorkbookModel, diagnostics: LoadDiagnostics, options: LoadOptions) | Loads document properties (core and extended) from the ZIP archive. |