XlsxWorkbookValidations

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

SignatureDescription
BuildDataValidationsElement(worksheet: Core::WorksheetModel)XmlElementBuilds 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.

See Also