Aspose Cloud
/
AsposeCellsCloud-CellsApi-19.2.1
/
docs/HtmlSaveOptions.md
AsposeCellsCloud::Object::HtmlSaveOptions
Load the model package
use AsposeCellsCloud::Object::HtmlSaveOptions;
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]
attached_files_directory | string | | [optional]
attached_files_url_prefix | string | | [optional]
encoding | string | | [optional]
export_active_worksheet_only | boolean | | [optional]
export_chart_image_format | string | | [optional]
export_images_as_base64 | boolean | | [optional]
hidden_col_display_type | string | | [optional]
hidden_row_display_type | string | | [optional]
html_cross_string_type | string | | [optional]
is_exp_image_to_temp_dir | boolean | | [optional]
page_title | string | | [optional]
parse_html_tag_in_cell | boolean | | [optional]
[Back to Model list] [Back to API list] [Back to README]