aspose_cells_cloud 24.4 → 24.7

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.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -4
  3. data/lib/aspose_cells_cloud/api/cells_api.rb +16 -1
  4. data/lib/aspose_cells_cloud/models/abstract_calculation_monitor.rb +3 -3
  5. data/lib/aspose_cells_cloud/models/{analyze_suggestion.rb → add_text_options.rb} +83 -71
  6. data/lib/aspose_cells_cloud/models/analyzed_result.rb +4 -4
  7. data/lib/aspose_cells_cloud/models/analyzed_table_description.rb +16 -16
  8. data/lib/aspose_cells_cloud/models/{split_result_document.rb → applied_operate.rb} +12 -24
  9. data/lib/aspose_cells_cloud/models/{transformation.rb → applied_step.rb} +23 -23
  10. data/lib/aspose_cells_cloud/models/axis.rb +1 -1
  11. data/lib/aspose_cells_cloud/models/{analyze_excel_response.rb → base_operate_options.rb} +12 -12
  12. data/lib/aspose_cells_cloud/models/cells_object_operate_task_parameter.rb +14 -14
  13. data/lib/aspose_cells_cloud/models/chart.rb +12 -12
  14. data/lib/aspose_cells_cloud/models/chart_area.rb +1 -13
  15. data/lib/aspose_cells_cloud/models/chart_frame.rb +1 -13
  16. data/lib/aspose_cells_cloud/models/chart_operate_parameter.rb +11 -11
  17. data/lib/aspose_cells_cloud/models/chart_point.rb +15 -3
  18. data/lib/aspose_cells_cloud/models/chart_points.rb +1 -1
  19. data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +5 -5
  20. data/lib/aspose_cells_cloud/models/convert_worksheet_task_parameter.rb +10 -10
  21. data/lib/aspose_cells_cloud/models/data_cleansing.rb +2 -2
  22. data/lib/aspose_cells_cloud/models/data_column_fill_value.rb +2 -2
  23. data/lib/aspose_cells_cloud/models/data_fill.rb +3 -3
  24. data/lib/aspose_cells_cloud/models/data_fill_value.rb +5 -5
  25. data/lib/aspose_cells_cloud/models/data_item.rb +2 -2
  26. data/lib/aspose_cells_cloud/models/data_labels.rb +1 -13
  27. data/lib/aspose_cells_cloud/models/{query_data_source.rb → data_query.rb} +44 -20
  28. data/lib/aspose_cells_cloud/models/data_source.rb +2 -2
  29. data/lib/aspose_cells_cloud/models/data_transformation_request.rb +26 -14
  30. data/lib/aspose_cells_cloud/models/deduplication_region.rb +2 -2
  31. data/lib/aspose_cells_cloud/models/discover_chart.rb +6 -6
  32. data/lib/aspose_cells_cloud/models/discover_pivot_table.rb +4 -4
  33. data/lib/aspose_cells_cloud/models/display_unit_label.rb +1 -25
  34. data/lib/aspose_cells_cloud/models/excel_data_statistics.rb +5 -17
  35. data/lib/aspose_cells_cloud/models/file_info.rb +3 -3
  36. data/lib/aspose_cells_cloud/models/import_data_task_parameter.rb +5 -5
  37. data/lib/aspose_cells_cloud/models/legend.rb +1 -13
  38. data/lib/aspose_cells_cloud/models/legend_entry.rb +2 -2
  39. data/lib/aspose_cells_cloud/models/list_object_operate_parameter.rb +1 -1
  40. data/lib/aspose_cells_cloud/models/load_data.rb +11 -35
  41. data/lib/aspose_cells_cloud/models/load_to.rb +3 -3
  42. data/lib/aspose_cells_cloud/models/marker.rb +4 -4
  43. data/lib/aspose_cells_cloud/models/{query_table.rb → merge_queries.rb} +65 -53
  44. data/lib/aspose_cells_cloud/models/operate_object.rb +2 -2
  45. data/lib/aspose_cells_cloud/models/operate_object_position.rb +7 -7
  46. data/lib/aspose_cells_cloud/models/operate_parameter.rb +1 -1
  47. data/lib/aspose_cells_cloud/models/page_break_operate_parameter.rb +6 -6
  48. data/lib/aspose_cells_cloud/models/page_setup_operate_parameter.rb +1 -1
  49. data/lib/aspose_cells_cloud/models/pivot_column.rb +18 -6
  50. data/lib/aspose_cells_cloud/models/pivot_table.rb +1 -1
  51. data/lib/aspose_cells_cloud/models/pivot_table_operate_parameter.rb +8 -8
  52. data/lib/aspose_cells_cloud/models/plot_area.rb +1 -13
  53. data/lib/aspose_cells_cloud/models/result_destination.rb +3 -3
  54. data/lib/aspose_cells_cloud/models/save_result.rb +1 -1
  55. data/lib/aspose_cells_cloud/models/save_result_task_parameter.rb +2 -2
  56. data/lib/aspose_cells_cloud/models/series.rb +8 -32
  57. data/lib/aspose_cells_cloud/models/series_items.rb +1 -1
  58. data/lib/aspose_cells_cloud/models/shape_operate_parameter.rb +1 -1
  59. data/lib/aspose_cells_cloud/models/single_value.rb +2 -2
  60. data/lib/aspose_cells_cloud/models/smart_marker_task_parameter.rb +6 -6
  61. data/lib/aspose_cells_cloud/models/sort_key.rb +2 -2
  62. data/lib/aspose_cells_cloud/models/split_result.rb +1 -1
  63. data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +5 -5
  64. data/lib/aspose_cells_cloud/models/task_data.rb +1 -1
  65. data/lib/aspose_cells_cloud/models/task_description.rb +2 -2
  66. data/lib/aspose_cells_cloud/models/task_run_result.rb +2 -2
  67. data/lib/aspose_cells_cloud/models/text_item.rb +1 -1
  68. data/lib/aspose_cells_cloud/models/text_items.rb +1 -1
  69. data/lib/aspose_cells_cloud/models/text_options.rb +6 -6
  70. data/lib/aspose_cells_cloud/models/title.rb +1 -13
  71. data/lib/aspose_cells_cloud/models/trendline.rb +2 -2
  72. data/lib/aspose_cells_cloud/models/trendlines.rb +1 -1
  73. data/lib/aspose_cells_cloud/models/unpivot_column.rb +19 -7
  74. data/lib/aspose_cells_cloud/models/workbook_settings_operate_parameter.rb +1 -1
  75. data/lib/aspose_cells_cloud/models/worksheet_data_statistics.rb +10 -10
  76. data/lib/aspose_cells_cloud/models/worksheet_operate_parameter.rb +3 -3
  77. data/lib/aspose_cells_cloud/requests/post_access_token_request.rb +92 -0
  78. data/lib/aspose_cells_cloud/requests/post_add_text_content_request.rb +103 -0
  79. data/lib/aspose_cells_cloud/version.rb +1 -1
  80. data/lib/aspose_cells_cloud.rb +9 -7
  81. data/spec/api/data_processing_controller_spec.rb +34 -0
  82. metadata +10 -8
@@ -1,6 +1,6 @@
1
1
  =begin
2
2
  --------------------------------------------------------------------------------------------------------------------
3
- <copyright company="Aspose" file="AnalyzeExcelResponserb.cs">
3
+ <copyright company="Aspose" file="BaseOperateOptionsrb.cs">
4
4
  Copyright (c) 2024 Aspose.Cells Cloud
5
5
  </copyright>
6
6
  <summary>
@@ -30,21 +30,21 @@ require 'date'
30
30
 
31
31
  module AsposeCellsCloud
32
32
 
33
- class AnalyzeExcelResponse
33
+ class BaseOperateOptions
34
34
  #
35
- attr_accessor :suggestions
35
+ attr_accessor :name
36
36
 
37
37
  # Attribute mapping from ruby-style variable name to JSON key.
38
38
  def self.attribute_map
39
39
  {
40
- :'suggestions' => :'Suggestions'
40
+ :'name' => :'Name'
41
41
  }
42
42
  end
43
43
 
44
44
  # Attribute type mapping.
45
45
  def self.swagger_types
46
46
  {
47
- :'suggestions' => :'Array<AnalyzeSuggestion>'
47
+ :'name' => :'String'
48
48
  }
49
49
  end
50
50
 
@@ -56,8 +56,8 @@ module AsposeCellsCloud
56
56
  # convert string to symbol for hash key
57
57
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
58
58
 
59
- if attributes.has_key?(:'Suggestions')
60
- self.suggestions = attributes[:'Suggestions']
59
+ if attributes.has_key?(:'Name')
60
+ self.name = attributes[:'Name']
61
61
  end
62
62
 
63
63
  end
@@ -66,8 +66,8 @@ module AsposeCellsCloud
66
66
  # @return Array for valid properies with the reasons
67
67
  def list_invalid_properties
68
68
  invalid_properties = Array.new
69
- if @suggestions.nil?
70
- invalid_properties.push("invalid value for 'suggestions', suggestions cannot be nil.")
69
+ if @name.nil?
70
+ invalid_properties.push("invalid value for 'name', name cannot be nil.")
71
71
  end
72
72
 
73
73
  return invalid_properties
@@ -76,7 +76,7 @@ module AsposeCellsCloud
76
76
  # Check to see if the all the properties in the model are valid
77
77
  # @return true if the model is valid
78
78
  def valid?
79
- return false if @suggestions.nil?
79
+ return false if @name.nil?
80
80
  return true
81
81
  end
82
82
 
@@ -85,7 +85,7 @@ module AsposeCellsCloud
85
85
  def ==(o)
86
86
  return true if self.equal?(o)
87
87
  self.class == o.class &&
88
- suggestions == o.suggestions
88
+ name == o.name
89
89
  std_dev == o.std_dev
90
90
  end
91
91
 
@@ -98,7 +98,7 @@ module AsposeCellsCloud
98
98
  # Calculates hash code according to all attributes.
99
99
  # @return [Fixnum] Hash code
100
100
  def hash
101
- [ suggestions ].hash
101
+ [ name ].hash
102
102
  end
103
103
 
104
104
  # Builds the object from hash
@@ -31,13 +31,13 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class CellsObjectOperateTaskParameter
34
- #
34
+ #Represents object operate.
35
35
  attr_accessor :operate_object
36
- #
36
+ #Represents operate parameter.
37
37
  attr_accessor :operate_parameter
38
- #
39
- attr_accessor :destinatio_data_source
40
- #
38
+ #Represents destination data source.
39
+ attr_accessor :destination_data_source
40
+ #Represents destination data source.
41
41
  attr_accessor :destination_workbook
42
42
 
43
43
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -45,7 +45,7 @@ module AsposeCellsCloud
45
45
  {
46
46
  :'operate_object' => :'OperateObject',
47
47
  :'operate_parameter' => :'OperateParameter',
48
- :'destinatio_data_source' => :'DestinatioDataSource',
48
+ :'destination_data_source' => :'DestinationDataSource',
49
49
  :'destination_workbook' => :'DestinationWorkbook'
50
50
  }
51
51
  end
@@ -55,7 +55,7 @@ module AsposeCellsCloud
55
55
  {
56
56
  :'operate_object' => :'OperateObject',
57
57
  :'operate_parameter' => :'OperateParameter',
58
- :'destinatio_data_source' => :'DataSource',
58
+ :'destination_data_source' => :'DataSource',
59
59
  :'destination_workbook' => :'FileSource'
60
60
  }
61
61
  end
@@ -74,8 +74,8 @@ module AsposeCellsCloud
74
74
  if attributes.has_key?(:'OperateParameter')
75
75
  self.operate_parameter = attributes[:'OperateParameter']
76
76
  end
77
- if attributes.has_key?(:'DestinatioDataSource')
78
- self.destinatio_data_source = attributes[:'DestinatioDataSource']
77
+ if attributes.has_key?(:'DestinationDataSource')
78
+ self.destination_data_source = attributes[:'DestinationDataSource']
79
79
  end
80
80
  if attributes.has_key?(:'DestinationWorkbook')
81
81
  self.destination_workbook = attributes[:'DestinationWorkbook']
@@ -93,8 +93,8 @@ module AsposeCellsCloud
93
93
  if @operate_parameter.nil?
94
94
  invalid_properties.push("invalid value for 'operate_parameter', operate_parameter cannot be nil.")
95
95
  end
96
- if @destinatio_data_source.nil?
97
- invalid_properties.push("invalid value for 'destinatio_data_source', destinatio_data_source cannot be nil.")
96
+ if @destination_data_source.nil?
97
+ invalid_properties.push("invalid value for 'destination_data_source', destination_data_source cannot be nil.")
98
98
  end
99
99
  if @destination_workbook.nil?
100
100
  invalid_properties.push("invalid value for 'destination_workbook', destination_workbook cannot be nil.")
@@ -108,7 +108,7 @@ module AsposeCellsCloud
108
108
  def valid?
109
109
  return false if @operate_object.nil?
110
110
  return false if @operate_parameter.nil?
111
- return false if @destinatio_data_source.nil?
111
+ return false if @destination_data_source.nil?
112
112
  return false if @destination_workbook.nil?
113
113
  return true
114
114
  end
@@ -120,7 +120,7 @@ module AsposeCellsCloud
120
120
  self.class == o.class &&
121
121
  operate_object == o.operate_object &&
122
122
  operate_parameter == o.operate_parameter &&
123
- destinatio_data_source == o.destinatio_data_source &&
123
+ destination_data_source == o.destination_data_source &&
124
124
  destination_workbook == o.destination_workbook
125
125
  std_dev == o.std_dev
126
126
  end
@@ -134,7 +134,7 @@ module AsposeCellsCloud
134
134
  # Calculates hash code according to all attributes.
135
135
  # @return [Fixnum] Hash code
136
136
  def hash
137
- [ operate_object , operate_parameter , destinatio_data_source , destination_workbook ].hash
137
+ [ operate_object , operate_parameter , destination_data_source , destination_workbook ].hash
138
138
  end
139
139
 
140
140
  # Builds the object from hash
@@ -65,7 +65,7 @@ module AsposeCellsCloud
65
65
  attr_accessor :is_rectangular_cornered
66
66
  #Gets the chart legend.
67
67
  attr_accessor :legend
68
- #
68
+ #Represents chart name.
69
69
  attr_accessor :name
70
70
  #Gets a collection representing the data series in the chart.
71
71
  attr_accessor :n_series
@@ -107,9 +107,9 @@ module AsposeCellsCloud
107
107
  attr_accessor :size_with_window
108
108
  #Gets and sets the builtin style.
109
109
  attr_accessor :style
110
- #
110
+ #Represents chart title.
111
111
  attr_accessor :title
112
- #
112
+ #Represents chart type.
113
113
  attr_accessor :type
114
114
  #Gets the chart's Y axis.
115
115
  attr_accessor :value_axis
@@ -174,29 +174,29 @@ module AsposeCellsCloud
174
174
  def self.swagger_types
175
175
  {
176
176
  :'auto_scaling' => :'BOOLEAN',
177
- :'back_wall' => :'LinkElement',
178
- :'category_axis' => :'LinkElement',
179
- :'chart_area' => :'LinkElement',
180
- :'chart_data_table' => :'LinkElement',
177
+ :'back_wall' => :'Walls',
178
+ :'category_axis' => :'Axis',
179
+ :'chart_area' => :'ChartArea',
180
+ :'chart_data_table' => :'ChartDataTable',
181
181
  :'chart_object' => :'LinkElement',
182
182
  :'depth_percent' => :'Integer',
183
183
  :'elevation' => :'Integer',
184
184
  :'first_slice_angle' => :'Integer',
185
- :'floor' => :'LinkElement',
185
+ :'floor' => :'Floor',
186
186
  :'gap_depth' => :'Integer',
187
187
  :'gap_width' => :'Integer',
188
188
  :'height_percent' => :'Integer',
189
189
  :'hide_pivot_field_buttons' => :'BOOLEAN',
190
190
  :'is3_d' => :'BOOLEAN',
191
191
  :'is_rectangular_cornered' => :'BOOLEAN',
192
- :'legend' => :'LinkElement',
192
+ :'legend' => :'Legend',
193
193
  :'name' => :'String',
194
- :'n_series' => :'LinkElement',
194
+ :'n_series' => :'SeriesItems',
195
195
  :'page_setup' => :'LinkElement',
196
196
  :'perspective' => :'Integer',
197
197
  :'pivot_source' => :'String',
198
198
  :'placement' => :'String',
199
- :'plot_area' => :'LinkElement',
199
+ :'plot_area' => :'PlotArea',
200
200
  :'plot_empty_cells_type' => :'String',
201
201
  :'plot_visible_cells' => :'BOOLEAN',
202
202
  :'print_size' => :'String',
@@ -213,7 +213,7 @@ module AsposeCellsCloud
213
213
  :'style' => :'Integer',
214
214
  :'title' => :'LinkElement',
215
215
  :'type' => :'String',
216
- :'value_axis' => :'LinkElement',
216
+ :'value_axis' => :'Axis',
217
217
  :'walls' => :'LinkElement',
218
218
  :'walls_and_gridlines2_d' => :'BOOLEAN',
219
219
  :'link' => :'Link'
@@ -48,8 +48,6 @@ module AsposeCellsCloud
48
48
  #
49
49
  attr_accessor :shadow
50
50
  #
51
- attr_accessor :shape_properties
52
- #
53
51
  attr_accessor :width
54
52
  #
55
53
  attr_accessor :height
@@ -69,7 +67,6 @@ module AsposeCellsCloud
69
67
  :'is_automatic_size' => :'IsAutomaticSize',
70
68
  :'is_inner_mode' => :'IsInnerMode',
71
69
  :'shadow' => :'Shadow',
72
- :'shape_properties' => :'ShapeProperties',
73
70
  :'width' => :'Width',
74
71
  :'height' => :'Height',
75
72
  :'x' => :'X',
@@ -88,7 +85,6 @@ module AsposeCellsCloud
88
85
  :'is_automatic_size' => :'BOOLEAN',
89
86
  :'is_inner_mode' => :'BOOLEAN',
90
87
  :'shadow' => :'BOOLEAN',
91
- :'shape_properties' => :'Array<LinkElement>',
92
88
  :'width' => :'Integer',
93
89
  :'height' => :'Integer',
94
90
  :'x' => :'Integer',
@@ -128,9 +124,6 @@ module AsposeCellsCloud
128
124
  if attributes.has_key?(:'Shadow')
129
125
  self.shadow = attributes[:'Shadow']
130
126
  end
131
- if attributes.has_key?(:'ShapeProperties')
132
- self.shape_properties = attributes[:'ShapeProperties']
133
- end
134
127
  if attributes.has_key?(:'Width')
135
128
  self.width = attributes[:'Width']
136
129
  end
@@ -174,9 +167,6 @@ module AsposeCellsCloud
174
167
  if @shadow.nil?
175
168
  invalid_properties.push("invalid value for 'shadow', shadow cannot be nil.")
176
169
  end
177
- if @shape_properties.nil?
178
- invalid_properties.push("invalid value for 'shape_properties', shape_properties cannot be nil.")
179
- end
180
170
  if @width.nil?
181
171
  invalid_properties.push("invalid value for 'width', width cannot be nil.")
182
172
  end
@@ -204,7 +194,6 @@ module AsposeCellsCloud
204
194
  return false if @is_automatic_size.nil?
205
195
  return false if @is_inner_mode.nil?
206
196
  return false if @shadow.nil?
207
- return false if @shape_properties.nil?
208
197
  return false if @width.nil?
209
198
  return false if @height.nil?
210
199
  return false if @x.nil?
@@ -225,7 +214,6 @@ module AsposeCellsCloud
225
214
  is_automatic_size == o.is_automatic_size &&
226
215
  is_inner_mode == o.is_inner_mode &&
227
216
  shadow == o.shadow &&
228
- shape_properties == o.shape_properties &&
229
217
  width == o.width &&
230
218
  height == o.height &&
231
219
  x == o.x &&
@@ -242,7 +230,7 @@ module AsposeCellsCloud
242
230
  # Calculates hash code according to all attributes.
243
231
  # @return [Fixnum] Hash code
244
232
  def hash
245
- [ area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow , shape_properties , width , height , x , y ].hash
233
+ [ area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow , width , height , x , y ].hash
246
234
  end
247
235
 
248
236
  # Builds the object from hash
@@ -47,8 +47,6 @@ module AsposeCellsCloud
47
47
  attr_accessor :is_inner_mode
48
48
  #True if the frame has a shadow.
49
49
  attr_accessor :shadow
50
- #Gets the object.
51
- attr_accessor :shape_properties
52
50
  #Gets or sets the width of frame in units of 1/4000 of the chart area.
53
51
  attr_accessor :width
54
52
  #Gets or sets the height of frame in units of 1/4000 of the chart area.
@@ -69,7 +67,6 @@ module AsposeCellsCloud
69
67
  :'is_automatic_size' => :'IsAutomaticSize',
70
68
  :'is_inner_mode' => :'IsInnerMode',
71
69
  :'shadow' => :'Shadow',
72
- :'shape_properties' => :'ShapeProperties',
73
70
  :'width' => :'Width',
74
71
  :'height' => :'Height',
75
72
  :'x' => :'X',
@@ -88,7 +85,6 @@ module AsposeCellsCloud
88
85
  :'is_automatic_size' => :'BOOLEAN',
89
86
  :'is_inner_mode' => :'BOOLEAN',
90
87
  :'shadow' => :'BOOLEAN',
91
- :'shape_properties' => :'Array<LinkElement>',
92
88
  :'width' => :'Integer',
93
89
  :'height' => :'Integer',
94
90
  :'x' => :'Integer',
@@ -128,9 +124,6 @@ module AsposeCellsCloud
128
124
  if attributes.has_key?(:'Shadow')
129
125
  self.shadow = attributes[:'Shadow']
130
126
  end
131
- if attributes.has_key?(:'ShapeProperties')
132
- self.shape_properties = attributes[:'ShapeProperties']
133
- end
134
127
  if attributes.has_key?(:'Width')
135
128
  self.width = attributes[:'Width']
136
129
  end
@@ -174,9 +167,6 @@ module AsposeCellsCloud
174
167
  if @shadow.nil?
175
168
  invalid_properties.push("invalid value for 'shadow', shadow cannot be nil.")
176
169
  end
177
- if @shape_properties.nil?
178
- invalid_properties.push("invalid value for 'shape_properties', shape_properties cannot be nil.")
179
- end
180
170
  if @width.nil?
181
171
  invalid_properties.push("invalid value for 'width', width cannot be nil.")
182
172
  end
@@ -204,7 +194,6 @@ module AsposeCellsCloud
204
194
  return false if @is_automatic_size.nil?
205
195
  return false if @is_inner_mode.nil?
206
196
  return false if @shadow.nil?
207
- return false if @shape_properties.nil?
208
197
  return false if @width.nil?
209
198
  return false if @height.nil?
210
199
  return false if @x.nil?
@@ -225,7 +214,6 @@ module AsposeCellsCloud
225
214
  is_automatic_size == o.is_automatic_size &&
226
215
  is_inner_mode == o.is_inner_mode &&
227
216
  shadow == o.shadow &&
228
- shape_properties == o.shape_properties &&
229
217
  width == o.width &&
230
218
  height == o.height &&
231
219
  x == o.x &&
@@ -242,7 +230,7 @@ module AsposeCellsCloud
242
230
  # Calculates hash code according to all attributes.
243
231
  # @return [Fixnum] Hash code
244
232
  def hash
245
- [ area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow , shape_properties , width , height , x , y ].hash
233
+ [ area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow , width , height , x , y ].hash
246
234
  end
247
235
 
248
236
  # Builds the object from hash
@@ -31,27 +31,27 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class ChartOperateParameter
34
- #
34
+ #Represents chart index.
35
35
  attr_accessor :chart_index
36
- #
36
+ #Represents chart type.
37
37
  attr_accessor :chart_type
38
- #
38
+ #Represents upper left row index of chart.
39
39
  attr_accessor :upper_left_row
40
- #
40
+ #Represents upper left column index of chart.
41
41
  attr_accessor :upper_left_column
42
- #
42
+ #Represents lower right row index of chart.
43
43
  attr_accessor :lower_right_row
44
- #
44
+ #Represents lower right column index of chart.
45
45
  attr_accessor :lower_right_column
46
- #
46
+ #Represents chart area.
47
47
  attr_accessor :area
48
- #
48
+ #Represents whether to plot the series from a range of cell values by row or by column.
49
49
  attr_accessor :is_vertical
50
- #
50
+ #Represents chart category data.
51
51
  attr_accessor :category_data
52
- #
52
+ #Represents whether auto get serial name.
53
53
  attr_accessor :is_auto_get_serial_name
54
- #
54
+ #Represents chart title.
55
55
  attr_accessor :title
56
56
  #
57
57
  attr_accessor :operate_type
@@ -47,6 +47,8 @@ module AsposeCellsCloud
47
47
  attr_accessor :x_value
48
48
  #Gets or sets the Y value of the chart point.
49
49
  attr_accessor :y_value
50
+ #Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart.
51
+ attr_accessor :is_in_secondary_plot
50
52
  #
51
53
  attr_accessor :link
52
54
 
@@ -61,6 +63,7 @@ module AsposeCellsCloud
61
63
  :'shadow' => :'Shadow',
62
64
  :'x_value' => :'XValue',
63
65
  :'y_value' => :'YValue',
66
+ :'is_in_secondary_plot' => :'IsInSecondaryPlot',
64
67
  :'link' => :'link'
65
68
  }
66
69
  end
@@ -74,8 +77,9 @@ module AsposeCellsCloud
74
77
  :'explosion' => :'Integer',
75
78
  :'marker' => :'Marker',
76
79
  :'shadow' => :'BOOLEAN',
77
- :'x_value' => :'String',
78
- :'y_value' => :'String',
80
+ :'x_value' => :'Object',
81
+ :'y_value' => :'Object',
82
+ :'is_in_secondary_plot' => :'BOOLEAN',
79
83
  :'link' => :'Link'
80
84
  }
81
85
  end
@@ -112,6 +116,9 @@ module AsposeCellsCloud
112
116
  if attributes.has_key?(:'YValue')
113
117
  self.y_value = attributes[:'YValue']
114
118
  end
119
+ if attributes.has_key?(:'IsInSecondaryPlot')
120
+ self.is_in_secondary_plot = attributes[:'IsInSecondaryPlot']
121
+ end
115
122
  if attributes.has_key?(:'link')
116
123
  self.link = attributes[:'link']
117
124
  end
@@ -146,6 +153,9 @@ module AsposeCellsCloud
146
153
  if @y_value.nil?
147
154
  invalid_properties.push("invalid value for 'y_value', y_value cannot be nil.")
148
155
  end
156
+ if @is_in_secondary_plot.nil?
157
+ invalid_properties.push("invalid value for 'is_in_secondary_plot', is_in_secondary_plot cannot be nil.")
158
+ end
149
159
  if @link.nil?
150
160
  invalid_properties.push("invalid value for 'link', link cannot be nil.")
151
161
  end
@@ -164,6 +174,7 @@ module AsposeCellsCloud
164
174
  return false if @shadow.nil?
165
175
  return false if @x_value.nil?
166
176
  return false if @y_value.nil?
177
+ return false if @is_in_secondary_plot.nil?
167
178
  return false if @link.nil?
168
179
  return true
169
180
  end
@@ -181,6 +192,7 @@ module AsposeCellsCloud
181
192
  shadow == o.shadow &&
182
193
  x_value == o.x_value &&
183
194
  y_value == o.y_value &&
195
+ is_in_secondary_plot == o.is_in_secondary_plot &&
184
196
  link == o.link
185
197
  std_dev == o.std_dev
186
198
  end
@@ -194,7 +206,7 @@ module AsposeCellsCloud
194
206
  # Calculates hash code according to all attributes.
195
207
  # @return [Fixnum] Hash code
196
208
  def hash
197
- [ area , border , data_labels , explosion , marker , shadow , x_value , y_value , link ].hash
209
+ [ area , border , data_labels , explosion , marker , shadow , x_value , y_value , is_in_secondary_plot , link ].hash
198
210
  end
199
211
 
200
212
  # Builds the object from hash
@@ -47,7 +47,7 @@ module AsposeCellsCloud
47
47
  # Attribute type mapping.
48
48
  def self.swagger_types
49
49
  {
50
- :'chart_point_list' => :'Array<LinkElement>',
50
+ :'chart_point_list' => :'Array<ChartPoint>',
51
51
  :'link' => :'Link'
52
52
  }
53
53
  end
@@ -31,15 +31,15 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class ConvertTaskParameter
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 destination file.
39
39
  attr_accessor :destination_file
40
- #
40
+ #Represents Excel data region.
41
41
  attr_accessor :region
42
- #
42
+ #Represents save options.
43
43
  attr_accessor :save_options
44
44
 
45
45
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -31,25 +31,25 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class ConvertWorksheetTaskParameter
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 worksheet.
39
39
  attr_accessor :sheet
40
- #
40
+ #Represents destination data source.
41
41
  attr_accessor :target_data_source
42
- #
42
+ #Represents destination data source.
43
43
  attr_accessor :target
44
- #
44
+ #Represents destination data format.
45
45
  attr_accessor :format
46
- #
46
+ #Represents converted data area.
47
47
  attr_accessor :area
48
- #
48
+ #Represents converted page index.
49
49
  attr_accessor :page_index
50
- #
50
+ #Represents vertical resolution.
51
51
  attr_accessor :vertical_resolution
52
- #
52
+ #Represents horizontal resolution.
53
53
  attr_accessor :horizontal_resolution
54
54
 
55
55
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -33,9 +33,9 @@ module AsposeCellsCloud
33
33
  class DataCleansing
34
34
  #
35
35
  attr_accessor :ranges
36
- #
36
+ #Represents whether the data needs to be populated.
37
37
  attr_accessor :need_fill_data
38
- #
38
+ #Represents data fill.
39
39
  attr_accessor :data_fill
40
40
 
41
41
  # 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 DataColumnFillValue
34
- #
34
+ #Represents specified column index.
35
35
  attr_accessor :column_index
36
- #
36
+ #Represents specified data fill value.
37
37
  attr_accessor :data_fill_value
38
38
 
39
39
  # 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 DataFill
34
- #
34
+ #Represents range of data filling.
35
35
  attr_accessor :ranges
36
- #
36
+ #Represents that the data column is populated with the default value.
37
37
  attr_accessor :data_fill_default_value
38
- #
38
+ #Represents that the data column is populated with the specified value.
39
39
  attr_accessor :data_column_fill_value_list
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 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.