XlsxWorkbookDefinedNames
Overview
XlsxWorkbookDefinedNames is a class in Aspose.Cells FOSS for C++.
Provides static methods for building and loading workbook-level defined names.
Methods
| Signature | Description |
|---|---|
BuildDefinedNames(model: Core::WorkbookModel) → XmlElement | Builds the definedNames element containing page-setup, auto-filter, and user-defined names. Returns a null XmlElement when no defined names exist. |
LoadWorkbookDefinedNames(workbookRoot: XmlElement, workbookModel: Core::WorkbookModel, sheetCount: int, diagnostics: LoadDiagnostics, options: LoadOptions) | Loads workbook-level defined names from the workbook root element. |