LoadOptions

Overview

LoadOptions is a struct in Aspose.Cells FOSS for Rust. Inherits from: Debug, Clone, PartialEq, and 1 more.

Specifies how a workbook should be loaded.

This struct provides 1 method for working with LoadOptions objects in Rust programs. Available methods include: default. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package. Fields: load_format, preserve_unsupported_parts, strict_mode, try_repair_package, try_repair_xml.

Fields

NameTypeAccessDescription
load_formatLoadFormatRead/WriteGets the load format.
strict_modeboolRead/WriteGets the strict mode.
try_repair_packageboolRead/WriteGets the try repair package.
try_repair_xmlboolRead/WriteGets the try repair xml.
preserve_unsupported_partsboolRead/WriteGets the preserve unsupported parts.

Methods

SignatureDescription
default()SelfCalls default on this LoadOptions instance.

See Also