LoadOptions
Overview
LoadOptions is a class in Aspose.Cells FOSS for Java.
Represents options for loading a workbook.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
loadFormat | LoadFormat | Read | Returns the load format. |
strictMode | boolean | Read | Indicates whether strict mode. |
tryRepairPackage | boolean | Read | Indicates whether try repair package. |
tryRepairXml | boolean | Read | Indicates whether try repair xml. |
preserveUnsupportedParts | boolean | Read | Indicates whether preserve unsupported parts. |
warningCallback | IWarningCallback | Read | Returns the warning callback. |
Methods
| Signature | Description |
|---|---|
getLoadFormat() → LoadFormat | Returns the load format. |
setLoadFormat(loadFormat: LoadFormat) | Sets the load format. |
isStrictMode() → boolean | Indicates whether strict mode. |
setStrictMode(strictMode: boolean) | Sets the strict mode. |
isTryRepairPackage() → boolean | Indicates whether try repair package. |
setTryRepairPackage(tryRepairPackage: boolean) | Sets the try repair package. |
isTryRepairXml() → boolean | Indicates whether try repair xml. |
setTryRepairXml(tryRepairXml: boolean) | Sets the try repair xml. |
isPreserveUnsupportedParts() → boolean | Indicates whether preserve unsupported parts. |
setPreserveUnsupportedParts(preserveUnsupportedParts: boolean) | Sets the preserve unsupported parts. |
getWarningCallback() → IWarningCallback | Returns the warning callback. |
setWarningCallback(warningCallback: IWarningCallback) | Sets the warning callback. |