SaveOptions

Overview

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

Specifies how a workbook should be saved.

This struct provides 1 method for working with SaveOptions 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: compact_styles, preserve_recovery_metadata, save_format, use_shared_strings, validate_before_save.

Fields

NameTypeAccessDescription
save_formatSaveFormatRead/WriteGets the save format.
use_shared_stringsboolRead/WriteGets the use shared strings.
validate_before_saveboolRead/WriteGets the validate before save.
compact_stylesboolRead/WriteGets the compact styles.
preserve_recovery_metadataboolRead/WriteGets the preserve recovery metadata.

Methods

SignatureDescription
default()SelfCalls default on this SaveOptions instance.

See Also