Save Options
Contents
[
Hide
]
SaveOptions Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| EnableHTTPCompression | bool? | [optional] | |
| SaveFormat | string | [optional] | |
| ClearData | bool? | Make the workbook empty after saving the file. | [optional] |
| CachedFileFolder | string | The cached file folder is used to store some large data. | [optional] |
| ValidateMergedAreas | bool? | Indicates whether validate merged areas before saving the file. The default value is false. | [optional] |
| RefreshChartCache | bool? | [optional] | |
| CreateDirectory | bool? | If true and the directory does not exist, the directory will be automatically created before saving the file. | [optional] |
| SortNames | bool? | [optional] |