aspose_cells_cloud 25.2 → 25.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -9
- data/lib/aspose_cells_cloud/api/cells_api.rb +51 -0
- data/lib/aspose_cells_cloud/models/chart_points.rb +1 -1
- data/lib/aspose_cells_cloud/models/charts.rb +1 -1
- data/lib/aspose_cells_cloud/models/convert_workbook_options.rb +282 -0
- data/lib/aspose_cells_cloud/models/data_cleansing.rb +1 -1
- data/lib/aspose_cells_cloud/models/dif_save_options.rb +64 -4
- data/lib/aspose_cells_cloud/models/docx_save_options.rb +28 -4
- data/lib/aspose_cells_cloud/models/files_result.rb +1 -1
- data/lib/aspose_cells_cloud/models/html_save_options.rb +64 -4
- data/lib/aspose_cells_cloud/models/image_save_options.rb +64 -4
- data/lib/aspose_cells_cloud/models/json_save_options.rb +64 -4
- data/lib/aspose_cells_cloud/models/m_html_save_options.rb +392 -8
- data/lib/aspose_cells_cloud/models/markdown_save_options.rb +64 -4
- data/lib/aspose_cells_cloud/models/ods_save_options.rb +100 -4
- data/lib/aspose_cells_cloud/models/ooxml_save_options.rb +64 -4
- data/lib/aspose_cells_cloud/models/page_sections_response.rb +1 -1
- data/lib/aspose_cells_cloud/models/paginated_save_options.rb +28 -4
- data/lib/aspose_cells_cloud/models/pdf_save_options.rb +64 -4
- data/lib/aspose_cells_cloud/models/pptx_save_options.rb +28 -4
- data/lib/aspose_cells_cloud/models/save_files_to_cloud_result.rb +1 -1
- data/lib/aspose_cells_cloud/models/save_options.rb +64 -4
- data/lib/aspose_cells_cloud/models/shapes.rb +1 -1
- data/lib/aspose_cells_cloud/models/specify_cells_object.rb +234 -0
- data/lib/aspose_cells_cloud/models/spreadsheet_m_l2003_save_options.rb +64 -4
- data/lib/aspose_cells_cloud/models/sql_script_save_options.rb +64 -4
- data/lib/aspose_cells_cloud/models/styles.rb +1 -1
- data/lib/aspose_cells_cloud/models/styles_response.rb +234 -0
- data/lib/aspose_cells_cloud/models/svg_save_options.rb +208 -4
- data/lib/aspose_cells_cloud/models/txt_save_options.rb +64 -4
- data/lib/aspose_cells_cloud/models/workbook.rb +1 -1
- data/lib/aspose_cells_cloud/models/xls_save_options.rb +88 -4
- data/lib/aspose_cells_cloud/models/xlsb_save_options.rb +88 -4
- data/lib/aspose_cells_cloud/models/xps_save_options.rb +28 -4
- data/lib/aspose_cells_cloud/requests/add_picture_in_cell_request.rb +149 -0
- data/lib/aspose_cells_cloud/requests/get_all_styles_request.rb +117 -0
- data/lib/aspose_cells_cloud/requests/post_convert_workbook_request.rb +103 -0
- data/lib/aspose_cells_cloud/requests/post_worksheet_cells_range_to_image_request.rb +1 -1
- data/lib/aspose_cells_cloud/version.rb +1 -1
- data/lib/aspose_cells_cloud.rb +6 -0
- data/spec/conversion/conversion_json_spec.rb +0 -21
- data/spec/conversion/conversion_png_spec.rb +0 -21
- data/spec/conversion/conversion_spec.rb +0 -81
- data/spec/document/light_cells_spec.rb +0 -98
- metadata +8 -2
@@ -47,6 +47,16 @@ module AsposeCellsCloud
|
|
47
47
|
attr_accessor :sort_names
|
48
48
|
#
|
49
49
|
attr_accessor :validate_merged_areas
|
50
|
+
#
|
51
|
+
attr_accessor :merge_areas
|
52
|
+
#
|
53
|
+
attr_accessor :sort_external_names
|
54
|
+
#
|
55
|
+
attr_accessor :check_excel_restriction
|
56
|
+
#
|
57
|
+
attr_accessor :update_smart_art
|
58
|
+
#
|
59
|
+
attr_accessor :encrypt_document_properties
|
50
60
|
|
51
61
|
# Attribute mapping from ruby-style variable name to JSON key.
|
52
62
|
def self.attribute_map
|
@@ -58,7 +68,12 @@ module AsposeCellsCloud
|
|
58
68
|
:'enable_http_compression' => :'EnableHTTPCompression',
|
59
69
|
:'refresh_chart_cache' => :'RefreshChartCache',
|
60
70
|
:'sort_names' => :'SortNames',
|
61
|
-
:'validate_merged_areas' => :'ValidateMergedAreas'
|
71
|
+
:'validate_merged_areas' => :'ValidateMergedAreas',
|
72
|
+
:'merge_areas' => :'MergeAreas',
|
73
|
+
:'sort_external_names' => :'SortExternalNames',
|
74
|
+
:'check_excel_restriction' => :'CheckExcelRestriction',
|
75
|
+
:'update_smart_art' => :'UpdateSmartArt',
|
76
|
+
:'encrypt_document_properties' => :'EncryptDocumentProperties'
|
62
77
|
}
|
63
78
|
end
|
64
79
|
|
@@ -72,7 +87,12 @@ module AsposeCellsCloud
|
|
72
87
|
:'enable_http_compression' => :'BOOLEAN',
|
73
88
|
:'refresh_chart_cache' => :'BOOLEAN',
|
74
89
|
:'sort_names' => :'BOOLEAN',
|
75
|
-
:'validate_merged_areas' => :'BOOLEAN'
|
90
|
+
:'validate_merged_areas' => :'BOOLEAN',
|
91
|
+
:'merge_areas' => :'BOOLEAN',
|
92
|
+
:'sort_external_names' => :'BOOLEAN',
|
93
|
+
:'check_excel_restriction' => :'BOOLEAN',
|
94
|
+
:'update_smart_art' => :'BOOLEAN',
|
95
|
+
:'encrypt_document_properties' => :'BOOLEAN'
|
76
96
|
}
|
77
97
|
end
|
78
98
|
|
@@ -108,6 +128,21 @@ module AsposeCellsCloud
|
|
108
128
|
if attributes.has_key?(:'ValidateMergedAreas')
|
109
129
|
self.validate_merged_areas = attributes[:'ValidateMergedAreas']
|
110
130
|
end
|
131
|
+
if attributes.has_key?(:'MergeAreas')
|
132
|
+
self.merge_areas = attributes[:'MergeAreas']
|
133
|
+
end
|
134
|
+
if attributes.has_key?(:'SortExternalNames')
|
135
|
+
self.sort_external_names = attributes[:'SortExternalNames']
|
136
|
+
end
|
137
|
+
if attributes.has_key?(:'CheckExcelRestriction')
|
138
|
+
self.check_excel_restriction = attributes[:'CheckExcelRestriction']
|
139
|
+
end
|
140
|
+
if attributes.has_key?(:'UpdateSmartArt')
|
141
|
+
self.update_smart_art = attributes[:'UpdateSmartArt']
|
142
|
+
end
|
143
|
+
if attributes.has_key?(:'EncryptDocumentProperties')
|
144
|
+
self.encrypt_document_properties = attributes[:'EncryptDocumentProperties']
|
145
|
+
end
|
111
146
|
|
112
147
|
end
|
113
148
|
|
@@ -139,6 +174,21 @@ module AsposeCellsCloud
|
|
139
174
|
if @validate_merged_areas.nil?
|
140
175
|
invalid_properties.push("invalid value for 'validate_merged_areas', validate_merged_areas cannot be nil.")
|
141
176
|
end
|
177
|
+
if @merge_areas.nil?
|
178
|
+
invalid_properties.push("invalid value for 'merge_areas', merge_areas cannot be nil.")
|
179
|
+
end
|
180
|
+
if @sort_external_names.nil?
|
181
|
+
invalid_properties.push("invalid value for 'sort_external_names', sort_external_names cannot be nil.")
|
182
|
+
end
|
183
|
+
if @check_excel_restriction.nil?
|
184
|
+
invalid_properties.push("invalid value for 'check_excel_restriction', check_excel_restriction cannot be nil.")
|
185
|
+
end
|
186
|
+
if @update_smart_art.nil?
|
187
|
+
invalid_properties.push("invalid value for 'update_smart_art', update_smart_art cannot be nil.")
|
188
|
+
end
|
189
|
+
if @encrypt_document_properties.nil?
|
190
|
+
invalid_properties.push("invalid value for 'encrypt_document_properties', encrypt_document_properties cannot be nil.")
|
191
|
+
end
|
142
192
|
|
143
193
|
return invalid_properties
|
144
194
|
end
|
@@ -154,6 +204,11 @@ module AsposeCellsCloud
|
|
154
204
|
return false if @refresh_chart_cache.nil?
|
155
205
|
return false if @sort_names.nil?
|
156
206
|
return false if @validate_merged_areas.nil?
|
207
|
+
return false if @merge_areas.nil?
|
208
|
+
return false if @sort_external_names.nil?
|
209
|
+
return false if @check_excel_restriction.nil?
|
210
|
+
return false if @update_smart_art.nil?
|
211
|
+
return false if @encrypt_document_properties.nil?
|
157
212
|
return true
|
158
213
|
end
|
159
214
|
|
@@ -169,7 +224,12 @@ module AsposeCellsCloud
|
|
169
224
|
enable_http_compression == o.enable_http_compression &&
|
170
225
|
refresh_chart_cache == o.refresh_chart_cache &&
|
171
226
|
sort_names == o.sort_names &&
|
172
|
-
validate_merged_areas == o.validate_merged_areas
|
227
|
+
validate_merged_areas == o.validate_merged_areas &&
|
228
|
+
merge_areas == o.merge_areas &&
|
229
|
+
sort_external_names == o.sort_external_names &&
|
230
|
+
check_excel_restriction == o.check_excel_restriction &&
|
231
|
+
update_smart_art == o.update_smart_art &&
|
232
|
+
encrypt_document_properties == o.encrypt_document_properties
|
173
233
|
std_dev == o.std_dev
|
174
234
|
end
|
175
235
|
|
@@ -182,7 +242,7 @@ module AsposeCellsCloud
|
|
182
242
|
# Calculates hash code according to all attributes.
|
183
243
|
# @return [Fixnum] Hash code
|
184
244
|
def hash
|
185
|
-
[ save_format , cached_file_folder , clear_data , create_directory , enable_http_compression , refresh_chart_cache , sort_names , validate_merged_areas ].hash
|
245
|
+
[ save_format , cached_file_folder , clear_data , create_directory , enable_http_compression , refresh_chart_cache , sort_names , validate_merged_areas , merge_areas , sort_external_names , check_excel_restriction , update_smart_art , encrypt_document_properties ].hash
|
186
246
|
end
|
187
247
|
|
188
248
|
# Builds the object from hash
|
@@ -83,6 +83,10 @@ module AsposeCellsCloud
|
|
83
83
|
attr_accessor :sort_names
|
84
84
|
#
|
85
85
|
attr_accessor :validate_merged_areas
|
86
|
+
#
|
87
|
+
attr_accessor :check_excel_restriction
|
88
|
+
#
|
89
|
+
attr_accessor :encrypt_document_properties
|
86
90
|
|
87
91
|
# Attribute mapping from ruby-style variable name to JSON key.
|
88
92
|
def self.attribute_map
|
@@ -112,7 +116,9 @@ module AsposeCellsCloud
|
|
112
116
|
:'enable_http_compression' => :'EnableHTTPCompression',
|
113
117
|
:'refresh_chart_cache' => :'RefreshChartCache',
|
114
118
|
:'sort_names' => :'SortNames',
|
115
|
-
:'validate_merged_areas' => :'ValidateMergedAreas'
|
119
|
+
:'validate_merged_areas' => :'ValidateMergedAreas',
|
120
|
+
:'check_excel_restriction' => :'CheckExcelRestriction',
|
121
|
+
:'encrypt_document_properties' => :'EncryptDocumentProperties'
|
116
122
|
}
|
117
123
|
end
|
118
124
|
|
@@ -144,7 +150,9 @@ module AsposeCellsCloud
|
|
144
150
|
:'enable_http_compression' => :'BOOLEAN',
|
145
151
|
:'refresh_chart_cache' => :'BOOLEAN',
|
146
152
|
:'sort_names' => :'BOOLEAN',
|
147
|
-
:'validate_merged_areas' => :'BOOLEAN'
|
153
|
+
:'validate_merged_areas' => :'BOOLEAN',
|
154
|
+
:'check_excel_restriction' => :'BOOLEAN',
|
155
|
+
:'encrypt_document_properties' => :'BOOLEAN'
|
148
156
|
}
|
149
157
|
end
|
150
158
|
|
@@ -234,6 +242,12 @@ module AsposeCellsCloud
|
|
234
242
|
if attributes.has_key?(:'ValidateMergedAreas')
|
235
243
|
self.validate_merged_areas = attributes[:'ValidateMergedAreas']
|
236
244
|
end
|
245
|
+
if attributes.has_key?(:'CheckExcelRestriction')
|
246
|
+
self.check_excel_restriction = attributes[:'CheckExcelRestriction']
|
247
|
+
end
|
248
|
+
if attributes.has_key?(:'EncryptDocumentProperties')
|
249
|
+
self.encrypt_document_properties = attributes[:'EncryptDocumentProperties']
|
250
|
+
end
|
237
251
|
|
238
252
|
end
|
239
253
|
|
@@ -319,6 +333,12 @@ module AsposeCellsCloud
|
|
319
333
|
if @validate_merged_areas.nil?
|
320
334
|
invalid_properties.push("invalid value for 'validate_merged_areas', validate_merged_areas cannot be nil.")
|
321
335
|
end
|
336
|
+
if @check_excel_restriction.nil?
|
337
|
+
invalid_properties.push("invalid value for 'check_excel_restriction', check_excel_restriction cannot be nil.")
|
338
|
+
end
|
339
|
+
if @encrypt_document_properties.nil?
|
340
|
+
invalid_properties.push("invalid value for 'encrypt_document_properties', encrypt_document_properties cannot be nil.")
|
341
|
+
end
|
322
342
|
|
323
343
|
return invalid_properties
|
324
344
|
end
|
@@ -352,6 +372,8 @@ module AsposeCellsCloud
|
|
352
372
|
return false if @refresh_chart_cache.nil?
|
353
373
|
return false if @sort_names.nil?
|
354
374
|
return false if @validate_merged_areas.nil?
|
375
|
+
return false if @check_excel_restriction.nil?
|
376
|
+
return false if @encrypt_document_properties.nil?
|
355
377
|
return true
|
356
378
|
end
|
357
379
|
|
@@ -385,7 +407,9 @@ module AsposeCellsCloud
|
|
385
407
|
enable_http_compression == o.enable_http_compression &&
|
386
408
|
refresh_chart_cache == o.refresh_chart_cache &&
|
387
409
|
sort_names == o.sort_names &&
|
388
|
-
validate_merged_areas == o.validate_merged_areas
|
410
|
+
validate_merged_areas == o.validate_merged_areas &&
|
411
|
+
check_excel_restriction == o.check_excel_restriction &&
|
412
|
+
encrypt_document_properties == o.encrypt_document_properties
|
389
413
|
std_dev == o.std_dev
|
390
414
|
end
|
391
415
|
|
@@ -398,7 +422,7 @@ module AsposeCellsCloud
|
|
398
422
|
# Calculates hash code according to all attributes.
|
399
423
|
# @return [Fixnum] Hash code
|
400
424
|
def hash
|
401
|
-
[ default_font , check_workbook_default_font , check_font_compatibility , is_font_substitution_char_granularity , one_page_per_sheet , all_columns_in_one_page_per_sheet , ignore_error , output_blank_page_when_nothing_to_print , page_index , page_count , printing_page_type , gridline_type , text_cross_type , default_edit_language , emf_render_setting , merge_areas , sort_external_names , update_smart_art , save_format , cached_file_folder , clear_data , create_directory , enable_http_compression , refresh_chart_cache , sort_names , validate_merged_areas ].hash
|
425
|
+
[ default_font , check_workbook_default_font , check_font_compatibility , is_font_substitution_char_granularity , one_page_per_sheet , all_columns_in_one_page_per_sheet , ignore_error , output_blank_page_when_nothing_to_print , page_index , page_count , printing_page_type , gridline_type , text_cross_type , default_edit_language , emf_render_setting , merge_areas , sort_external_names , update_smart_art , save_format , cached_file_folder , clear_data , create_directory , enable_http_compression , refresh_chart_cache , sort_names , validate_merged_areas , check_excel_restriction , encrypt_document_properties ].hash
|
402
426
|
end
|
403
427
|
|
404
428
|
# Builds the object from hash
|
@@ -31,7 +31,7 @@ require 'date'
|
|
31
31
|
module AsposeCellsCloud
|
32
32
|
|
33
33
|
class FilesResult
|
34
|
-
#
|
34
|
+
#A property named **Files** of type **IList FileInfo ** containing a collection of file information objects.
|
35
35
|
attr_accessor :files
|
36
36
|
|
37
37
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -125,6 +125,16 @@ module AsposeCellsCloud
|
|
125
125
|
attr_accessor :sort_names
|
126
126
|
#
|
127
127
|
attr_accessor :validate_merged_areas
|
128
|
+
#
|
129
|
+
attr_accessor :merge_areas
|
130
|
+
#
|
131
|
+
attr_accessor :sort_external_names
|
132
|
+
#
|
133
|
+
attr_accessor :check_excel_restriction
|
134
|
+
#
|
135
|
+
attr_accessor :update_smart_art
|
136
|
+
#
|
137
|
+
attr_accessor :encrypt_document_properties
|
128
138
|
|
129
139
|
# Attribute mapping from ruby-style variable name to JSON key.
|
130
140
|
def self.attribute_map
|
@@ -175,7 +185,12 @@ module AsposeCellsCloud
|
|
175
185
|
:'enable_http_compression' => :'EnableHTTPCompression',
|
176
186
|
:'refresh_chart_cache' => :'RefreshChartCache',
|
177
187
|
:'sort_names' => :'SortNames',
|
178
|
-
:'validate_merged_areas' => :'ValidateMergedAreas'
|
188
|
+
:'validate_merged_areas' => :'ValidateMergedAreas',
|
189
|
+
:'merge_areas' => :'MergeAreas',
|
190
|
+
:'sort_external_names' => :'SortExternalNames',
|
191
|
+
:'check_excel_restriction' => :'CheckExcelRestriction',
|
192
|
+
:'update_smart_art' => :'UpdateSmartArt',
|
193
|
+
:'encrypt_document_properties' => :'EncryptDocumentProperties'
|
179
194
|
}
|
180
195
|
end
|
181
196
|
|
@@ -228,7 +243,12 @@ module AsposeCellsCloud
|
|
228
243
|
:'enable_http_compression' => :'BOOLEAN',
|
229
244
|
:'refresh_chart_cache' => :'BOOLEAN',
|
230
245
|
:'sort_names' => :'BOOLEAN',
|
231
|
-
:'validate_merged_areas' => :'BOOLEAN'
|
246
|
+
:'validate_merged_areas' => :'BOOLEAN',
|
247
|
+
:'merge_areas' => :'BOOLEAN',
|
248
|
+
:'sort_external_names' => :'BOOLEAN',
|
249
|
+
:'check_excel_restriction' => :'BOOLEAN',
|
250
|
+
:'update_smart_art' => :'BOOLEAN',
|
251
|
+
:'encrypt_document_properties' => :'BOOLEAN'
|
232
252
|
}
|
233
253
|
end
|
234
254
|
|
@@ -381,6 +401,21 @@ module AsposeCellsCloud
|
|
381
401
|
if attributes.has_key?(:'ValidateMergedAreas')
|
382
402
|
self.validate_merged_areas = attributes[:'ValidateMergedAreas']
|
383
403
|
end
|
404
|
+
if attributes.has_key?(:'MergeAreas')
|
405
|
+
self.merge_areas = attributes[:'MergeAreas']
|
406
|
+
end
|
407
|
+
if attributes.has_key?(:'SortExternalNames')
|
408
|
+
self.sort_external_names = attributes[:'SortExternalNames']
|
409
|
+
end
|
410
|
+
if attributes.has_key?(:'CheckExcelRestriction')
|
411
|
+
self.check_excel_restriction = attributes[:'CheckExcelRestriction']
|
412
|
+
end
|
413
|
+
if attributes.has_key?(:'UpdateSmartArt')
|
414
|
+
self.update_smart_art = attributes[:'UpdateSmartArt']
|
415
|
+
end
|
416
|
+
if attributes.has_key?(:'EncryptDocumentProperties')
|
417
|
+
self.encrypt_document_properties = attributes[:'EncryptDocumentProperties']
|
418
|
+
end
|
384
419
|
|
385
420
|
end
|
386
421
|
|
@@ -529,6 +564,21 @@ module AsposeCellsCloud
|
|
529
564
|
if @validate_merged_areas.nil?
|
530
565
|
invalid_properties.push("invalid value for 'validate_merged_areas', validate_merged_areas cannot be nil.")
|
531
566
|
end
|
567
|
+
if @merge_areas.nil?
|
568
|
+
invalid_properties.push("invalid value for 'merge_areas', merge_areas cannot be nil.")
|
569
|
+
end
|
570
|
+
if @sort_external_names.nil?
|
571
|
+
invalid_properties.push("invalid value for 'sort_external_names', sort_external_names cannot be nil.")
|
572
|
+
end
|
573
|
+
if @check_excel_restriction.nil?
|
574
|
+
invalid_properties.push("invalid value for 'check_excel_restriction', check_excel_restriction cannot be nil.")
|
575
|
+
end
|
576
|
+
if @update_smart_art.nil?
|
577
|
+
invalid_properties.push("invalid value for 'update_smart_art', update_smart_art cannot be nil.")
|
578
|
+
end
|
579
|
+
if @encrypt_document_properties.nil?
|
580
|
+
invalid_properties.push("invalid value for 'encrypt_document_properties', encrypt_document_properties cannot be nil.")
|
581
|
+
end
|
532
582
|
|
533
583
|
return invalid_properties
|
534
584
|
end
|
@@ -583,6 +633,11 @@ module AsposeCellsCloud
|
|
583
633
|
return false if @refresh_chart_cache.nil?
|
584
634
|
return false if @sort_names.nil?
|
585
635
|
return false if @validate_merged_areas.nil?
|
636
|
+
return false if @merge_areas.nil?
|
637
|
+
return false if @sort_external_names.nil?
|
638
|
+
return false if @check_excel_restriction.nil?
|
639
|
+
return false if @update_smart_art.nil?
|
640
|
+
return false if @encrypt_document_properties.nil?
|
586
641
|
return true
|
587
642
|
end
|
588
643
|
|
@@ -637,7 +692,12 @@ module AsposeCellsCloud
|
|
637
692
|
enable_http_compression == o.enable_http_compression &&
|
638
693
|
refresh_chart_cache == o.refresh_chart_cache &&
|
639
694
|
sort_names == o.sort_names &&
|
640
|
-
validate_merged_areas == o.validate_merged_areas
|
695
|
+
validate_merged_areas == o.validate_merged_areas &&
|
696
|
+
merge_areas == o.merge_areas &&
|
697
|
+
sort_external_names == o.sort_external_names &&
|
698
|
+
check_excel_restriction == o.check_excel_restriction &&
|
699
|
+
update_smart_art == o.update_smart_art &&
|
700
|
+
encrypt_document_properties == o.encrypt_document_properties
|
641
701
|
std_dev == o.std_dev
|
642
702
|
end
|
643
703
|
|
@@ -650,7 +710,7 @@ module AsposeCellsCloud
|
|
650
710
|
# Calculates hash code according to all attributes.
|
651
711
|
# @return [Fixnum] Hash code
|
652
712
|
def hash
|
653
|
-
[ export_page_headers , export_page_footers , export_row_column_headings , show_all_sheets , image_options , save_as_single_file , export_hidden_worksheet , export_grid_lines , presentation_preference , cell_css_prefix , table_css_id , is_full_path_link , export_worksheet_css_separately , export_similar_border_style , merge_empty_td_forcely , export_cell_coordinate , export_extra_headings , export_headings , export_formula , add_tooltip_text , export_bogus_row_data , exclude_unused_styles , export_document_properties , export_worksheet_properties , export_workbook_properties , export_frame_scripts_and_properties , attached_files_directory , attached_files_url_prefix , encoding , export_active_worksheet_only , export_chart_image_format , export_images_as_base64 , hidden_col_display_type , hidden_row_display_type , html_cross_string_type , is_exp_image_to_temp_dir , page_title , parse_html_tag_in_cell , cell_name_attribute , save_format , cached_file_folder , clear_data , create_directory , enable_http_compression , refresh_chart_cache , sort_names , validate_merged_areas ].hash
|
713
|
+
[ export_page_headers , export_page_footers , export_row_column_headings , show_all_sheets , image_options , save_as_single_file , export_hidden_worksheet , export_grid_lines , presentation_preference , cell_css_prefix , table_css_id , is_full_path_link , export_worksheet_css_separately , export_similar_border_style , merge_empty_td_forcely , export_cell_coordinate , export_extra_headings , export_headings , export_formula , add_tooltip_text , export_bogus_row_data , exclude_unused_styles , export_document_properties , export_worksheet_properties , export_workbook_properties , export_frame_scripts_and_properties , attached_files_directory , attached_files_url_prefix , encoding , export_active_worksheet_only , export_chart_image_format , export_images_as_base64 , hidden_col_display_type , hidden_row_display_type , html_cross_string_type , is_exp_image_to_temp_dir , page_title , parse_html_tag_in_cell , cell_name_attribute , save_format , cached_file_folder , clear_data , create_directory , enable_http_compression , refresh_chart_cache , sort_names , validate_merged_areas , merge_areas , sort_external_names , check_excel_restriction , update_smart_art , encrypt_document_properties ].hash
|
654
714
|
end
|
655
715
|
|
656
716
|
# Builds the object from hash
|
@@ -71,6 +71,16 @@ module AsposeCellsCloud
|
|
71
71
|
attr_accessor :sort_names
|
72
72
|
#
|
73
73
|
attr_accessor :validate_merged_areas
|
74
|
+
#
|
75
|
+
attr_accessor :merge_areas
|
76
|
+
#
|
77
|
+
attr_accessor :sort_external_names
|
78
|
+
#
|
79
|
+
attr_accessor :check_excel_restriction
|
80
|
+
#
|
81
|
+
attr_accessor :update_smart_art
|
82
|
+
#
|
83
|
+
attr_accessor :encrypt_document_properties
|
74
84
|
|
75
85
|
# Attribute mapping from ruby-style variable name to JSON key.
|
76
86
|
def self.attribute_map
|
@@ -94,7 +104,12 @@ module AsposeCellsCloud
|
|
94
104
|
:'enable_http_compression' => :'EnableHTTPCompression',
|
95
105
|
:'refresh_chart_cache' => :'RefreshChartCache',
|
96
106
|
:'sort_names' => :'SortNames',
|
97
|
-
:'validate_merged_areas' => :'ValidateMergedAreas'
|
107
|
+
:'validate_merged_areas' => :'ValidateMergedAreas',
|
108
|
+
:'merge_areas' => :'MergeAreas',
|
109
|
+
:'sort_external_names' => :'SortExternalNames',
|
110
|
+
:'check_excel_restriction' => :'CheckExcelRestriction',
|
111
|
+
:'update_smart_art' => :'UpdateSmartArt',
|
112
|
+
:'encrypt_document_properties' => :'EncryptDocumentProperties'
|
98
113
|
}
|
99
114
|
end
|
100
115
|
|
@@ -120,7 +135,12 @@ module AsposeCellsCloud
|
|
120
135
|
:'enable_http_compression' => :'BOOLEAN',
|
121
136
|
:'refresh_chart_cache' => :'BOOLEAN',
|
122
137
|
:'sort_names' => :'BOOLEAN',
|
123
|
-
:'validate_merged_areas' => :'BOOLEAN'
|
138
|
+
:'validate_merged_areas' => :'BOOLEAN',
|
139
|
+
:'merge_areas' => :'BOOLEAN',
|
140
|
+
:'sort_external_names' => :'BOOLEAN',
|
141
|
+
:'check_excel_restriction' => :'BOOLEAN',
|
142
|
+
:'update_smart_art' => :'BOOLEAN',
|
143
|
+
:'encrypt_document_properties' => :'BOOLEAN'
|
124
144
|
}
|
125
145
|
end
|
126
146
|
|
@@ -192,6 +212,21 @@ module AsposeCellsCloud
|
|
192
212
|
if attributes.has_key?(:'ValidateMergedAreas')
|
193
213
|
self.validate_merged_areas = attributes[:'ValidateMergedAreas']
|
194
214
|
end
|
215
|
+
if attributes.has_key?(:'MergeAreas')
|
216
|
+
self.merge_areas = attributes[:'MergeAreas']
|
217
|
+
end
|
218
|
+
if attributes.has_key?(:'SortExternalNames')
|
219
|
+
self.sort_external_names = attributes[:'SortExternalNames']
|
220
|
+
end
|
221
|
+
if attributes.has_key?(:'CheckExcelRestriction')
|
222
|
+
self.check_excel_restriction = attributes[:'CheckExcelRestriction']
|
223
|
+
end
|
224
|
+
if attributes.has_key?(:'UpdateSmartArt')
|
225
|
+
self.update_smart_art = attributes[:'UpdateSmartArt']
|
226
|
+
end
|
227
|
+
if attributes.has_key?(:'EncryptDocumentProperties')
|
228
|
+
self.encrypt_document_properties = attributes[:'EncryptDocumentProperties']
|
229
|
+
end
|
195
230
|
|
196
231
|
end
|
197
232
|
|
@@ -259,6 +294,21 @@ module AsposeCellsCloud
|
|
259
294
|
if @validate_merged_areas.nil?
|
260
295
|
invalid_properties.push("invalid value for 'validate_merged_areas', validate_merged_areas cannot be nil.")
|
261
296
|
end
|
297
|
+
if @merge_areas.nil?
|
298
|
+
invalid_properties.push("invalid value for 'merge_areas', merge_areas cannot be nil.")
|
299
|
+
end
|
300
|
+
if @sort_external_names.nil?
|
301
|
+
invalid_properties.push("invalid value for 'sort_external_names', sort_external_names cannot be nil.")
|
302
|
+
end
|
303
|
+
if @check_excel_restriction.nil?
|
304
|
+
invalid_properties.push("invalid value for 'check_excel_restriction', check_excel_restriction cannot be nil.")
|
305
|
+
end
|
306
|
+
if @update_smart_art.nil?
|
307
|
+
invalid_properties.push("invalid value for 'update_smart_art', update_smart_art cannot be nil.")
|
308
|
+
end
|
309
|
+
if @encrypt_document_properties.nil?
|
310
|
+
invalid_properties.push("invalid value for 'encrypt_document_properties', encrypt_document_properties cannot be nil.")
|
311
|
+
end
|
262
312
|
|
263
313
|
return invalid_properties
|
264
314
|
end
|
@@ -286,6 +336,11 @@ module AsposeCellsCloud
|
|
286
336
|
return false if @refresh_chart_cache.nil?
|
287
337
|
return false if @sort_names.nil?
|
288
338
|
return false if @validate_merged_areas.nil?
|
339
|
+
return false if @merge_areas.nil?
|
340
|
+
return false if @sort_external_names.nil?
|
341
|
+
return false if @check_excel_restriction.nil?
|
342
|
+
return false if @update_smart_art.nil?
|
343
|
+
return false if @encrypt_document_properties.nil?
|
289
344
|
return true
|
290
345
|
end
|
291
346
|
|
@@ -313,7 +368,12 @@ module AsposeCellsCloud
|
|
313
368
|
enable_http_compression == o.enable_http_compression &&
|
314
369
|
refresh_chart_cache == o.refresh_chart_cache &&
|
315
370
|
sort_names == o.sort_names &&
|
316
|
-
validate_merged_areas == o.validate_merged_areas
|
371
|
+
validate_merged_areas == o.validate_merged_areas &&
|
372
|
+
merge_areas == o.merge_areas &&
|
373
|
+
sort_external_names == o.sort_external_names &&
|
374
|
+
check_excel_restriction == o.check_excel_restriction &&
|
375
|
+
update_smart_art == o.update_smart_art &&
|
376
|
+
encrypt_document_properties == o.encrypt_document_properties
|
317
377
|
std_dev == o.std_dev
|
318
378
|
end
|
319
379
|
|
@@ -326,7 +386,7 @@ module AsposeCellsCloud
|
|
326
386
|
# Calculates hash code according to all attributes.
|
327
387
|
# @return [Fixnum] Hash code
|
328
388
|
def hash
|
329
|
-
[ chart_image_type , embeded_image_name_in_svg , horizontal_resolution , image_format , is_cell_auto_fit , one_page_per_sheet , only_area , printing_page , print_with_status_dialog , quality , tiff_compression , vertical_resolution , save_format , cached_file_folder , clear_data , create_directory , enable_http_compression , refresh_chart_cache , sort_names , validate_merged_areas ].hash
|
389
|
+
[ chart_image_type , embeded_image_name_in_svg , horizontal_resolution , image_format , is_cell_auto_fit , one_page_per_sheet , only_area , printing_page , print_with_status_dialog , quality , tiff_compression , vertical_resolution , save_format , cached_file_folder , clear_data , create_directory , enable_http_compression , refresh_chart_cache , sort_names , validate_merged_areas , merge_areas , sort_external_names , check_excel_restriction , update_smart_art , encrypt_document_properties ].hash
|
330
390
|
end
|
331
391
|
|
332
392
|
# Builds the object from hash
|
@@ -55,6 +55,16 @@ module AsposeCellsCloud
|
|
55
55
|
attr_accessor :sort_names
|
56
56
|
#
|
57
57
|
attr_accessor :validate_merged_areas
|
58
|
+
#
|
59
|
+
attr_accessor :merge_areas
|
60
|
+
#
|
61
|
+
attr_accessor :sort_external_names
|
62
|
+
#
|
63
|
+
attr_accessor :check_excel_restriction
|
64
|
+
#
|
65
|
+
attr_accessor :update_smart_art
|
66
|
+
#
|
67
|
+
attr_accessor :encrypt_document_properties
|
58
68
|
|
59
69
|
# Attribute mapping from ruby-style variable name to JSON key.
|
60
70
|
def self.attribute_map
|
@@ -70,7 +80,12 @@ module AsposeCellsCloud
|
|
70
80
|
:'enable_http_compression' => :'EnableHTTPCompression',
|
71
81
|
:'refresh_chart_cache' => :'RefreshChartCache',
|
72
82
|
:'sort_names' => :'SortNames',
|
73
|
-
:'validate_merged_areas' => :'ValidateMergedAreas'
|
83
|
+
:'validate_merged_areas' => :'ValidateMergedAreas',
|
84
|
+
:'merge_areas' => :'MergeAreas',
|
85
|
+
:'sort_external_names' => :'SortExternalNames',
|
86
|
+
:'check_excel_restriction' => :'CheckExcelRestriction',
|
87
|
+
:'update_smart_art' => :'UpdateSmartArt',
|
88
|
+
:'encrypt_document_properties' => :'EncryptDocumentProperties'
|
74
89
|
}
|
75
90
|
end
|
76
91
|
|
@@ -88,7 +103,12 @@ module AsposeCellsCloud
|
|
88
103
|
:'enable_http_compression' => :'BOOLEAN',
|
89
104
|
:'refresh_chart_cache' => :'BOOLEAN',
|
90
105
|
:'sort_names' => :'BOOLEAN',
|
91
|
-
:'validate_merged_areas' => :'BOOLEAN'
|
106
|
+
:'validate_merged_areas' => :'BOOLEAN',
|
107
|
+
:'merge_areas' => :'BOOLEAN',
|
108
|
+
:'sort_external_names' => :'BOOLEAN',
|
109
|
+
:'check_excel_restriction' => :'BOOLEAN',
|
110
|
+
:'update_smart_art' => :'BOOLEAN',
|
111
|
+
:'encrypt_document_properties' => :'BOOLEAN'
|
92
112
|
}
|
93
113
|
end
|
94
114
|
|
@@ -136,6 +156,21 @@ module AsposeCellsCloud
|
|
136
156
|
if attributes.has_key?(:'ValidateMergedAreas')
|
137
157
|
self.validate_merged_areas = attributes[:'ValidateMergedAreas']
|
138
158
|
end
|
159
|
+
if attributes.has_key?(:'MergeAreas')
|
160
|
+
self.merge_areas = attributes[:'MergeAreas']
|
161
|
+
end
|
162
|
+
if attributes.has_key?(:'SortExternalNames')
|
163
|
+
self.sort_external_names = attributes[:'SortExternalNames']
|
164
|
+
end
|
165
|
+
if attributes.has_key?(:'CheckExcelRestriction')
|
166
|
+
self.check_excel_restriction = attributes[:'CheckExcelRestriction']
|
167
|
+
end
|
168
|
+
if attributes.has_key?(:'UpdateSmartArt')
|
169
|
+
self.update_smart_art = attributes[:'UpdateSmartArt']
|
170
|
+
end
|
171
|
+
if attributes.has_key?(:'EncryptDocumentProperties')
|
172
|
+
self.encrypt_document_properties = attributes[:'EncryptDocumentProperties']
|
173
|
+
end
|
139
174
|
|
140
175
|
end
|
141
176
|
|
@@ -179,6 +214,21 @@ module AsposeCellsCloud
|
|
179
214
|
if @validate_merged_areas.nil?
|
180
215
|
invalid_properties.push("invalid value for 'validate_merged_areas', validate_merged_areas cannot be nil.")
|
181
216
|
end
|
217
|
+
if @merge_areas.nil?
|
218
|
+
invalid_properties.push("invalid value for 'merge_areas', merge_areas cannot be nil.")
|
219
|
+
end
|
220
|
+
if @sort_external_names.nil?
|
221
|
+
invalid_properties.push("invalid value for 'sort_external_names', sort_external_names cannot be nil.")
|
222
|
+
end
|
223
|
+
if @check_excel_restriction.nil?
|
224
|
+
invalid_properties.push("invalid value for 'check_excel_restriction', check_excel_restriction cannot be nil.")
|
225
|
+
end
|
226
|
+
if @update_smart_art.nil?
|
227
|
+
invalid_properties.push("invalid value for 'update_smart_art', update_smart_art cannot be nil.")
|
228
|
+
end
|
229
|
+
if @encrypt_document_properties.nil?
|
230
|
+
invalid_properties.push("invalid value for 'encrypt_document_properties', encrypt_document_properties cannot be nil.")
|
231
|
+
end
|
182
232
|
|
183
233
|
return invalid_properties
|
184
234
|
end
|
@@ -198,6 +248,11 @@ module AsposeCellsCloud
|
|
198
248
|
return false if @refresh_chart_cache.nil?
|
199
249
|
return false if @sort_names.nil?
|
200
250
|
return false if @validate_merged_areas.nil?
|
251
|
+
return false if @merge_areas.nil?
|
252
|
+
return false if @sort_external_names.nil?
|
253
|
+
return false if @check_excel_restriction.nil?
|
254
|
+
return false if @update_smart_art.nil?
|
255
|
+
return false if @encrypt_document_properties.nil?
|
201
256
|
return true
|
202
257
|
end
|
203
258
|
|
@@ -217,7 +272,12 @@ module AsposeCellsCloud
|
|
217
272
|
enable_http_compression == o.enable_http_compression &&
|
218
273
|
refresh_chart_cache == o.refresh_chart_cache &&
|
219
274
|
sort_names == o.sort_names &&
|
220
|
-
validate_merged_areas == o.validate_merged_areas
|
275
|
+
validate_merged_areas == o.validate_merged_areas &&
|
276
|
+
merge_areas == o.merge_areas &&
|
277
|
+
sort_external_names == o.sort_external_names &&
|
278
|
+
check_excel_restriction == o.check_excel_restriction &&
|
279
|
+
update_smart_art == o.update_smart_art &&
|
280
|
+
encrypt_document_properties == o.encrypt_document_properties
|
221
281
|
std_dev == o.std_dev
|
222
282
|
end
|
223
283
|
|
@@ -230,7 +290,7 @@ module AsposeCellsCloud
|
|
230
290
|
# Calculates hash code according to all attributes.
|
231
291
|
# @return [Fixnum] Hash code
|
232
292
|
def hash
|
233
|
-
[ export_area , has_header_row , export_as_string , indent , save_format , cached_file_folder , clear_data , create_directory , enable_http_compression , refresh_chart_cache , sort_names , validate_merged_areas ].hash
|
293
|
+
[ export_area , has_header_row , export_as_string , indent , save_format , cached_file_folder , clear_data , create_directory , enable_http_compression , refresh_chart_cache , sort_names , validate_merged_areas , merge_areas , sort_external_names , check_excel_restriction , update_smart_art , encrypt_document_properties ].hash
|
234
294
|
end
|
235
295
|
|
236
296
|
# Builds the object from hash
|