LoadOptions
Overview
LoadOptions is a class in Aspose.Cells FOSS for C++.
Specifies how a workbook should be loaded.
Methods
| Signature | Description |
|---|---|
GetLoadFormat() → LoadFormat | Gets or sets the expected input format. |
SetLoadFormat(value: LoadFormat) | |
GetStrictMode() → bool | Gets or sets whether loading should reject ambiguous repairs. |
SetStrictMode(value: bool) | |
GetTryRepairPackage() → bool | Gets or sets whether package-level repairs are allowed during load. |
SetTryRepairPackage(value: bool) | |
GetTryRepairXml() → bool | Gets or sets whether XML-level repairs are allowed during load. |
SetTryRepairXml(value: bool) | |
GetPreserveUnsupportedParts() → bool | Gets or sets whether unsupported parts should be preserved when possible. |
SetPreserveUnsupportedParts(value: bool) | |
SetWarningCallback(value: std::shared_ptr<IWarningCallback>) | Allows registering a callback to receive warnings that occur while loading a workbook |