Save Options
Contents
[
Hide
]
SaveOptions Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| EnableHTTPCompression | bool? | Enables HTTP compression for the response. | [optional] |
| SaveFormat | string | Specifies the target file format for saving the workbook. | [optional] |
| ClearData | bool? | Makes the workbook empty after saving the file. | [optional] |
| CachedFileFolder | string | The cached file folder used to store large data temporarily. | [optional] |
| ValidateMergedAreas | bool? | Indicates whether to validate merged areas before saving the file. The default value is false. | [optional] |
| RefreshChartCache | bool? | Refreshes chart cache data before saving. | [optional] |
| CreateDirectory | bool? | If true and the directory does not exist, it will be automatically created before saving the file. | [optional] |
| SortNames | bool? | Sorts named ranges alphabetically when saving. | [optional] |