LoadOptions
Overview
LoadOptions is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Debug, Clone, PartialEq, and 1 more.
Specifies how a workbook should be loaded.
This struct provides 1 method for working with LoadOptions objects in Rust programs.
Available methods include: default.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Fields: load_format, preserve_unsupported_parts, strict_mode, try_repair_package, try_repair_xml.
Fields
| Name | Type | Access | Description |
|---|---|---|---|
load_format | LoadFormat | Read/Write | Gets the load format. |
strict_mode | bool | Read/Write | Gets the strict mode. |
try_repair_package | bool | Read/Write | Gets the try repair package. |
try_repair_xml | bool | Read/Write | Gets the try repair xml. |
preserve_unsupported_parts | bool | Read/Write | Gets the preserve unsupported parts. |
Methods
| Signature | Description |
|---|---|
default() → Self | Calls default on this LoadOptions instance. |