LoadOptions

Overview

LoadOptions is a class in Aspose.Cells FOSS for C++.

Specifies how a workbook should be loaded.

Methods

SignatureDescription
GetLoadFormat()LoadFormatGets or sets the expected input format.
SetLoadFormat(value: LoadFormat)
GetStrictMode()boolGets or sets whether loading should reject ambiguous repairs.
SetStrictMode(value: bool)
GetTryRepairPackage()boolGets or sets whether package-level repairs are allowed during load.
SetTryRepairPackage(value: bool)
GetTryRepairXml()boolGets or sets whether XML-level repairs are allowed during load.
SetTryRepairXml(value: bool)
GetPreserveUnsupportedParts()boolGets 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

See Also