XlsxWorkbookProperties

XlsxWorkbookProperties

Overview

XlsxWorkbookProperties is a class in Aspose.Cells FOSS for C++.

Provides static methods for building and loading workbook-level metadata.

Methods

SignatureDescription
BuildWorkbookPropertiesElement(model: Core::WorkbookModel)XmlElementBuilds the workbookPr element. Returns a null XmlElement when no state is present.
BuildWorkbookProtectionElement(model: Core::WorkbookModel)XmlElementBuilds the workbookProtection element. Returns a null XmlElement when no protection state is present.
BuildBookViewsElement(model: Core::WorkbookModel)XmlElementBuilds the bookViews element. Returns a null XmlElement when no view state is present.
BuildCalculationPropertiesElement(model: Core::WorkbookModel)XmlElementBuilds 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.

See Also