AsposeCellsCloud::Object::XlsbSaveOptions

Load the model package

use AsposeCellsCloud::Object::XlsbSaveOptions;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- enable_http_compression | boolean | | [optional] save_format | string | | [optional] clear_data | boolean | Make the workbook empty after saving the file. | [optional] cached_file_folder | string | The cached file folder is used to store some large data. | [optional] validate_merged_areas | boolean | Indicates whether validate merged areas before saving the file. The default value is false. | [optional] refresh_chart_cache | boolean | | [optional] create_directory | boolean | If true and the directory does not exist, the directory will be automatically created before saving the file. | [optional] sort_names | boolean | | [optional]

[Back to Model list] [Back to API list] [Back to README]