aspose_cells_cloud 24.4 → 24.5
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 +9 -4
- data/lib/aspose_cells_cloud/models/analyzed_result.rb +4 -4
- data/lib/aspose_cells_cloud/models/analyzed_table_description.rb +16 -16
- data/lib/aspose_cells_cloud/models/axis.rb +1 -1
- data/lib/aspose_cells_cloud/models/cells_object_operate_task_parameter.rb +14 -14
- data/lib/aspose_cells_cloud/models/chart.rb +12 -12
- data/lib/aspose_cells_cloud/models/chart_area.rb +1 -13
- data/lib/aspose_cells_cloud/models/chart_frame.rb +1 -13
- data/lib/aspose_cells_cloud/models/chart_operate_parameter.rb +11 -11
- data/lib/aspose_cells_cloud/models/chart_point.rb +15 -3
- data/lib/aspose_cells_cloud/models/chart_points.rb +1 -1
- data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +5 -5
- data/lib/aspose_cells_cloud/models/convert_worksheet_task_parameter.rb +10 -10
- data/lib/aspose_cells_cloud/models/data_cleansing.rb +2 -2
- data/lib/aspose_cells_cloud/models/data_column_fill_value.rb +2 -2
- data/lib/aspose_cells_cloud/models/data_fill.rb +3 -3
- data/lib/aspose_cells_cloud/models/data_fill_value.rb +5 -5
- data/lib/aspose_cells_cloud/models/data_item.rb +2 -2
- data/lib/aspose_cells_cloud/models/data_labels.rb +1 -13
- data/lib/aspose_cells_cloud/models/data_source.rb +2 -2
- data/lib/aspose_cells_cloud/models/deduplication_region.rb +2 -2
- data/lib/aspose_cells_cloud/models/discover_chart.rb +6 -6
- data/lib/aspose_cells_cloud/models/discover_pivot_table.rb +4 -4
- data/lib/aspose_cells_cloud/models/display_unit_label.rb +1 -25
- data/lib/aspose_cells_cloud/models/excel_data_statistics.rb +5 -17
- data/lib/aspose_cells_cloud/models/file_info.rb +3 -3
- data/lib/aspose_cells_cloud/models/import_data_task_parameter.rb +5 -5
- data/lib/aspose_cells_cloud/models/legend.rb +1 -13
- data/lib/aspose_cells_cloud/models/legend_entry.rb +2 -2
- data/lib/aspose_cells_cloud/models/list_object_operate_parameter.rb +1 -1
- data/lib/aspose_cells_cloud/models/load_data.rb +16 -4
- data/lib/aspose_cells_cloud/models/marker.rb +4 -4
- data/lib/aspose_cells_cloud/models/{analyze_suggestion.rb → merge_queries.rb} +92 -80
- data/lib/aspose_cells_cloud/models/operate_object.rb +2 -2
- data/lib/aspose_cells_cloud/models/operate_object_position.rb +7 -7
- data/lib/aspose_cells_cloud/models/operate_parameter.rb +1 -1
- data/lib/aspose_cells_cloud/models/page_break_operate_parameter.rb +6 -6
- data/lib/aspose_cells_cloud/models/page_setup_operate_parameter.rb +1 -1
- data/lib/aspose_cells_cloud/models/pivot_table.rb +1 -1
- data/lib/aspose_cells_cloud/models/pivot_table_operate_parameter.rb +8 -8
- data/lib/aspose_cells_cloud/models/plot_area.rb +1 -13
- data/lib/aspose_cells_cloud/models/result_destination.rb +3 -3
- data/lib/aspose_cells_cloud/models/save_result.rb +1 -1
- data/lib/aspose_cells_cloud/models/save_result_task_parameter.rb +2 -2
- data/lib/aspose_cells_cloud/models/series.rb +8 -32
- data/lib/aspose_cells_cloud/models/series_items.rb +1 -1
- data/lib/aspose_cells_cloud/models/shape_operate_parameter.rb +1 -1
- data/lib/aspose_cells_cloud/models/single_value.rb +2 -2
- data/lib/aspose_cells_cloud/models/smart_marker_task_parameter.rb +6 -6
- data/lib/aspose_cells_cloud/models/sort_key.rb +2 -2
- data/lib/aspose_cells_cloud/models/split_result.rb +1 -1
- data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +5 -5
- data/lib/aspose_cells_cloud/models/task_data.rb +1 -1
- data/lib/aspose_cells_cloud/models/task_description.rb +2 -2
- data/lib/aspose_cells_cloud/models/task_run_result.rb +2 -2
- data/lib/aspose_cells_cloud/models/text_item.rb +1 -1
- data/lib/aspose_cells_cloud/models/text_items.rb +1 -1
- data/lib/aspose_cells_cloud/models/text_options.rb +6 -6
- data/lib/aspose_cells_cloud/models/title.rb +1 -13
- data/lib/aspose_cells_cloud/models/trendline.rb +2 -2
- data/lib/aspose_cells_cloud/models/trendlines.rb +1 -1
- data/lib/aspose_cells_cloud/models/workbook_settings_operate_parameter.rb +1 -1
- data/lib/aspose_cells_cloud/models/worksheet_data_statistics.rb +10 -10
- data/lib/aspose_cells_cloud/models/worksheet_operate_parameter.rb +3 -3
- data/lib/aspose_cells_cloud/version.rb +1 -1
- data/lib/aspose_cells_cloud.rb +2 -4
- metadata +3 -5
- data/lib/aspose_cells_cloud/models/analyze_excel_response.rb +0 -210
- data/lib/aspose_cells_cloud/models/split_result_document.rb +0 -222
|
@@ -31,15 +31,15 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class DataFillValue
|
|
34
|
-
#
|
|
34
|
+
#Represents default bool value.
|
|
35
35
|
attr_accessor :default_boolean
|
|
36
|
-
#
|
|
36
|
+
#Represents default string value.
|
|
37
37
|
attr_accessor :default_string
|
|
38
|
-
#
|
|
38
|
+
#Represents default number value.
|
|
39
39
|
attr_accessor :default_number
|
|
40
|
-
#
|
|
40
|
+
#Represents default double value.
|
|
41
41
|
attr_accessor :default_double
|
|
42
|
-
#
|
|
42
|
+
#Represents default date value.
|
|
43
43
|
attr_accessor :default_date
|
|
44
44
|
|
|
45
45
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,9 +31,9 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class DataItem
|
|
34
|
-
#
|
|
34
|
+
#Represents data item type.
|
|
35
35
|
attr_accessor :data_item_type
|
|
36
|
-
#
|
|
36
|
+
#Represents data item value.
|
|
37
37
|
attr_accessor :value
|
|
38
38
|
|
|
39
39
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -86,8 +86,6 @@ module AsposeCellsCloud
|
|
|
86
86
|
#
|
|
87
87
|
attr_accessor :shadow
|
|
88
88
|
#
|
|
89
|
-
attr_accessor :shape_properties
|
|
90
|
-
#
|
|
91
89
|
attr_accessor :width
|
|
92
90
|
#
|
|
93
91
|
attr_accessor :height
|
|
@@ -126,7 +124,6 @@ module AsposeCellsCloud
|
|
|
126
124
|
:'is_automatic_size' => :'IsAutomaticSize',
|
|
127
125
|
:'is_inner_mode' => :'IsInnerMode',
|
|
128
126
|
:'shadow' => :'Shadow',
|
|
129
|
-
:'shape_properties' => :'ShapeProperties',
|
|
130
127
|
:'width' => :'Width',
|
|
131
128
|
:'height' => :'Height',
|
|
132
129
|
:'x' => :'X',
|
|
@@ -164,7 +161,6 @@ module AsposeCellsCloud
|
|
|
164
161
|
:'is_automatic_size' => :'BOOLEAN',
|
|
165
162
|
:'is_inner_mode' => :'BOOLEAN',
|
|
166
163
|
:'shadow' => :'BOOLEAN',
|
|
167
|
-
:'shape_properties' => :'Array<LinkElement>',
|
|
168
164
|
:'width' => :'Integer',
|
|
169
165
|
:'height' => :'Integer',
|
|
170
166
|
:'x' => :'Integer',
|
|
@@ -261,9 +257,6 @@ module AsposeCellsCloud
|
|
|
261
257
|
if attributes.has_key?(:'Shadow')
|
|
262
258
|
self.shadow = attributes[:'Shadow']
|
|
263
259
|
end
|
|
264
|
-
if attributes.has_key?(:'ShapeProperties')
|
|
265
|
-
self.shape_properties = attributes[:'ShapeProperties']
|
|
266
|
-
end
|
|
267
260
|
if attributes.has_key?(:'Width')
|
|
268
261
|
self.width = attributes[:'Width']
|
|
269
262
|
end
|
|
@@ -364,9 +357,6 @@ module AsposeCellsCloud
|
|
|
364
357
|
if @shadow.nil?
|
|
365
358
|
invalid_properties.push("invalid value for 'shadow', shadow cannot be nil.")
|
|
366
359
|
end
|
|
367
|
-
if @shape_properties.nil?
|
|
368
|
-
invalid_properties.push("invalid value for 'shape_properties', shape_properties cannot be nil.")
|
|
369
|
-
end
|
|
370
360
|
if @width.nil?
|
|
371
361
|
invalid_properties.push("invalid value for 'width', width cannot be nil.")
|
|
372
362
|
end
|
|
@@ -413,7 +403,6 @@ module AsposeCellsCloud
|
|
|
413
403
|
return false if @is_automatic_size.nil?
|
|
414
404
|
return false if @is_inner_mode.nil?
|
|
415
405
|
return false if @shadow.nil?
|
|
416
|
-
return false if @shape_properties.nil?
|
|
417
406
|
return false if @width.nil?
|
|
418
407
|
return false if @height.nil?
|
|
419
408
|
return false if @x.nil?
|
|
@@ -453,7 +442,6 @@ module AsposeCellsCloud
|
|
|
453
442
|
is_automatic_size == o.is_automatic_size &&
|
|
454
443
|
is_inner_mode == o.is_inner_mode &&
|
|
455
444
|
shadow == o.shadow &&
|
|
456
|
-
shape_properties == o.shape_properties &&
|
|
457
445
|
width == o.width &&
|
|
458
446
|
height == o.height &&
|
|
459
447
|
x == o.x &&
|
|
@@ -470,7 +458,7 @@ module AsposeCellsCloud
|
|
|
470
458
|
# Calculates hash code according to all attributes.
|
|
471
459
|
# @return [Fixnum] Hash code
|
|
472
460
|
def hash
|
|
473
|
-
[ is_auto_text , is_deleted , linked_source , number , number_format , number_format_linked , position , rotation_angle , separator , show_bubble_size , show_category_name , show_legend_key , show_percentage , show_series_name , show_value , text , text_direction , text_horizontal_alignment , text_vertical_alignment , area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow ,
|
|
461
|
+
[ is_auto_text , is_deleted , linked_source , number , number_format , number_format_linked , position , rotation_angle , separator , show_bubble_size , show_category_name , show_legend_key , show_percentage , show_series_name , show_value , text , text_direction , text_horizontal_alignment , text_vertical_alignment , area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow , width , height , x , y ].hash
|
|
474
462
|
end
|
|
475
463
|
|
|
476
464
|
# Builds the object from hash
|
|
@@ -31,9 +31,9 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class DataSource
|
|
34
|
-
#
|
|
34
|
+
#Represents data source type.
|
|
35
35
|
attr_accessor :data_source_type
|
|
36
|
-
#
|
|
36
|
+
#Represents data path.
|
|
37
37
|
attr_accessor :data_path
|
|
38
38
|
|
|
39
39
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,9 +31,9 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class DeduplicationRegion
|
|
34
|
-
#
|
|
34
|
+
#Represents data range.
|
|
35
35
|
attr_accessor :ranges
|
|
36
|
-
#
|
|
36
|
+
#Represents worksheet name list.
|
|
37
37
|
attr_accessor :worksheet_name_list
|
|
38
38
|
|
|
39
39
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,17 +31,17 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class DiscoverChart
|
|
34
|
-
#
|
|
34
|
+
#Represents chart name.
|
|
35
35
|
attr_accessor :name
|
|
36
|
-
#
|
|
36
|
+
#Represents worksheet name which is where the chart is located.
|
|
37
37
|
attr_accessor :sheet_name
|
|
38
|
-
#
|
|
38
|
+
#Represents chart title.
|
|
39
39
|
attr_accessor :title
|
|
40
|
-
#
|
|
40
|
+
#Represents chart type.
|
|
41
41
|
attr_accessor :type
|
|
42
|
-
#
|
|
42
|
+
#Represents chart data range.
|
|
43
43
|
attr_accessor :data_range
|
|
44
|
-
#Base64String
|
|
44
|
+
#Represents chart thumbnail. Base64String
|
|
45
45
|
attr_accessor :thumbnail
|
|
46
46
|
|
|
47
47
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,11 +31,11 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class DiscoverPivotTable
|
|
34
|
-
#
|
|
34
|
+
#Represents pivot table name.
|
|
35
35
|
attr_accessor :name
|
|
36
|
-
#
|
|
36
|
+
#Represents pivot table title.
|
|
37
37
|
attr_accessor :title
|
|
38
|
-
#
|
|
38
|
+
#Represents pivot table data range.
|
|
39
39
|
attr_accessor :data_range
|
|
40
40
|
#Represents row fields in a PivotTable report.
|
|
41
41
|
attr_accessor :pivot_field_rows
|
|
@@ -43,7 +43,7 @@ module AsposeCellsCloud
|
|
|
43
43
|
attr_accessor :pivot_field_columns
|
|
44
44
|
#Represents data fields in a PivotTable report.
|
|
45
45
|
attr_accessor :pivot_field_data
|
|
46
|
-
#Base64String
|
|
46
|
+
#Represents pivot table thumbnail. Base64String
|
|
47
47
|
attr_accessor :thumbnail
|
|
48
48
|
|
|
49
49
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -38,8 +38,6 @@ module AsposeCellsCloud
|
|
|
38
38
|
#Gets or sets the text of display unit label.
|
|
39
39
|
attr_accessor :text
|
|
40
40
|
#
|
|
41
|
-
attr_accessor :text_direction
|
|
42
|
-
#
|
|
43
41
|
attr_accessor :text_horizontal_alignment
|
|
44
42
|
#
|
|
45
43
|
attr_accessor :text_vertical_alignment
|
|
@@ -60,8 +58,6 @@ module AsposeCellsCloud
|
|
|
60
58
|
#
|
|
61
59
|
attr_accessor :shadow
|
|
62
60
|
#
|
|
63
|
-
attr_accessor :shape_properties
|
|
64
|
-
#
|
|
65
61
|
attr_accessor :width
|
|
66
62
|
#
|
|
67
63
|
attr_accessor :height
|
|
@@ -76,7 +72,6 @@ module AsposeCellsCloud
|
|
|
76
72
|
:'linked_source' => :'LinkedSource',
|
|
77
73
|
:'rotation_angle' => :'RotationAngle',
|
|
78
74
|
:'text' => :'Text',
|
|
79
|
-
:'text_direction' => :'TextDirection',
|
|
80
75
|
:'text_horizontal_alignment' => :'TextHorizontalAlignment',
|
|
81
76
|
:'text_vertical_alignment' => :'TextVerticalAlignment',
|
|
82
77
|
:'area' => :'Area',
|
|
@@ -87,7 +82,6 @@ module AsposeCellsCloud
|
|
|
87
82
|
:'is_automatic_size' => :'IsAutomaticSize',
|
|
88
83
|
:'is_inner_mode' => :'IsInnerMode',
|
|
89
84
|
:'shadow' => :'Shadow',
|
|
90
|
-
:'shape_properties' => :'ShapeProperties',
|
|
91
85
|
:'width' => :'Width',
|
|
92
86
|
:'height' => :'Height',
|
|
93
87
|
:'x' => :'X',
|
|
@@ -101,7 +95,6 @@ module AsposeCellsCloud
|
|
|
101
95
|
:'linked_source' => :'String',
|
|
102
96
|
:'rotation_angle' => :'Integer',
|
|
103
97
|
:'text' => :'String',
|
|
104
|
-
:'text_direction' => :'String',
|
|
105
98
|
:'text_horizontal_alignment' => :'String',
|
|
106
99
|
:'text_vertical_alignment' => :'String',
|
|
107
100
|
:'area' => :'Area',
|
|
@@ -112,7 +105,6 @@ module AsposeCellsCloud
|
|
|
112
105
|
:'is_automatic_size' => :'BOOLEAN',
|
|
113
106
|
:'is_inner_mode' => :'BOOLEAN',
|
|
114
107
|
:'shadow' => :'BOOLEAN',
|
|
115
|
-
:'shape_properties' => :'Array<LinkElement>',
|
|
116
108
|
:'width' => :'Integer',
|
|
117
109
|
:'height' => :'Integer',
|
|
118
110
|
:'x' => :'Integer',
|
|
@@ -137,9 +129,6 @@ module AsposeCellsCloud
|
|
|
137
129
|
if attributes.has_key?(:'Text')
|
|
138
130
|
self.text = attributes[:'Text']
|
|
139
131
|
end
|
|
140
|
-
if attributes.has_key?(:'TextDirection')
|
|
141
|
-
self.text_direction = attributes[:'TextDirection']
|
|
142
|
-
end
|
|
143
132
|
if attributes.has_key?(:'TextHorizontalAlignment')
|
|
144
133
|
self.text_horizontal_alignment = attributes[:'TextHorizontalAlignment']
|
|
145
134
|
end
|
|
@@ -170,9 +159,6 @@ module AsposeCellsCloud
|
|
|
170
159
|
if attributes.has_key?(:'Shadow')
|
|
171
160
|
self.shadow = attributes[:'Shadow']
|
|
172
161
|
end
|
|
173
|
-
if attributes.has_key?(:'ShapeProperties')
|
|
174
|
-
self.shape_properties = attributes[:'ShapeProperties']
|
|
175
|
-
end
|
|
176
162
|
if attributes.has_key?(:'Width')
|
|
177
163
|
self.width = attributes[:'Width']
|
|
178
164
|
end
|
|
@@ -201,9 +187,6 @@ module AsposeCellsCloud
|
|
|
201
187
|
if @text.nil?
|
|
202
188
|
invalid_properties.push("invalid value for 'text', text cannot be nil.")
|
|
203
189
|
end
|
|
204
|
-
if @text_direction.nil?
|
|
205
|
-
invalid_properties.push("invalid value for 'text_direction', text_direction cannot be nil.")
|
|
206
|
-
end
|
|
207
190
|
if @text_horizontal_alignment.nil?
|
|
208
191
|
invalid_properties.push("invalid value for 'text_horizontal_alignment', text_horizontal_alignment cannot be nil.")
|
|
209
192
|
end
|
|
@@ -234,9 +217,6 @@ module AsposeCellsCloud
|
|
|
234
217
|
if @shadow.nil?
|
|
235
218
|
invalid_properties.push("invalid value for 'shadow', shadow cannot be nil.")
|
|
236
219
|
end
|
|
237
|
-
if @shape_properties.nil?
|
|
238
|
-
invalid_properties.push("invalid value for 'shape_properties', shape_properties cannot be nil.")
|
|
239
|
-
end
|
|
240
220
|
if @width.nil?
|
|
241
221
|
invalid_properties.push("invalid value for 'width', width cannot be nil.")
|
|
242
222
|
end
|
|
@@ -259,7 +239,6 @@ module AsposeCellsCloud
|
|
|
259
239
|
return false if @linked_source.nil?
|
|
260
240
|
return false if @rotation_angle.nil?
|
|
261
241
|
return false if @text.nil?
|
|
262
|
-
return false if @text_direction.nil?
|
|
263
242
|
return false if @text_horizontal_alignment.nil?
|
|
264
243
|
return false if @text_vertical_alignment.nil?
|
|
265
244
|
return false if @area.nil?
|
|
@@ -270,7 +249,6 @@ module AsposeCellsCloud
|
|
|
270
249
|
return false if @is_automatic_size.nil?
|
|
271
250
|
return false if @is_inner_mode.nil?
|
|
272
251
|
return false if @shadow.nil?
|
|
273
|
-
return false if @shape_properties.nil?
|
|
274
252
|
return false if @width.nil?
|
|
275
253
|
return false if @height.nil?
|
|
276
254
|
return false if @x.nil?
|
|
@@ -286,7 +264,6 @@ module AsposeCellsCloud
|
|
|
286
264
|
linked_source == o.linked_source &&
|
|
287
265
|
rotation_angle == o.rotation_angle &&
|
|
288
266
|
text == o.text &&
|
|
289
|
-
text_direction == o.text_direction &&
|
|
290
267
|
text_horizontal_alignment == o.text_horizontal_alignment &&
|
|
291
268
|
text_vertical_alignment == o.text_vertical_alignment &&
|
|
292
269
|
area == o.area &&
|
|
@@ -297,7 +274,6 @@ module AsposeCellsCloud
|
|
|
297
274
|
is_automatic_size == o.is_automatic_size &&
|
|
298
275
|
is_inner_mode == o.is_inner_mode &&
|
|
299
276
|
shadow == o.shadow &&
|
|
300
|
-
shape_properties == o.shape_properties &&
|
|
301
277
|
width == o.width &&
|
|
302
278
|
height == o.height &&
|
|
303
279
|
x == o.x &&
|
|
@@ -314,7 +290,7 @@ module AsposeCellsCloud
|
|
|
314
290
|
# Calculates hash code according to all attributes.
|
|
315
291
|
# @return [Fixnum] Hash code
|
|
316
292
|
def hash
|
|
317
|
-
[ linked_source , rotation_angle , text ,
|
|
293
|
+
[ linked_source , rotation_angle , text , text_horizontal_alignment , text_vertical_alignment , area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow , width , height , x , y ].hash
|
|
318
294
|
end
|
|
319
295
|
|
|
320
296
|
# Builds the object from hash
|
|
@@ -31,24 +31,20 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class ExcelDataStatistics
|
|
34
|
-
#
|
|
34
|
+
#Represents worksheet data statistics list.
|
|
35
35
|
attr_accessor :worksheet_data_statistics
|
|
36
|
-
#
|
|
37
|
-
attr_accessor :names_count
|
|
38
36
|
|
|
39
37
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
40
38
|
def self.attribute_map
|
|
41
39
|
{
|
|
42
|
-
:'worksheet_data_statistics' => :'WorksheetDataStatistics'
|
|
43
|
-
:'names_count' => :'NamesCount'
|
|
40
|
+
:'worksheet_data_statistics' => :'WorksheetDataStatistics'
|
|
44
41
|
}
|
|
45
42
|
end
|
|
46
43
|
|
|
47
44
|
# Attribute type mapping.
|
|
48
45
|
def self.swagger_types
|
|
49
46
|
{
|
|
50
|
-
:'worksheet_data_statistics' => :'Array<WorksheetDataStatistics>'
|
|
51
|
-
:'names_count' => :'Integer'
|
|
47
|
+
:'worksheet_data_statistics' => :'Array<WorksheetDataStatistics>'
|
|
52
48
|
}
|
|
53
49
|
end
|
|
54
50
|
|
|
@@ -63,9 +59,6 @@ module AsposeCellsCloud
|
|
|
63
59
|
if attributes.has_key?(:'WorksheetDataStatistics')
|
|
64
60
|
self.worksheet_data_statistics = attributes[:'WorksheetDataStatistics']
|
|
65
61
|
end
|
|
66
|
-
if attributes.has_key?(:'NamesCount')
|
|
67
|
-
self.names_count = attributes[:'NamesCount']
|
|
68
|
-
end
|
|
69
62
|
|
|
70
63
|
end
|
|
71
64
|
|
|
@@ -76,9 +69,6 @@ module AsposeCellsCloud
|
|
|
76
69
|
if @worksheet_data_statistics.nil?
|
|
77
70
|
invalid_properties.push("invalid value for 'worksheet_data_statistics', worksheet_data_statistics cannot be nil.")
|
|
78
71
|
end
|
|
79
|
-
if @names_count.nil?
|
|
80
|
-
invalid_properties.push("invalid value for 'names_count', names_count cannot be nil.")
|
|
81
|
-
end
|
|
82
72
|
|
|
83
73
|
return invalid_properties
|
|
84
74
|
end
|
|
@@ -87,7 +77,6 @@ module AsposeCellsCloud
|
|
|
87
77
|
# @return true if the model is valid
|
|
88
78
|
def valid?
|
|
89
79
|
return false if @worksheet_data_statistics.nil?
|
|
90
|
-
return false if @names_count.nil?
|
|
91
80
|
return true
|
|
92
81
|
end
|
|
93
82
|
|
|
@@ -96,8 +85,7 @@ module AsposeCellsCloud
|
|
|
96
85
|
def ==(o)
|
|
97
86
|
return true if self.equal?(o)
|
|
98
87
|
self.class == o.class &&
|
|
99
|
-
worksheet_data_statistics == o.worksheet_data_statistics
|
|
100
|
-
names_count == o.names_count
|
|
88
|
+
worksheet_data_statistics == o.worksheet_data_statistics
|
|
101
89
|
std_dev == o.std_dev
|
|
102
90
|
end
|
|
103
91
|
|
|
@@ -110,7 +98,7 @@ module AsposeCellsCloud
|
|
|
110
98
|
# Calculates hash code according to all attributes.
|
|
111
99
|
# @return [Fixnum] Hash code
|
|
112
100
|
def hash
|
|
113
|
-
[ worksheet_data_statistics
|
|
101
|
+
[ worksheet_data_statistics ].hash
|
|
114
102
|
end
|
|
115
103
|
|
|
116
104
|
# Builds the object from hash
|
|
@@ -31,11 +31,11 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class FileInfo
|
|
34
|
-
#
|
|
34
|
+
#Represents filename.
|
|
35
35
|
attr_accessor :filename
|
|
36
|
-
#
|
|
36
|
+
#Represents file size.
|
|
37
37
|
attr_accessor :file_size
|
|
38
|
-
#
|
|
38
|
+
#Represents file content, byte to base64 string.
|
|
39
39
|
attr_accessor :file_content
|
|
40
40
|
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,15 +31,15 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class ImportDataTaskParameter
|
|
34
|
-
#
|
|
34
|
+
#Represents data source of task object.
|
|
35
35
|
attr_accessor :data_source
|
|
36
|
-
#
|
|
36
|
+
#Represents data source of task object.
|
|
37
37
|
attr_accessor :workbook
|
|
38
|
-
#
|
|
38
|
+
#Represents import option.
|
|
39
39
|
attr_accessor :import_option
|
|
40
|
-
#
|
|
40
|
+
#Represents destination data source.
|
|
41
41
|
attr_accessor :target_data_source
|
|
42
|
-
#
|
|
42
|
+
#Represents destination data source.
|
|
43
43
|
attr_accessor :destination_workbook
|
|
44
44
|
|
|
45
45
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -52,8 +52,6 @@ module AsposeCellsCloud
|
|
|
52
52
|
#
|
|
53
53
|
attr_accessor :shadow
|
|
54
54
|
#
|
|
55
|
-
attr_accessor :shape_properties
|
|
56
|
-
#
|
|
57
55
|
attr_accessor :width
|
|
58
56
|
#
|
|
59
57
|
attr_accessor :height
|
|
@@ -75,7 +73,6 @@ module AsposeCellsCloud
|
|
|
75
73
|
:'is_automatic_size' => :'IsAutomaticSize',
|
|
76
74
|
:'is_inner_mode' => :'IsInnerMode',
|
|
77
75
|
:'shadow' => :'Shadow',
|
|
78
|
-
:'shape_properties' => :'ShapeProperties',
|
|
79
76
|
:'width' => :'Width',
|
|
80
77
|
:'height' => :'Height',
|
|
81
78
|
:'x' => :'X',
|
|
@@ -96,7 +93,6 @@ module AsposeCellsCloud
|
|
|
96
93
|
:'is_automatic_size' => :'BOOLEAN',
|
|
97
94
|
:'is_inner_mode' => :'BOOLEAN',
|
|
98
95
|
:'shadow' => :'BOOLEAN',
|
|
99
|
-
:'shape_properties' => :'Array<LinkElement>',
|
|
100
96
|
:'width' => :'Integer',
|
|
101
97
|
:'height' => :'Integer',
|
|
102
98
|
:'x' => :'Integer',
|
|
@@ -142,9 +138,6 @@ module AsposeCellsCloud
|
|
|
142
138
|
if attributes.has_key?(:'Shadow')
|
|
143
139
|
self.shadow = attributes[:'Shadow']
|
|
144
140
|
end
|
|
145
|
-
if attributes.has_key?(:'ShapeProperties')
|
|
146
|
-
self.shape_properties = attributes[:'ShapeProperties']
|
|
147
|
-
end
|
|
148
141
|
if attributes.has_key?(:'Width')
|
|
149
142
|
self.width = attributes[:'Width']
|
|
150
143
|
end
|
|
@@ -194,9 +187,6 @@ module AsposeCellsCloud
|
|
|
194
187
|
if @shadow.nil?
|
|
195
188
|
invalid_properties.push("invalid value for 'shadow', shadow cannot be nil.")
|
|
196
189
|
end
|
|
197
|
-
if @shape_properties.nil?
|
|
198
|
-
invalid_properties.push("invalid value for 'shape_properties', shape_properties cannot be nil.")
|
|
199
|
-
end
|
|
200
190
|
if @width.nil?
|
|
201
191
|
invalid_properties.push("invalid value for 'width', width cannot be nil.")
|
|
202
192
|
end
|
|
@@ -226,7 +216,6 @@ module AsposeCellsCloud
|
|
|
226
216
|
return false if @is_automatic_size.nil?
|
|
227
217
|
return false if @is_inner_mode.nil?
|
|
228
218
|
return false if @shadow.nil?
|
|
229
|
-
return false if @shape_properties.nil?
|
|
230
219
|
return false if @width.nil?
|
|
231
220
|
return false if @height.nil?
|
|
232
221
|
return false if @x.nil?
|
|
@@ -249,7 +238,6 @@ module AsposeCellsCloud
|
|
|
249
238
|
is_automatic_size == o.is_automatic_size &&
|
|
250
239
|
is_inner_mode == o.is_inner_mode &&
|
|
251
240
|
shadow == o.shadow &&
|
|
252
|
-
shape_properties == o.shape_properties &&
|
|
253
241
|
width == o.width &&
|
|
254
242
|
height == o.height &&
|
|
255
243
|
x == o.x &&
|
|
@@ -266,7 +254,7 @@ module AsposeCellsCloud
|
|
|
266
254
|
# Calculates hash code according to all attributes.
|
|
267
255
|
# @return [Fixnum] Hash code
|
|
268
256
|
def hash
|
|
269
|
-
[ position , legend_entries , area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow ,
|
|
257
|
+
[ position , legend_entries , area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow , width , height , x , y ].hash
|
|
270
258
|
end
|
|
271
259
|
|
|
272
260
|
# Builds the object from hash
|
|
@@ -56,10 +56,10 @@ module AsposeCellsCloud
|
|
|
56
56
|
# Attribute type mapping.
|
|
57
57
|
def self.swagger_types
|
|
58
58
|
{
|
|
59
|
-
:'auto_scale_font' => :'
|
|
59
|
+
:'auto_scale_font' => :'BOOLEAN',
|
|
60
60
|
:'background_mode' => :'String',
|
|
61
61
|
:'font' => :'Font',
|
|
62
|
-
:'is_deleted' => :'
|
|
62
|
+
:'is_deleted' => :'BOOLEAN',
|
|
63
63
|
:'link' => :'Link'
|
|
64
64
|
}
|
|
65
65
|
end
|
|
@@ -39,6 +39,8 @@ module AsposeCellsCloud
|
|
|
39
39
|
attr_accessor :file_info
|
|
40
40
|
#The specific data object type and name.
|
|
41
41
|
attr_accessor :data_item
|
|
42
|
+
#
|
|
43
|
+
attr_accessor :merge_queries
|
|
42
44
|
|
|
43
45
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
44
46
|
def self.attribute_map
|
|
@@ -46,7 +48,8 @@ module AsposeCellsCloud
|
|
|
46
48
|
:'load_to' => :'LoadTo',
|
|
47
49
|
:'data_source' => :'DataSource',
|
|
48
50
|
:'file_info' => :'FileInfo',
|
|
49
|
-
:'data_item' => :'DataItem'
|
|
51
|
+
:'data_item' => :'DataItem',
|
|
52
|
+
:'merge_queries' => :'MergeQueries'
|
|
50
53
|
}
|
|
51
54
|
end
|
|
52
55
|
|
|
@@ -56,7 +59,8 @@ module AsposeCellsCloud
|
|
|
56
59
|
:'load_to' => :'LoadTo',
|
|
57
60
|
:'data_source' => :'DataSource',
|
|
58
61
|
:'file_info' => :'FileInfo',
|
|
59
|
-
:'data_item' => :'DataItem'
|
|
62
|
+
:'data_item' => :'DataItem',
|
|
63
|
+
:'merge_queries' => :'MergeQueries'
|
|
60
64
|
}
|
|
61
65
|
end
|
|
62
66
|
|
|
@@ -80,6 +84,9 @@ module AsposeCellsCloud
|
|
|
80
84
|
if attributes.has_key?(:'DataItem')
|
|
81
85
|
self.data_item = attributes[:'DataItem']
|
|
82
86
|
end
|
|
87
|
+
if attributes.has_key?(:'MergeQueries')
|
|
88
|
+
self.merge_queries = attributes[:'MergeQueries']
|
|
89
|
+
end
|
|
83
90
|
|
|
84
91
|
end
|
|
85
92
|
|
|
@@ -99,6 +106,9 @@ module AsposeCellsCloud
|
|
|
99
106
|
if @data_item.nil?
|
|
100
107
|
invalid_properties.push("invalid value for 'data_item', data_item cannot be nil.")
|
|
101
108
|
end
|
|
109
|
+
if @merge_queries.nil?
|
|
110
|
+
invalid_properties.push("invalid value for 'merge_queries', merge_queries cannot be nil.")
|
|
111
|
+
end
|
|
102
112
|
|
|
103
113
|
return invalid_properties
|
|
104
114
|
end
|
|
@@ -110,6 +120,7 @@ module AsposeCellsCloud
|
|
|
110
120
|
return false if @data_source.nil?
|
|
111
121
|
return false if @file_info.nil?
|
|
112
122
|
return false if @data_item.nil?
|
|
123
|
+
return false if @merge_queries.nil?
|
|
113
124
|
return true
|
|
114
125
|
end
|
|
115
126
|
|
|
@@ -121,7 +132,8 @@ module AsposeCellsCloud
|
|
|
121
132
|
load_to == o.load_to &&
|
|
122
133
|
data_source == o.data_source &&
|
|
123
134
|
file_info == o.file_info &&
|
|
124
|
-
data_item == o.data_item
|
|
135
|
+
data_item == o.data_item &&
|
|
136
|
+
merge_queries == o.merge_queries
|
|
125
137
|
std_dev == o.std_dev
|
|
126
138
|
end
|
|
127
139
|
|
|
@@ -134,7 +146,7 @@ module AsposeCellsCloud
|
|
|
134
146
|
# Calculates hash code according to all attributes.
|
|
135
147
|
# @return [Fixnum] Hash code
|
|
136
148
|
def hash
|
|
137
|
-
[ load_to , data_source , file_info , data_item ].hash
|
|
149
|
+
[ load_to , data_source , file_info , data_item , merge_queries ].hash
|
|
138
150
|
end
|
|
139
151
|
|
|
140
152
|
# Builds the object from hash
|
|
@@ -31,13 +31,13 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class Marker
|
|
34
|
-
#Gets the border.
|
|
34
|
+
#Gets the border.
|
|
35
35
|
attr_accessor :border
|
|
36
|
-
#Gets the area.
|
|
36
|
+
#Gets the area.
|
|
37
37
|
attr_accessor :area
|
|
38
|
-
#Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
|
|
38
|
+
#Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
|
|
39
39
|
attr_accessor :marker_size
|
|
40
|
-
#Represents the marker style. Applies to line chart, scatter chart, or radar chart.
|
|
40
|
+
#Represents the marker style. Applies to line chart, scatter chart, or radar chart.
|
|
41
41
|
attr_accessor :marker_style
|
|
42
42
|
|
|
43
43
|
# Attribute mapping from ruby-style variable name to JSON key.
|