XlsxWorkbookValidations
Overview
XlsxWorkbookValidations is a class in Aspose.Cells FOSS for C++.
Provides static methods for building and loading worksheet data validation elements in the XLSX workbook serializer.
Methods
| Signature | Description |
|---|---|
BuildDataValidationsElement(worksheet: Core::WorksheetModel) → XmlElement | Builds the dataValidations XML element for a worksheet. Returns a null XmlElement when no validations exist. |
LoadValidations(worksheetModel: Core::WorksheetModel, worksheetRoot: XmlElement, diagnostics: LoadDiagnostics, options: LoadOptions, sheetName: std::string_view) | Loads data validations from the worksheet XML root into the model. |