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.

This class provides 4 methods for working with XlsxDocumentProperties objects in C++ programs. Available methods include: BuildCorePropertiesDocument, BuildExtendedPropertiesDocument, LoadDocumentProperties, XlsxDocumentProperties. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
XlsxDocumentProperties()Calls XlsxDocumentProperties on this XlsxDocumentProperties instance.
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

 English