XlsxWorkbookProperties
Overview
XlsxWorkbookProperties is a class in Aspose.Cells FOSS for C++.
Provides static methods for building and loading workbook-level metadata.
This class provides 6 methods for working with XlsxWorkbookProperties objects in C++ programs.
Available methods include: BuildBookViewsElement, BuildCalculationPropertiesElement, BuildWorkbookPropertiesElement, BuildWorkbookProtectionElement, LoadWorkbookMetadata, XlsxWorkbookProperties.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
XlsxWorkbookProperties() | Calls XlsxWorkbookProperties on this XlsxWorkbookProperties instance. |
BuildWorkbookPropertiesElement(model: Core::WorkbookModel) → XmlElement | Builds the workbookPr element. Returns a null XmlElement when no state is present. |
BuildWorkbookProtectionElement(model: Core::WorkbookModel) → XmlElement | Builds the workbookProtection element. Returns a null XmlElement when no protection state is present. |
BuildBookViewsElement(model: Core::WorkbookModel) → XmlElement | Builds the bookViews element. Returns a null XmlElement when no view state is present. |
BuildCalculationPropertiesElement(model: Core::WorkbookModel) → XmlElement | Builds the calcPr element. Returns a null XmlElement when no calculation state is present. |
LoadWorkbookMetadata(workbookRoot: XmlElement, workbookModel: Core::WorkbookModel, sheetCount: int, diagnostics: LoadDiagnostics, options: LoadOptions) | Loads workbook metadata from the workbook XML root element. |