LoadOptions
Overview
LoadOptions is a class in Aspose.Cells for NET.
LoadOptions.LoadFormat gets or sets the format of the workbook to load.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
LoadFormat | LoadFormat | Read/Write | Specifies the workbook file format that the loader should interpret |
StrictMode | bool | Read/Write | Indicates whether loading should enforce strict validation of the XLSX structure |
TryRepairPackage | bool | Read/Write | Indicates whether to attempt repairing a corrupted package on load |
TryRepairXml | bool | Read/Write | Indicates whether to attempt repairing malformed XML parts during load |
PreserveUnsupportedParts | bool | Read/Write | Determines if unknown parts are retained in the loaded workbook |
WarningCallback | IWarningCallback? | Read/Write | Provides a callback invoked for non‑critical warnings encountered while loading |