aspose_cells_cloud 20.11 → 20.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -0
- data/README.md +116 -0
- data/lib/aspose_cells_cloud.rb +296 -0
- data/lib/aspose_cells_cloud/api/cells_api.rb +19867 -0
- data/lib/aspose_cells_cloud/api_client.rb +493 -0
- data/lib/aspose_cells_cloud/api_error.rb +48 -0
- data/lib/aspose_cells_cloud/configuration.rb +178 -0
- data/lib/aspose_cells_cloud/models/above_average.rb +234 -0
- data/lib/aspose_cells_cloud/models/access_token_response.rb +261 -0
- data/lib/aspose_cells_cloud/models/area.rb +243 -0
- data/lib/aspose_cells_cloud/models/auto_filter.rb +227 -0
- data/lib/aspose_cells_cloud/models/auto_filter_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/auto_fitter_options.rb +231 -0
- data/lib/aspose_cells_cloud/models/auto_shape.rb +504 -0
- data/lib/aspose_cells_cloud/models/auto_shape_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/auto_shapes.rb +209 -0
- data/lib/aspose_cells_cloud/models/auto_shapes_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/border.rb +216 -0
- data/lib/aspose_cells_cloud/models/calculation_options.rb +225 -0
- data/lib/aspose_cells_cloud/models/cell.rb +401 -0
- data/lib/aspose_cells_cloud/models/cell_area.rb +245 -0
- data/lib/aspose_cells_cloud/models/cell_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/cell_value.rb +234 -0
- data/lib/aspose_cells_cloud/models/cells.rb +270 -0
- data/lib/aspose_cells_cloud/models/cells_cloud_file_info.rb +230 -0
- data/lib/aspose_cells_cloud/models/cells_cloud_response.rb +212 -0
- data/lib/aspose_cells_cloud/models/cells_color.rb +234 -0
- data/lib/aspose_cells_cloud/models/cells_document_properties.rb +209 -0
- data/lib/aspose_cells_cloud/models/cells_document_properties_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/cells_document_property.rb +225 -0
- data/lib/aspose_cells_cloud/models/cells_document_property_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/cells_error.rb +229 -0
- data/lib/aspose_cells_cloud/models/cells_object_operate_task_parameter.rb +216 -0
- data/lib/aspose_cells_cloud/models/cells_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/chart.rb +626 -0
- data/lib/aspose_cells_cloud/models/chart_area.rb +317 -0
- data/lib/aspose_cells_cloud/models/chart_area_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/chart_frame.rb +317 -0
- data/lib/aspose_cells_cloud/models/chart_operate_parameter.rb +279 -0
- data/lib/aspose_cells_cloud/models/charts.rb +209 -0
- data/lib/aspose_cells_cloud/models/charts_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/color.rb +245 -0
- data/lib/aspose_cells_cloud/models/color_filter.rb +234 -0
- data/lib/aspose_cells_cloud/models/color_filter_request.rb +216 -0
- data/lib/aspose_cells_cloud/models/color_scale.rb +249 -0
- data/lib/aspose_cells_cloud/models/column.rb +243 -0
- data/lib/aspose_cells_cloud/models/column_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/columns.rb +237 -0
- data/lib/aspose_cells_cloud/models/columns_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/comment.rb +297 -0
- data/lib/aspose_cells_cloud/models/comment_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/comments.rb +209 -0
- data/lib/aspose_cells_cloud/models/comments_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/conditional_formatting.rb +218 -0
- data/lib/aspose_cells_cloud/models/conditional_formatting_icon.rb +235 -0
- data/lib/aspose_cells_cloud/models/conditional_formatting_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/conditional_formatting_value.rb +219 -0
- data/lib/aspose_cells_cloud/models/conditional_formattings.rb +223 -0
- data/lib/aspose_cells_cloud/models/conditional_formattings_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +216 -0
- data/lib/aspose_cells_cloud/models/copy_options.rb +248 -0
- data/lib/aspose_cells_cloud/models/create_pivot_table_request.rb +263 -0
- data/lib/aspose_cells_cloud/models/custom_filter.rb +207 -0
- data/lib/aspose_cells_cloud/models/custom_parser_config.rb +216 -0
- data/lib/aspose_cells_cloud/models/data_bar.rb +309 -0
- data/lib/aspose_cells_cloud/models/data_bar_border.rb +209 -0
- data/lib/aspose_cells_cloud/models/data_sorter.rb +227 -0
- data/lib/aspose_cells_cloud/models/dif_save_options.rb +265 -0
- data/lib/aspose_cells_cloud/models/disc_usage.rb +219 -0
- data/lib/aspose_cells_cloud/models/dynamic_filter.rb +216 -0
- data/lib/aspose_cells_cloud/models/error_details.rb +214 -0
- data/lib/aspose_cells_cloud/models/file_source.rb +207 -0
- data/lib/aspose_cells_cloud/models/file_version.rb +274 -0
- data/lib/aspose_cells_cloud/models/file_versions.rb +201 -0
- data/lib/aspose_cells_cloud/models/files_list.rb +201 -0
- data/lib/aspose_cells_cloud/models/files_upload_result.rb +213 -0
- data/lib/aspose_cells_cloud/models/fill_format.rb +259 -0
- data/lib/aspose_cells_cloud/models/fill_format_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/filter_column.rb +277 -0
- data/lib/aspose_cells_cloud/models/font.rb +279 -0
- data/lib/aspose_cells_cloud/models/font_setting.rb +244 -0
- data/lib/aspose_cells_cloud/models/format_condition.rb +327 -0
- data/lib/aspose_cells_cloud/models/gradient_fill.rb +227 -0
- data/lib/aspose_cells_cloud/models/gradient_fill_stop.rb +226 -0
- data/lib/aspose_cells_cloud/models/horizontal_page_break.rb +231 -0
- data/lib/aspose_cells_cloud/models/horizontal_page_break_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/horizontal_page_breaks.rb +209 -0
- data/lib/aspose_cells_cloud/models/horizontal_page_breaks_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/html_save_options.rb +373 -0
- data/lib/aspose_cells_cloud/models/hyperlink.rb +234 -0
- data/lib/aspose_cells_cloud/models/hyperlink_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/hyperlinks.rb +223 -0
- data/lib/aspose_cells_cloud/models/hyperlinks_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/icon_filter.rb +212 -0
- data/lib/aspose_cells_cloud/models/icon_set.rb +253 -0
- data/lib/aspose_cells_cloud/models/image_save_options.rb +373 -0
- data/lib/aspose_cells_cloud/models/import_batch_data_option.rb +236 -0
- data/lib/aspose_cells_cloud/models/import_csv_data_option.rb +281 -0
- data/lib/aspose_cells_cloud/models/import_data_task_parameter.rb +216 -0
- data/lib/aspose_cells_cloud/models/import_double_array_option.rb +263 -0
- data/lib/aspose_cells_cloud/models/import_int_array_option.rb +263 -0
- data/lib/aspose_cells_cloud/models/import_option.rb +225 -0
- data/lib/aspose_cells_cloud/models/import_string_array_option.rb +263 -0
- data/lib/aspose_cells_cloud/models/legend.rb +335 -0
- data/lib/aspose_cells_cloud/models/legend_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/line.rb +360 -0
- data/lib/aspose_cells_cloud/models/line_format.rb +358 -0
- data/lib/aspose_cells_cloud/models/line_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/link.rb +225 -0
- data/lib/aspose_cells_cloud/models/link_element.rb +198 -0
- data/lib/aspose_cells_cloud/models/list_column.rb +209 -0
- data/lib/aspose_cells_cloud/models/list_object.rb +350 -0
- data/lib/aspose_cells_cloud/models/list_object_operate_parameter.rb +207 -0
- data/lib/aspose_cells_cloud/models/list_object_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/list_objects.rb +209 -0
- data/lib/aspose_cells_cloud/models/list_objects_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/m_html_save_options.rb +373 -0
- data/lib/aspose_cells_cloud/models/markdown_save_options.rb +292 -0
- data/lib/aspose_cells_cloud/models/merged_cell.rb +254 -0
- data/lib/aspose_cells_cloud/models/merged_cell_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/merged_cells.rb +223 -0
- data/lib/aspose_cells_cloud/models/merged_cells_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/multiple_filter.rb +189 -0
- data/lib/aspose_cells_cloud/models/multiple_filters.rb +209 -0
- data/lib/aspose_cells_cloud/models/name.rb +276 -0
- data/lib/aspose_cells_cloud/models/name_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/names.rb +223 -0
- data/lib/aspose_cells_cloud/models/names_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/negative_bar_format.rb +229 -0
- data/lib/aspose_cells_cloud/models/object_exist.rb +219 -0
- data/lib/aspose_cells_cloud/models/ods_save_options.rb +265 -0
- data/lib/aspose_cells_cloud/models/ole_object.rb +567 -0
- data/lib/aspose_cells_cloud/models/ole_object_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/ole_objects.rb +209 -0
- data/lib/aspose_cells_cloud/models/ole_objects_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/ooxml_save_options.rb +274 -0
- data/lib/aspose_cells_cloud/models/operate_object.rb +207 -0
- data/lib/aspose_cells_cloud/models/operate_object_position.rb +243 -0
- data/lib/aspose_cells_cloud/models/operate_parameter.rb +198 -0
- data/lib/aspose_cells_cloud/models/page_break_operate_parameter.rb +252 -0
- data/lib/aspose_cells_cloud/models/page_section.rb +259 -0
- data/lib/aspose_cells_cloud/models/page_sections_response.rb +223 -0
- data/lib/aspose_cells_cloud/models/page_setup.rb +542 -0
- data/lib/aspose_cells_cloud/models/page_setup_operate_parameter.rb +207 -0
- data/lib/aspose_cells_cloud/models/page_setup_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/password_request.rb +198 -0
- data/lib/aspose_cells_cloud/models/paste_options.rb +225 -0
- data/lib/aspose_cells_cloud/models/pattern_fill.rb +252 -0
- data/lib/aspose_cells_cloud/models/pdf_save_options.rb +355 -0
- data/lib/aspose_cells_cloud/models/pdf_security_options.rb +283 -0
- data/lib/aspose_cells_cloud/models/pic_format_option.rb +243 -0
- data/lib/aspose_cells_cloud/models/picture.rb +558 -0
- data/lib/aspose_cells_cloud/models/picture_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/pictures.rb +209 -0
- data/lib/aspose_cells_cloud/models/pictures_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/pivot_field.rb +546 -0
- data/lib/aspose_cells_cloud/models/pivot_field_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/pivot_filter.rb +279 -0
- data/lib/aspose_cells_cloud/models/pivot_filter_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/pivot_filters_response.rb +223 -0
- data/lib/aspose_cells_cloud/models/pivot_item.rb +228 -0
- data/lib/aspose_cells_cloud/models/pivot_table.rb +824 -0
- data/lib/aspose_cells_cloud/models/pivot_table_field_request.rb +200 -0
- data/lib/aspose_cells_cloud/models/pivot_table_operate_parameter.rb +276 -0
- data/lib/aspose_cells_cloud/models/pivot_table_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/pivot_tables.rb +209 -0
- data/lib/aspose_cells_cloud/models/pivot_tables_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/protect_sheet_parameter.rb +335 -0
- data/lib/aspose_cells_cloud/models/range.rb +309 -0
- data/lib/aspose_cells_cloud/models/range_copy_request.rb +225 -0
- data/lib/aspose_cells_cloud/models/range_set_outline_border_request.rb +225 -0
- data/lib/aspose_cells_cloud/models/range_set_style_request.rb +207 -0
- data/lib/aspose_cells_cloud/models/range_value_response.rb +223 -0
- data/lib/aspose_cells_cloud/models/ranges.rb +200 -0
- data/lib/aspose_cells_cloud/models/ranges_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/result_destination.rb +216 -0
- data/lib/aspose_cells_cloud/models/row.rb +261 -0
- data/lib/aspose_cells_cloud/models/row_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/rows.rb +237 -0
- data/lib/aspose_cells_cloud/models/rows_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/save_options.rb +265 -0
- data/lib/aspose_cells_cloud/models/save_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/save_result.rb +200 -0
- data/lib/aspose_cells_cloud/models/save_result_task_parameter.rb +207 -0
- data/lib/aspose_cells_cloud/models/shadow_effect.rb +252 -0
- data/lib/aspose_cells_cloud/models/shape.rb +504 -0
- data/lib/aspose_cells_cloud/models/shape_operate_parameter.rb +207 -0
- data/lib/aspose_cells_cloud/models/shape_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/shapes.rb +209 -0
- data/lib/aspose_cells_cloud/models/shapes_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/single_value.rb +207 -0
- data/lib/aspose_cells_cloud/models/single_value_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/smart_marker_task_parameter.rb +216 -0
- data/lib/aspose_cells_cloud/models/solid_fill.rb +216 -0
- data/lib/aspose_cells_cloud/models/sort_key.rb +221 -0
- data/lib/aspose_cells_cloud/models/sparkline.rb +226 -0
- data/lib/aspose_cells_cloud/models/sparkline_group.rb +434 -0
- data/lib/aspose_cells_cloud/models/sparkline_group_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/sparkline_groups.rb +200 -0
- data/lib/aspose_cells_cloud/models/sparkline_groups_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/split_result.rb +200 -0
- data/lib/aspose_cells_cloud/models/split_result_document.rb +212 -0
- data/lib/aspose_cells_cloud/models/split_result_response.rb +222 -0
- data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +243 -0
- data/lib/aspose_cells_cloud/models/spreadsheet_ml2003_save_options.rb +292 -0
- data/lib/aspose_cells_cloud/models/storage_exist.rb +204 -0
- data/lib/aspose_cells_cloud/models/storage_file.rb +249 -0
- data/lib/aspose_cells_cloud/models/style.rb +407 -0
- data/lib/aspose_cells_cloud/models/style_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/svg_save_options.rb +274 -0
- data/lib/aspose_cells_cloud/models/task_data.rb +200 -0
- data/lib/aspose_cells_cloud/models/task_description.rb +207 -0
- data/lib/aspose_cells_cloud/models/task_parameter.rb +189 -0
- data/lib/aspose_cells_cloud/models/text_item.rb +207 -0
- data/lib/aspose_cells_cloud/models/text_items.rb +209 -0
- data/lib/aspose_cells_cloud/models/text_items_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/text_options.rb +333 -0
- data/lib/aspose_cells_cloud/models/text_water_marker_request.rb +239 -0
- data/lib/aspose_cells_cloud/models/texture_fill.rb +243 -0
- data/lib/aspose_cells_cloud/models/theme_color.rb +207 -0
- data/lib/aspose_cells_cloud/models/tile_pic_option.rb +263 -0
- data/lib/aspose_cells_cloud/models/title.rb +380 -0
- data/lib/aspose_cells_cloud/models/title_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/top10.rb +219 -0
- data/lib/aspose_cells_cloud/models/top10_filter.rb +240 -0
- data/lib/aspose_cells_cloud/models/txt_save_options.rb +301 -0
- data/lib/aspose_cells_cloud/models/validation.rb +360 -0
- data/lib/aspose_cells_cloud/models/validation_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/validations.rb +223 -0
- data/lib/aspose_cells_cloud/models/validations_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/value_type.rb +189 -0
- data/lib/aspose_cells_cloud/models/vertical_page_break.rb +231 -0
- data/lib/aspose_cells_cloud/models/vertical_page_break_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/vertical_page_breaks.rb +209 -0
- data/lib/aspose_cells_cloud/models/vertical_page_breaks_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/workbook.rb +290 -0
- data/lib/aspose_cells_cloud/models/workbook_encryption_request.rb +224 -0
- data/lib/aspose_cells_cloud/models/workbook_operate_parameter.rb +198 -0
- data/lib/aspose_cells_cloud/models/workbook_protection_request.rb +209 -0
- data/lib/aspose_cells_cloud/models/workbook_replace_response.rb +235 -0
- data/lib/aspose_cells_cloud/models/workbook_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/workbook_settings.rb +626 -0
- data/lib/aspose_cells_cloud/models/workbook_settings_operate_parameter.rb +207 -0
- data/lib/aspose_cells_cloud/models/workbook_settings_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/worksheet.rb +510 -0
- data/lib/aspose_cells_cloud/models/worksheet_moving_request.rb +209 -0
- data/lib/aspose_cells_cloud/models/worksheet_replace_response.rb +235 -0
- data/lib/aspose_cells_cloud/models/worksheet_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/worksheets.rb +209 -0
- data/lib/aspose_cells_cloud/models/worksheets_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/xls_save_options.rb +265 -0
- data/lib/aspose_cells_cloud/models/xlsb_save_options.rb +265 -0
- data/lib/aspose_cells_cloud/models/xps_save_options.rb +265 -0
- data/lib/aspose_cells_cloud/version.rb +25 -0
- data/spec/api/cells_api_spec.rb +1145 -0
- data/spec/api/cells_auto_filter_api_spec.rb +430 -0
- data/spec/api/cells_chart_area_api_spec.rb +92 -0
- data/spec/api/cells_charts_api_spec.rb +390 -0
- data/spec/api/cells_conditional_formattings_api_spec.rb +259 -0
- data/spec/api/cells_hypelinks_api_spec.rb +170 -0
- data/spec/api/cells_list_objects_api_spec.rb +245 -0
- data/spec/api/cells_ole_objects_api_spec.rb +177 -0
- data/spec/api/cells_page_breaks_api_spec.rb +269 -0
- data/spec/api/cells_page_setup_api_spec.rb +198 -0
- data/spec/api/cells_pictures_api_spec.rb +174 -0
- data/spec/api/cells_pivot_tables_api_spec.rb +525 -0
- data/spec/api/cells_properties_api_spec.rb +129 -0
- data/spec/api/cells_ranges_api_spec.rb +284 -0
- data/spec/api/cells_save_as_api_spec.rb +74 -0
- data/spec/api/cells_shapes_api_spec.rb +174 -0
- data/spec/api/cells_simple_spec.rb +44 -0
- data/spec/api/cells_sparkline_group_spec.rb +43 -0
- data/spec/api/cells_storage_api_spec.rb +69 -0
- data/spec/api/cells_storage_spec.rb +45 -0
- data/spec/api/cells_task_api_spec.rb +61 -0
- data/spec/api/cells_workbook_api_spec.rb +641 -0
- data/spec/api/cells_worksheet_validations_api_spec.rb +139 -0
- data/spec/api/cells_worksheets_api_spec.rb +843 -0
- data/spec/spec_helper.rb +132 -0
- metadata +282 -3
@@ -0,0 +1,626 @@
|
|
1
|
+
=begin
|
2
|
+
--------------------------------------------------------------------------------------------------------------------
|
3
|
+
Copyright (c) 2020 Aspose.Cells Cloud
|
4
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5
|
+
of this software and associated documentation files (the "Software"), to deal
|
6
|
+
in the Software without restriction, including without limitation the rights
|
7
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8
|
+
copies of the Software, and to permit persons to whom the Software is
|
9
|
+
furnished to do so, subject to the following conditions:
|
10
|
+
The above copyright notice and this permission notice shall be included in all
|
11
|
+
copies or substantial portions of the Software.
|
12
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
13
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
18
|
+
SOFTWARE.
|
19
|
+
--------------------------------------------------------------------------------------------------------------------
|
20
|
+
|
21
|
+
=end
|
22
|
+
|
23
|
+
require 'date'
|
24
|
+
|
25
|
+
module AsposeCellsCloud
|
26
|
+
|
27
|
+
class WorkbookSettings
|
28
|
+
attr_accessor :number_group_separator
|
29
|
+
|
30
|
+
attr_accessor :hide_pivot_field_list
|
31
|
+
|
32
|
+
# Represents whether the generated spreadsheet will be opened Minimized.
|
33
|
+
attr_accessor :is_minimized
|
34
|
+
|
35
|
+
# Specifies the version of the calculation engine used to calculate values in the workbook.
|
36
|
+
attr_accessor :calculation_id
|
37
|
+
|
38
|
+
# Indicates whether re-calculate all formulas on opening file.
|
39
|
+
attr_accessor :re_calculate_on_open
|
40
|
+
|
41
|
+
# Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.
|
42
|
+
attr_accessor :check_excel_restriction
|
43
|
+
|
44
|
+
# Gets or sets a value indicating whether the generated spreadsheet will contain a horizontal scroll bar. Remarks: The default value is true.
|
45
|
+
attr_accessor :is_h_scroll_bar_visible
|
46
|
+
|
47
|
+
# The height of the window, in unit of point.
|
48
|
+
attr_accessor :window_height
|
49
|
+
|
50
|
+
# The distance from the left edge of the client area to the left edge of the window, in unit of point.
|
51
|
+
attr_accessor :window_left
|
52
|
+
|
53
|
+
# Specifies the stack size for calculating cells recursively. The large value for this size will give better performance when there are lots of cells need to be calculated recursively. On the other hand, larger value will raise the stakes of StackOverflowException. If use gets StackOverflowException when calculating formulas, this value should be decreased.
|
54
|
+
attr_accessor :calc_stack_size
|
55
|
+
|
56
|
+
# Gets or sets a value that indicates whether the Workbook is shared. Remarks: The default value is false.
|
57
|
+
attr_accessor :shared
|
58
|
+
|
59
|
+
attr_accessor :remove_personal_information
|
60
|
+
|
61
|
+
# Gets or sets the user interface language of the Workbook version based on CountryCode that has saved the file.
|
62
|
+
attr_accessor :language_code
|
63
|
+
|
64
|
+
attr_accessor :enable_macros
|
65
|
+
|
66
|
+
attr_accessor :is_default_encrypted
|
67
|
+
|
68
|
+
# Indicates whether to recalculate before saving the document.
|
69
|
+
attr_accessor :recalculate_before_save
|
70
|
+
|
71
|
+
# Indicates whether parsing the formula when reading the file. Remarks: Only applies for Excel Xlsx,Xltx, Xltm,Xlsm file because the formulas in the files are stored with a string formula.
|
72
|
+
attr_accessor :parsing_formula_on_open
|
73
|
+
|
74
|
+
# The distance from the top edge of the client area to the top edge of the window, in unit of point.
|
75
|
+
attr_accessor :window_top
|
76
|
+
|
77
|
+
# Gets or sets the system regional settings based on CountryCode at the time the file was saved. Remarks: If you do not want to use the region saved in the file, please reset it after reading the file.
|
78
|
+
attr_accessor :region
|
79
|
+
|
80
|
+
attr_accessor :memory_setting
|
81
|
+
|
82
|
+
# Indicates whether update adjacent cells' border. Remarks: The default value is true. For example: the bottom border of the cell A1 is update, the top border of the cell A2 should be changed too.
|
83
|
+
attr_accessor :update_adjacent_cells_border
|
84
|
+
|
85
|
+
attr_accessor :crash_save
|
86
|
+
|
87
|
+
# Get or sets a value whether the Workbook tabs are displayed. Remarks: The default value is true.
|
88
|
+
attr_accessor :show_tabs
|
89
|
+
|
90
|
+
# True if calculations in this workbook will be done using only the precision of the numbers as they're displayed
|
91
|
+
attr_accessor :precision_as_displayed
|
92
|
+
|
93
|
+
# It specifies whether to calculate formulas manually, automatically or automatically except for multiple table operations.
|
94
|
+
attr_accessor :calc_mode
|
95
|
+
|
96
|
+
attr_accessor :auto_compress_pictures
|
97
|
+
|
98
|
+
# Gets or sets a value which represents if the workbook uses the 1904 date system.
|
99
|
+
attr_accessor :date1904
|
100
|
+
|
101
|
+
attr_accessor :number_decimal_separator
|
102
|
+
|
103
|
+
# Indicates if Aspose.Cells will use iteration to resolve circular references.
|
104
|
+
attr_accessor :iteration
|
105
|
+
|
106
|
+
# Indicates whether check comptiliblity when saving workbook. Remarks: The default value is true.
|
107
|
+
attr_accessor :check_comptiliblity
|
108
|
+
|
109
|
+
attr_accessor :auto_recover
|
110
|
+
|
111
|
+
# Returns or sets the maximum number of change that Microsoft Excel can use to resolve a circular reference.
|
112
|
+
attr_accessor :max_change
|
113
|
+
|
114
|
+
attr_accessor :data_extract_load
|
115
|
+
|
116
|
+
# Gets or sets the first visible worksheet tab.
|
117
|
+
attr_accessor :first_visible_tab
|
118
|
+
|
119
|
+
# Indicates whether this workbook is hidden.
|
120
|
+
attr_accessor :is_hidden
|
121
|
+
|
122
|
+
# Indicates if the Read Only Recommended option is selected.
|
123
|
+
attr_accessor :recommend_read_only
|
124
|
+
|
125
|
+
# Indicates whether and how to show objects in the workbook.
|
126
|
+
attr_accessor :display_drawing_objects
|
127
|
+
|
128
|
+
# Specifies the incremental public release of the application.
|
129
|
+
attr_accessor :build_version
|
130
|
+
|
131
|
+
# Gets or sets a value indicating whether the generated spreadsheet will contain a vertical scroll bar. Remarks: The default value is true.
|
132
|
+
attr_accessor :is_v_scroll_bar_visible
|
133
|
+
|
134
|
+
# The width of the window, in unit of point.
|
135
|
+
attr_accessor :window_width
|
136
|
+
|
137
|
+
# Indicates whether create calculated formulas chain.
|
138
|
+
attr_accessor :create_calc_chain
|
139
|
+
|
140
|
+
# Returns or sets the maximum number of iterations that Aspose.Cells can use to resolve a circular reference.
|
141
|
+
attr_accessor :max_iteration
|
142
|
+
|
143
|
+
attr_accessor :repair_load
|
144
|
+
|
145
|
+
attr_accessor :update_links_type
|
146
|
+
|
147
|
+
# Width of worksheet tab bar (in 1/1000 of window width).
|
148
|
+
attr_accessor :sheet_tab_bar_width
|
149
|
+
|
150
|
+
|
151
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
152
|
+
def self.attribute_map
|
153
|
+
{
|
154
|
+
:'number_group_separator' => :'NumberGroupSeparator',
|
155
|
+
:'hide_pivot_field_list' => :'HidePivotFieldList',
|
156
|
+
:'is_minimized' => :'IsMinimized',
|
157
|
+
:'calculation_id' => :'CalculationId',
|
158
|
+
:'re_calculate_on_open' => :'ReCalculateOnOpen',
|
159
|
+
:'check_excel_restriction' => :'CheckExcelRestriction',
|
160
|
+
:'is_h_scroll_bar_visible' => :'IsHScrollBarVisible',
|
161
|
+
:'window_height' => :'WindowHeight',
|
162
|
+
:'window_left' => :'WindowLeft',
|
163
|
+
:'calc_stack_size' => :'CalcStackSize',
|
164
|
+
:'shared' => :'Shared',
|
165
|
+
:'remove_personal_information' => :'RemovePersonalInformation',
|
166
|
+
:'language_code' => :'LanguageCode',
|
167
|
+
:'enable_macros' => :'EnableMacros',
|
168
|
+
:'is_default_encrypted' => :'IsDefaultEncrypted',
|
169
|
+
:'recalculate_before_save' => :'RecalculateBeforeSave',
|
170
|
+
:'parsing_formula_on_open' => :'ParsingFormulaOnOpen',
|
171
|
+
:'window_top' => :'WindowTop',
|
172
|
+
:'region' => :'Region',
|
173
|
+
:'memory_setting' => :'MemorySetting',
|
174
|
+
:'update_adjacent_cells_border' => :'UpdateAdjacentCellsBorder',
|
175
|
+
:'crash_save' => :'CrashSave',
|
176
|
+
:'show_tabs' => :'ShowTabs',
|
177
|
+
:'precision_as_displayed' => :'PrecisionAsDisplayed',
|
178
|
+
:'calc_mode' => :'CalcMode',
|
179
|
+
:'auto_compress_pictures' => :'AutoCompressPictures',
|
180
|
+
:'date1904' => :'Date1904',
|
181
|
+
:'number_decimal_separator' => :'NumberDecimalSeparator',
|
182
|
+
:'iteration' => :'Iteration',
|
183
|
+
:'check_comptiliblity' => :'CheckComptiliblity',
|
184
|
+
:'auto_recover' => :'AutoRecover',
|
185
|
+
:'max_change' => :'MaxChange',
|
186
|
+
:'data_extract_load' => :'DataExtractLoad',
|
187
|
+
:'first_visible_tab' => :'FirstVisibleTab',
|
188
|
+
:'is_hidden' => :'IsHidden',
|
189
|
+
:'recommend_read_only' => :'RecommendReadOnly',
|
190
|
+
:'display_drawing_objects' => :'DisplayDrawingObjects',
|
191
|
+
:'build_version' => :'BuildVersion',
|
192
|
+
:'is_v_scroll_bar_visible' => :'IsVScrollBarVisible',
|
193
|
+
:'window_width' => :'WindowWidth',
|
194
|
+
:'create_calc_chain' => :'CreateCalcChain',
|
195
|
+
:'max_iteration' => :'MaxIteration',
|
196
|
+
:'repair_load' => :'RepairLoad',
|
197
|
+
:'update_links_type' => :'UpdateLinksType',
|
198
|
+
:'sheet_tab_bar_width' => :'SheetTabBarWidth'
|
199
|
+
}
|
200
|
+
end
|
201
|
+
|
202
|
+
# Attribute type mapping.
|
203
|
+
def self.swagger_types
|
204
|
+
{
|
205
|
+
:'number_group_separator' => :'String',
|
206
|
+
:'hide_pivot_field_list' => :'BOOLEAN',
|
207
|
+
:'is_minimized' => :'BOOLEAN',
|
208
|
+
:'calculation_id' => :'String',
|
209
|
+
:'re_calculate_on_open' => :'BOOLEAN',
|
210
|
+
:'check_excel_restriction' => :'BOOLEAN',
|
211
|
+
:'is_h_scroll_bar_visible' => :'BOOLEAN',
|
212
|
+
:'window_height' => :'Float',
|
213
|
+
:'window_left' => :'Float',
|
214
|
+
:'calc_stack_size' => :'Integer',
|
215
|
+
:'shared' => :'BOOLEAN',
|
216
|
+
:'remove_personal_information' => :'BOOLEAN',
|
217
|
+
:'language_code' => :'String',
|
218
|
+
:'enable_macros' => :'BOOLEAN',
|
219
|
+
:'is_default_encrypted' => :'BOOLEAN',
|
220
|
+
:'recalculate_before_save' => :'BOOLEAN',
|
221
|
+
:'parsing_formula_on_open' => :'BOOLEAN',
|
222
|
+
:'window_top' => :'Float',
|
223
|
+
:'region' => :'String',
|
224
|
+
:'memory_setting' => :'String',
|
225
|
+
:'update_adjacent_cells_border' => :'BOOLEAN',
|
226
|
+
:'crash_save' => :'BOOLEAN',
|
227
|
+
:'show_tabs' => :'BOOLEAN',
|
228
|
+
:'precision_as_displayed' => :'BOOLEAN',
|
229
|
+
:'calc_mode' => :'String',
|
230
|
+
:'auto_compress_pictures' => :'BOOLEAN',
|
231
|
+
:'date1904' => :'BOOLEAN',
|
232
|
+
:'number_decimal_separator' => :'String',
|
233
|
+
:'iteration' => :'BOOLEAN',
|
234
|
+
:'check_comptiliblity' => :'BOOLEAN',
|
235
|
+
:'auto_recover' => :'BOOLEAN',
|
236
|
+
:'max_change' => :'Float',
|
237
|
+
:'data_extract_load' => :'BOOLEAN',
|
238
|
+
:'first_visible_tab' => :'Integer',
|
239
|
+
:'is_hidden' => :'BOOLEAN',
|
240
|
+
:'recommend_read_only' => :'BOOLEAN',
|
241
|
+
:'display_drawing_objects' => :'String',
|
242
|
+
:'build_version' => :'String',
|
243
|
+
:'is_v_scroll_bar_visible' => :'BOOLEAN',
|
244
|
+
:'window_width' => :'Float',
|
245
|
+
:'create_calc_chain' => :'BOOLEAN',
|
246
|
+
:'max_iteration' => :'Integer',
|
247
|
+
:'repair_load' => :'BOOLEAN',
|
248
|
+
:'update_links_type' => :'String',
|
249
|
+
:'sheet_tab_bar_width' => :'Integer'
|
250
|
+
}
|
251
|
+
end
|
252
|
+
|
253
|
+
# Initializes the object
|
254
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
255
|
+
def initialize(attributes = {})
|
256
|
+
return unless attributes.is_a?(Hash)
|
257
|
+
|
258
|
+
# convert string to symbol for hash key
|
259
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
260
|
+
|
261
|
+
if attributes.has_key?(:'NumberGroupSeparator')
|
262
|
+
self.number_group_separator = attributes[:'NumberGroupSeparator']
|
263
|
+
end
|
264
|
+
|
265
|
+
if attributes.has_key?(:'HidePivotFieldList')
|
266
|
+
self.hide_pivot_field_list = attributes[:'HidePivotFieldList']
|
267
|
+
end
|
268
|
+
|
269
|
+
if attributes.has_key?(:'IsMinimized')
|
270
|
+
self.is_minimized = attributes[:'IsMinimized']
|
271
|
+
end
|
272
|
+
|
273
|
+
if attributes.has_key?(:'CalculationId')
|
274
|
+
self.calculation_id = attributes[:'CalculationId']
|
275
|
+
end
|
276
|
+
|
277
|
+
if attributes.has_key?(:'ReCalculateOnOpen')
|
278
|
+
self.re_calculate_on_open = attributes[:'ReCalculateOnOpen']
|
279
|
+
end
|
280
|
+
|
281
|
+
if attributes.has_key?(:'CheckExcelRestriction')
|
282
|
+
self.check_excel_restriction = attributes[:'CheckExcelRestriction']
|
283
|
+
end
|
284
|
+
|
285
|
+
if attributes.has_key?(:'IsHScrollBarVisible')
|
286
|
+
self.is_h_scroll_bar_visible = attributes[:'IsHScrollBarVisible']
|
287
|
+
end
|
288
|
+
|
289
|
+
if attributes.has_key?(:'WindowHeight')
|
290
|
+
self.window_height = attributes[:'WindowHeight']
|
291
|
+
end
|
292
|
+
|
293
|
+
if attributes.has_key?(:'WindowLeft')
|
294
|
+
self.window_left = attributes[:'WindowLeft']
|
295
|
+
end
|
296
|
+
|
297
|
+
if attributes.has_key?(:'CalcStackSize')
|
298
|
+
self.calc_stack_size = attributes[:'CalcStackSize']
|
299
|
+
end
|
300
|
+
|
301
|
+
if attributes.has_key?(:'Shared')
|
302
|
+
self.shared = attributes[:'Shared']
|
303
|
+
end
|
304
|
+
|
305
|
+
if attributes.has_key?(:'RemovePersonalInformation')
|
306
|
+
self.remove_personal_information = attributes[:'RemovePersonalInformation']
|
307
|
+
end
|
308
|
+
|
309
|
+
if attributes.has_key?(:'LanguageCode')
|
310
|
+
self.language_code = attributes[:'LanguageCode']
|
311
|
+
end
|
312
|
+
|
313
|
+
if attributes.has_key?(:'EnableMacros')
|
314
|
+
self.enable_macros = attributes[:'EnableMacros']
|
315
|
+
end
|
316
|
+
|
317
|
+
if attributes.has_key?(:'IsDefaultEncrypted')
|
318
|
+
self.is_default_encrypted = attributes[:'IsDefaultEncrypted']
|
319
|
+
end
|
320
|
+
|
321
|
+
if attributes.has_key?(:'RecalculateBeforeSave')
|
322
|
+
self.recalculate_before_save = attributes[:'RecalculateBeforeSave']
|
323
|
+
end
|
324
|
+
|
325
|
+
if attributes.has_key?(:'ParsingFormulaOnOpen')
|
326
|
+
self.parsing_formula_on_open = attributes[:'ParsingFormulaOnOpen']
|
327
|
+
end
|
328
|
+
|
329
|
+
if attributes.has_key?(:'WindowTop')
|
330
|
+
self.window_top = attributes[:'WindowTop']
|
331
|
+
end
|
332
|
+
|
333
|
+
if attributes.has_key?(:'Region')
|
334
|
+
self.region = attributes[:'Region']
|
335
|
+
end
|
336
|
+
|
337
|
+
if attributes.has_key?(:'MemorySetting')
|
338
|
+
self.memory_setting = attributes[:'MemorySetting']
|
339
|
+
end
|
340
|
+
|
341
|
+
if attributes.has_key?(:'UpdateAdjacentCellsBorder')
|
342
|
+
self.update_adjacent_cells_border = attributes[:'UpdateAdjacentCellsBorder']
|
343
|
+
end
|
344
|
+
|
345
|
+
if attributes.has_key?(:'CrashSave')
|
346
|
+
self.crash_save = attributes[:'CrashSave']
|
347
|
+
end
|
348
|
+
|
349
|
+
if attributes.has_key?(:'ShowTabs')
|
350
|
+
self.show_tabs = attributes[:'ShowTabs']
|
351
|
+
end
|
352
|
+
|
353
|
+
if attributes.has_key?(:'PrecisionAsDisplayed')
|
354
|
+
self.precision_as_displayed = attributes[:'PrecisionAsDisplayed']
|
355
|
+
end
|
356
|
+
|
357
|
+
if attributes.has_key?(:'CalcMode')
|
358
|
+
self.calc_mode = attributes[:'CalcMode']
|
359
|
+
end
|
360
|
+
|
361
|
+
if attributes.has_key?(:'AutoCompressPictures')
|
362
|
+
self.auto_compress_pictures = attributes[:'AutoCompressPictures']
|
363
|
+
end
|
364
|
+
|
365
|
+
if attributes.has_key?(:'Date1904')
|
366
|
+
self.date1904 = attributes[:'Date1904']
|
367
|
+
end
|
368
|
+
|
369
|
+
if attributes.has_key?(:'NumberDecimalSeparator')
|
370
|
+
self.number_decimal_separator = attributes[:'NumberDecimalSeparator']
|
371
|
+
end
|
372
|
+
|
373
|
+
if attributes.has_key?(:'Iteration')
|
374
|
+
self.iteration = attributes[:'Iteration']
|
375
|
+
end
|
376
|
+
|
377
|
+
if attributes.has_key?(:'CheckComptiliblity')
|
378
|
+
self.check_comptiliblity = attributes[:'CheckComptiliblity']
|
379
|
+
end
|
380
|
+
|
381
|
+
if attributes.has_key?(:'AutoRecover')
|
382
|
+
self.auto_recover = attributes[:'AutoRecover']
|
383
|
+
end
|
384
|
+
|
385
|
+
if attributes.has_key?(:'MaxChange')
|
386
|
+
self.max_change = attributes[:'MaxChange']
|
387
|
+
end
|
388
|
+
|
389
|
+
if attributes.has_key?(:'DataExtractLoad')
|
390
|
+
self.data_extract_load = attributes[:'DataExtractLoad']
|
391
|
+
end
|
392
|
+
|
393
|
+
if attributes.has_key?(:'FirstVisibleTab')
|
394
|
+
self.first_visible_tab = attributes[:'FirstVisibleTab']
|
395
|
+
end
|
396
|
+
|
397
|
+
if attributes.has_key?(:'IsHidden')
|
398
|
+
self.is_hidden = attributes[:'IsHidden']
|
399
|
+
end
|
400
|
+
|
401
|
+
if attributes.has_key?(:'RecommendReadOnly')
|
402
|
+
self.recommend_read_only = attributes[:'RecommendReadOnly']
|
403
|
+
end
|
404
|
+
|
405
|
+
if attributes.has_key?(:'DisplayDrawingObjects')
|
406
|
+
self.display_drawing_objects = attributes[:'DisplayDrawingObjects']
|
407
|
+
end
|
408
|
+
|
409
|
+
if attributes.has_key?(:'BuildVersion')
|
410
|
+
self.build_version = attributes[:'BuildVersion']
|
411
|
+
end
|
412
|
+
|
413
|
+
if attributes.has_key?(:'IsVScrollBarVisible')
|
414
|
+
self.is_v_scroll_bar_visible = attributes[:'IsVScrollBarVisible']
|
415
|
+
end
|
416
|
+
|
417
|
+
if attributes.has_key?(:'WindowWidth')
|
418
|
+
self.window_width = attributes[:'WindowWidth']
|
419
|
+
end
|
420
|
+
|
421
|
+
if attributes.has_key?(:'CreateCalcChain')
|
422
|
+
self.create_calc_chain = attributes[:'CreateCalcChain']
|
423
|
+
end
|
424
|
+
|
425
|
+
if attributes.has_key?(:'MaxIteration')
|
426
|
+
self.max_iteration = attributes[:'MaxIteration']
|
427
|
+
end
|
428
|
+
|
429
|
+
if attributes.has_key?(:'RepairLoad')
|
430
|
+
self.repair_load = attributes[:'RepairLoad']
|
431
|
+
end
|
432
|
+
|
433
|
+
if attributes.has_key?(:'UpdateLinksType')
|
434
|
+
self.update_links_type = attributes[:'UpdateLinksType']
|
435
|
+
end
|
436
|
+
|
437
|
+
if attributes.has_key?(:'SheetTabBarWidth')
|
438
|
+
self.sheet_tab_bar_width = attributes[:'SheetTabBarWidth']
|
439
|
+
end
|
440
|
+
|
441
|
+
end
|
442
|
+
|
443
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
444
|
+
# @return Array for valid properies with the reasons
|
445
|
+
def list_invalid_properties
|
446
|
+
invalid_properties = Array.new
|
447
|
+
return invalid_properties
|
448
|
+
end
|
449
|
+
|
450
|
+
# Check to see if the all the properties in the model are valid
|
451
|
+
# @return true if the model is valid
|
452
|
+
def valid?
|
453
|
+
return true
|
454
|
+
end
|
455
|
+
|
456
|
+
# Checks equality by comparing each attribute.
|
457
|
+
# @param [Object] Object to be compared
|
458
|
+
def ==(o)
|
459
|
+
return true if self.equal?(o)
|
460
|
+
self.class == o.class &&
|
461
|
+
number_group_separator == o.number_group_separator &&
|
462
|
+
hide_pivot_field_list == o.hide_pivot_field_list &&
|
463
|
+
is_minimized == o.is_minimized &&
|
464
|
+
calculation_id == o.calculation_id &&
|
465
|
+
re_calculate_on_open == o.re_calculate_on_open &&
|
466
|
+
check_excel_restriction == o.check_excel_restriction &&
|
467
|
+
is_h_scroll_bar_visible == o.is_h_scroll_bar_visible &&
|
468
|
+
window_height == o.window_height &&
|
469
|
+
window_left == o.window_left &&
|
470
|
+
calc_stack_size == o.calc_stack_size &&
|
471
|
+
shared == o.shared &&
|
472
|
+
remove_personal_information == o.remove_personal_information &&
|
473
|
+
language_code == o.language_code &&
|
474
|
+
enable_macros == o.enable_macros &&
|
475
|
+
is_default_encrypted == o.is_default_encrypted &&
|
476
|
+
recalculate_before_save == o.recalculate_before_save &&
|
477
|
+
parsing_formula_on_open == o.parsing_formula_on_open &&
|
478
|
+
window_top == o.window_top &&
|
479
|
+
region == o.region &&
|
480
|
+
memory_setting == o.memory_setting &&
|
481
|
+
update_adjacent_cells_border == o.update_adjacent_cells_border &&
|
482
|
+
crash_save == o.crash_save &&
|
483
|
+
show_tabs == o.show_tabs &&
|
484
|
+
precision_as_displayed == o.precision_as_displayed &&
|
485
|
+
calc_mode == o.calc_mode &&
|
486
|
+
auto_compress_pictures == o.auto_compress_pictures &&
|
487
|
+
date1904 == o.date1904 &&
|
488
|
+
number_decimal_separator == o.number_decimal_separator &&
|
489
|
+
iteration == o.iteration &&
|
490
|
+
check_comptiliblity == o.check_comptiliblity &&
|
491
|
+
auto_recover == o.auto_recover &&
|
492
|
+
max_change == o.max_change &&
|
493
|
+
data_extract_load == o.data_extract_load &&
|
494
|
+
first_visible_tab == o.first_visible_tab &&
|
495
|
+
is_hidden == o.is_hidden &&
|
496
|
+
recommend_read_only == o.recommend_read_only &&
|
497
|
+
display_drawing_objects == o.display_drawing_objects &&
|
498
|
+
build_version == o.build_version &&
|
499
|
+
is_v_scroll_bar_visible == o.is_v_scroll_bar_visible &&
|
500
|
+
window_width == o.window_width &&
|
501
|
+
create_calc_chain == o.create_calc_chain &&
|
502
|
+
max_iteration == o.max_iteration &&
|
503
|
+
repair_load == o.repair_load &&
|
504
|
+
update_links_type == o.update_links_type &&
|
505
|
+
sheet_tab_bar_width == o.sheet_tab_bar_width
|
506
|
+
end
|
507
|
+
|
508
|
+
# @see the `==` method
|
509
|
+
# @param [Object] Object to be compared
|
510
|
+
def eql?(o)
|
511
|
+
self == o
|
512
|
+
end
|
513
|
+
|
514
|
+
# Calculates hash code according to all attributes.
|
515
|
+
# @return [Fixnum] Hash code
|
516
|
+
def hash
|
517
|
+
[number_group_separator, hide_pivot_field_list, is_minimized, calculation_id, re_calculate_on_open, check_excel_restriction, is_h_scroll_bar_visible, window_height, window_left, calc_stack_size, shared, remove_personal_information, language_code, enable_macros, is_default_encrypted, recalculate_before_save, parsing_formula_on_open, window_top, region, memory_setting, update_adjacent_cells_border, crash_save, show_tabs, precision_as_displayed, calc_mode, auto_compress_pictures, date1904, number_decimal_separator, iteration, check_comptiliblity, auto_recover, max_change, data_extract_load, first_visible_tab, is_hidden, recommend_read_only, display_drawing_objects, build_version, is_v_scroll_bar_visible, window_width, create_calc_chain, max_iteration, repair_load, update_links_type, sheet_tab_bar_width].hash
|
518
|
+
end
|
519
|
+
|
520
|
+
# Builds the object from hash
|
521
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
522
|
+
# @return [Object] Returns the model itself
|
523
|
+
def build_from_hash(attributes)
|
524
|
+
return nil unless attributes.is_a?(Hash)
|
525
|
+
self.class.swagger_types.each_pair do |key, type|
|
526
|
+
if type =~ /\AArray<(.*)>/i
|
527
|
+
# check to ensure the input is an array given that the the attribute
|
528
|
+
# is documented as an array but the input is not
|
529
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
530
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
531
|
+
end
|
532
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
533
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
534
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
535
|
+
end
|
536
|
+
|
537
|
+
self
|
538
|
+
end
|
539
|
+
|
540
|
+
# Deserializes the data based on type
|
541
|
+
# @param string type Data type
|
542
|
+
# @param string value Value to be deserialized
|
543
|
+
# @return [Object] Deserialized data
|
544
|
+
def _deserialize(type, value)
|
545
|
+
case type.to_sym
|
546
|
+
when :DateTime
|
547
|
+
DateTime.parse(value)
|
548
|
+
when :Date
|
549
|
+
Date.parse(value)
|
550
|
+
when :String
|
551
|
+
value.to_s
|
552
|
+
when :Integer
|
553
|
+
value.to_i
|
554
|
+
when :Float
|
555
|
+
value.to_f
|
556
|
+
when :BOOLEAN
|
557
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
558
|
+
true
|
559
|
+
else
|
560
|
+
false
|
561
|
+
end
|
562
|
+
when :Object
|
563
|
+
# generic object (usually a Hash), return directly
|
564
|
+
value
|
565
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
566
|
+
inner_type = Regexp.last_match[:inner_type]
|
567
|
+
value.map { |v| _deserialize(inner_type, v) }
|
568
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
569
|
+
k_type = Regexp.last_match[:k_type]
|
570
|
+
v_type = Regexp.last_match[:v_type]
|
571
|
+
{}.tap do |hash|
|
572
|
+
value.each do |k, v|
|
573
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
574
|
+
end
|
575
|
+
end
|
576
|
+
else # model
|
577
|
+
temp_model = AsposeCellsCloud.const_get(type).new
|
578
|
+
temp_model.build_from_hash(value)
|
579
|
+
end
|
580
|
+
end
|
581
|
+
|
582
|
+
# Returns the string representation of the object
|
583
|
+
# @return [String] String presentation of the object
|
584
|
+
def to_s
|
585
|
+
to_hash.to_s
|
586
|
+
end
|
587
|
+
|
588
|
+
# to_body is an alias to to_hash (backward compatibility)
|
589
|
+
# @return [Hash] Returns the object in the form of hash
|
590
|
+
def to_body
|
591
|
+
to_hash
|
592
|
+
end
|
593
|
+
|
594
|
+
# Returns the object in the form of hash
|
595
|
+
# @return [Hash] Returns the object in the form of hash
|
596
|
+
def to_hash
|
597
|
+
hash = {}
|
598
|
+
self.class.attribute_map.each_pair do |attr, param|
|
599
|
+
value = self.send(attr)
|
600
|
+
next if value.nil?
|
601
|
+
hash[param] = _to_hash(value)
|
602
|
+
end
|
603
|
+
hash
|
604
|
+
end
|
605
|
+
|
606
|
+
# Outputs non-array value in the form of hash
|
607
|
+
# For object, use to_hash. Otherwise, just return the value
|
608
|
+
# @param [Object] value Any valid value
|
609
|
+
# @return [Hash] Returns the value in the form of hash
|
610
|
+
def _to_hash(value)
|
611
|
+
if value.is_a?(Array)
|
612
|
+
value.compact.map{ |v| _to_hash(v) }
|
613
|
+
elsif value.is_a?(Hash)
|
614
|
+
{}.tap do |hash|
|
615
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
616
|
+
end
|
617
|
+
elsif value.respond_to? :to_hash
|
618
|
+
value.to_hash
|
619
|
+
else
|
620
|
+
value
|
621
|
+
end
|
622
|
+
end
|
623
|
+
|
624
|
+
end
|
625
|
+
|
626
|
+
end
|