XlsxWorkbookProperties
Overview
XlsxWorkbookProperties is a class in Aspose.Cells FOSS for C++.
Provides static methods for building and loading workbook-level metadata.
Methods
| Signature | Description |
|---|---|
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. |