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
| Name | Type | Access | Description |
|---|---|---|---|
save_format | SaveFormat | Read/Write | Gets the save format. |
use_shared_strings | bool | Read/Write | Gets the use shared strings. |
validate_before_save | bool | Read/Write | Gets the validate before save. |
compact_styles | bool | Read/Write | Gets the compact styles. |
preserve_recovery_metadata | bool | Read/Write | Gets the preserve recovery metadata. |
Methods
| Signature | Description |
|---|---|
default() → Self | Calls default on this SaveOptions instance. |