LoadOptions
General
LoadOptions és una classe en Aspose.Cells per NET.
LoadOptions.LoadFormat obté o fixa el format del llibre de treball per carregar.
Propietats
| 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 |