XlsxDocumentProperties

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

SignatureDescription
BuildCorePropertiesDocument(model: Core::WorkbookModel)XmlDocumentBuilds the core properties XML document. Returns a null XmlDocument when no core state is present.
BuildExtendedPropertiesDocument(model: Core::WorkbookModel)XmlDocumentBuilds 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.

See Also