SaveOptions
Overview
SaveOptions is a class in Aspose.Cells FOSS for C++.
Specifies how a workbook should be saved.
Methods
| Signature | Description |
|---|---|
GetSaveFormat() → SaveFormat | Gets or sets the output file format. |
SetSaveFormat(value: SaveFormat) | |
GetUseSharedStrings() → bool | Gets or sets whether shared strings should be used for string cells. |
SetUseSharedStrings(value: bool) | |
GetValidateBeforeSave() → bool | Gets or sets whether the workbook should be validated before save. |
SetValidateBeforeSave(value: bool) | |
GetCompactStyles() → bool | Gets or sets whether equivalent styles should be compacted during save. |
SetCompactStyles(value: bool) | |
GetPreserveRecoveryMetadata() → bool | Gets or sets whether recovery metadata should be preserved in the saved workbook. |
SetPreserveRecoveryMetadata(value: bool) |