WorkbookValidator
Overview
WorkbookValidator is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Default, Clone, PartialEq.
This struct declares 1 method for WorkbookValidator objects in Rust programs.
Available methods include: validate_for_save.
Public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
validate_for_save(workbook_model: serde_json::Value, package_model: serde_json::Value) → IReadOnlyList<ValidationMessage> | Calls validate_for_save(workbook_model, package_model) on this WorkbookValidator instance. |