aspose_cells_cloud 24.2.1 → 24.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +314 -89
  3. data/lib/aspose_cells_cloud/api/cells_api.rb +64 -0
  4. data/lib/aspose_cells_cloud/models/cells_object_operate_task_parameter.rb +13 -1
  5. data/lib/aspose_cells_cloud/models/chart.rb +1 -1
  6. data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +13 -1
  7. data/lib/aspose_cells_cloud/models/convert_worksheet_task_parameter.rb +25 -1
  8. data/lib/aspose_cells_cloud/models/data_cleansing.rb +234 -0
  9. data/lib/aspose_cells_cloud/models/data_cleansing_request.rb +258 -0
  10. data/lib/aspose_cells_cloud/models/data_column_fill_value.rb +222 -0
  11. data/lib/aspose_cells_cloud/models/data_deduplication_request.rb +258 -0
  12. data/lib/aspose_cells_cloud/models/data_fill.rb +234 -0
  13. data/lib/aspose_cells_cloud/models/data_fill_request.rb +258 -0
  14. data/lib/aspose_cells_cloud/models/data_fill_value.rb +258 -0
  15. data/lib/aspose_cells_cloud/models/data_item.rb +222 -0
  16. data/lib/aspose_cells_cloud/models/data_source.rb +222 -0
  17. data/lib/aspose_cells_cloud/models/data_transformation_request.rb +258 -0
  18. data/lib/aspose_cells_cloud/models/deduplication_region.rb +222 -0
  19. data/lib/aspose_cells_cloud/models/delete_incomplete_rows_request.rb +258 -0
  20. data/lib/aspose_cells_cloud/models/file_info.rb +3 -3
  21. data/lib/aspose_cells_cloud/models/import2_dimension_double_array_option.rb +13 -1
  22. data/lib/aspose_cells_cloud/models/import2_dimension_int_array_option.rb +13 -1
  23. data/lib/aspose_cells_cloud/models/import2_dimension_string_array_option.rb +13 -1
  24. data/lib/aspose_cells_cloud/models/import_batch_data_option.rb +13 -1
  25. data/lib/aspose_cells_cloud/models/import_csv_data_option.rb +13 -1
  26. data/lib/aspose_cells_cloud/models/import_data_task_parameter.rb +25 -1
  27. data/lib/aspose_cells_cloud/models/import_double_array_option.rb +13 -1
  28. data/lib/aspose_cells_cloud/models/import_int_array_option.rb +13 -1
  29. data/lib/aspose_cells_cloud/models/import_json_request.rb +1 -1
  30. data/lib/aspose_cells_cloud/models/import_option.rb +13 -1
  31. data/lib/aspose_cells_cloud/models/import_picture_option.rb +13 -1
  32. data/lib/aspose_cells_cloud/models/import_string_array_option.rb +13 -1
  33. data/lib/aspose_cells_cloud/models/import_xml_request.rb +1 -1
  34. data/lib/aspose_cells_cloud/models/load_data.rb +246 -0
  35. data/lib/aspose_cells_cloud/models/load_to.rb +234 -0
  36. data/lib/aspose_cells_cloud/models/operate_object_position.rb +13 -1
  37. data/lib/aspose_cells_cloud/models/pivot_column.rb +222 -0
  38. data/lib/aspose_cells_cloud/models/pptx_save_options.rb +3 -3
  39. data/lib/aspose_cells_cloud/models/query_data_source.rb +234 -0
  40. data/lib/aspose_cells_cloud/models/save_files_to_cloud_result.rb +1 -1
  41. data/lib/aspose_cells_cloud/models/smart_marker_task_parameter.rb +40 -4
  42. data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +25 -1
  43. data/lib/aspose_cells_cloud/models/task_run_result.rb +1 -1
  44. data/lib/aspose_cells_cloud/models/transformation.rb +222 -0
  45. data/lib/aspose_cells_cloud/models/unpivot_column.rb +234 -0
  46. data/lib/aspose_cells_cloud/models/workbook_settings.rb +1 -13
  47. data/lib/aspose_cells_cloud/requests/post_data_cleansing_request.rb +103 -0
  48. data/lib/aspose_cells_cloud/requests/post_data_deduplication_request.rb +103 -0
  49. data/lib/aspose_cells_cloud/requests/post_data_fill_request.rb +103 -0
  50. data/lib/aspose_cells_cloud/requests/post_data_transformation_request.rb +103 -0
  51. data/lib/aspose_cells_cloud/requests/post_delete_incomplete_rows_request.rb +103 -0
  52. data/lib/aspose_cells_cloud/requests/post_workbook_data_cleansing_request.rb +149 -0
  53. data/lib/aspose_cells_cloud/requests/post_workbook_data_deduplication_request.rb +149 -0
  54. data/lib/aspose_cells_cloud/requests/post_workbook_data_fill_request.rb +149 -0
  55. data/lib/aspose_cells_cloud/version.rb +1 -1
  56. data/lib/aspose_cells_cloud.rb +28 -2
  57. data/spec/api/data_processing_controller_spec.rb +73 -0
  58. data/spec/api/xml_controller_spec.rb +1 -1
  59. metadata +45 -10
@@ -0,0 +1,222 @@
1
+ =begin
2
+ --------------------------------------------------------------------------------------------------------------------
3
+ <copyright company="Aspose" file="Transformationrb.cs">
4
+ Copyright (c) 2024 Aspose.Cells Cloud
5
+ </copyright>
6
+ <summary>
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ SOFTWARE.
24
+ </summary>
25
+ --------------------------------------------------------------------------------------------------------------------
26
+ =end
27
+
28
+
29
+ require 'date'
30
+
31
+ module AsposeCellsCloud
32
+
33
+ class Transformation
34
+ #long table to a wide table.
35
+ attr_accessor :pivot_column
36
+ #wide table to a long table
37
+ attr_accessor :unpivot_column
38
+
39
+ # Attribute mapping from ruby-style variable name to JSON key.
40
+ def self.attribute_map
41
+ {
42
+ :'pivot_column' => :'PivotColumn',
43
+ :'unpivot_column' => :'UnpivotColumn'
44
+ }
45
+ end
46
+
47
+ # Attribute type mapping.
48
+ def self.swagger_types
49
+ {
50
+ :'pivot_column' => :'PivotColumn',
51
+ :'unpivot_column' => :'UnpivotColumn'
52
+ }
53
+ end
54
+
55
+ # Initializes the object
56
+ # @param [Hash] attributes Model attributes in the form of hash
57
+ def initialize(attributes = {})
58
+ return unless attributes.is_a?(Hash)
59
+
60
+ # convert string to symbol for hash key
61
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
62
+
63
+ if attributes.has_key?(:'PivotColumn')
64
+ self.pivot_column = attributes[:'PivotColumn']
65
+ end
66
+ if attributes.has_key?(:'UnpivotColumn')
67
+ self.unpivot_column = attributes[:'UnpivotColumn']
68
+ end
69
+
70
+ end
71
+
72
+ # Show invalid properties with the reasons. Usually used together with valid?
73
+ # @return Array for valid properies with the reasons
74
+ def list_invalid_properties
75
+ invalid_properties = Array.new
76
+ if @pivot_column.nil?
77
+ invalid_properties.push("invalid value for 'pivot_column', pivot_column cannot be nil.")
78
+ end
79
+ if @unpivot_column.nil?
80
+ invalid_properties.push("invalid value for 'unpivot_column', unpivot_column cannot be nil.")
81
+ end
82
+
83
+ return invalid_properties
84
+ end
85
+
86
+ # Check to see if the all the properties in the model are valid
87
+ # @return true if the model is valid
88
+ def valid?
89
+ return false if @pivot_column.nil?
90
+ return false if @unpivot_column.nil?
91
+ return true
92
+ end
93
+
94
+ # Checks equality by comparing each attribute.
95
+ # @param [Object] Object to be compared
96
+ def ==(o)
97
+ return true if self.equal?(o)
98
+ self.class == o.class &&
99
+ pivot_column == o.pivot_column &&
100
+ unpivot_column == o.unpivot_column
101
+ std_dev == o.std_dev
102
+ end
103
+
104
+ # @see the `==` method
105
+ # @param [Object] Object to be compared
106
+ def eql?(o)
107
+ self == o
108
+ end
109
+
110
+ # Calculates hash code according to all attributes.
111
+ # @return [Fixnum] Hash code
112
+ def hash
113
+ [ pivot_column , unpivot_column ].hash
114
+ end
115
+
116
+ # Builds the object from hash
117
+ # @param [Hash] attributes Model attributes in the form of hash
118
+ # @return [Object] Returns the model itself
119
+ def build_from_hash(attributes)
120
+ return nil unless attributes.is_a?(Hash)
121
+ self.class.swagger_types.each_pair do |key, type|
122
+ if type =~ /\AArray<(.*)>/i
123
+ # check to ensure the input is an array given that the the attribute
124
+ # is documented as an array but the input is not
125
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
126
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
127
+ end
128
+ elsif !attributes[self.class.attribute_map[key]].nil?
129
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
130
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
131
+ end
132
+
133
+ self
134
+ end
135
+
136
+ # Deserializes the data based on type
137
+ # @param string type Data type
138
+ # @param string value Value to be deserialized
139
+ # @return [Object] Deserialized data
140
+ def _deserialize(type, value)
141
+ case type.to_sym
142
+ when :DateTime
143
+ DateTime.parse(value)
144
+ when :Date
145
+ Date.parse(value)
146
+ when :String
147
+ value.to_s
148
+ when :Integer
149
+ value.to_i
150
+ when :Float
151
+ value.to_f
152
+ when :BOOLEAN
153
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
154
+ true
155
+ else
156
+ false
157
+ end
158
+ when :Object
159
+ # generic object (usually a Hash), return directly
160
+ value
161
+ when /\AArray<(?<inner_type>.+)>\z/
162
+ inner_type = Regexp.last_match[:inner_type]
163
+ value.map { |v| _deserialize(inner_type, v) }
164
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
165
+ k_type = Regexp.last_match[:k_type]
166
+ v_type = Regexp.last_match[:v_type]
167
+ {}.tap do |hash|
168
+ value.each do |k, v|
169
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
170
+ end
171
+ end
172
+ else # model
173
+ temp_model = AsposeCellsCloud.const_get(type).new
174
+ temp_model.build_from_hash(value)
175
+ end
176
+ end
177
+
178
+ # Returns the string representation of the object
179
+ # @return [String] String presentation of the object
180
+ def to_s
181
+ to_hash.to_s
182
+ end
183
+
184
+ # to_body is an alias to to_hash (backward compatibility)
185
+ # @return [Hash] Returns the object in the form of hash
186
+ def to_body
187
+ to_hash
188
+ end
189
+
190
+ # Returns the object in the form of hash
191
+ # @return [Hash] Returns the object in the form of hash
192
+ def to_hash
193
+ hash = {}
194
+ self.class.attribute_map.each_pair do |attr, param|
195
+ value = self.send(attr)
196
+ next if value.nil?
197
+ hash[param] = _to_hash(value)
198
+ end
199
+ hash
200
+ end
201
+
202
+ # Outputs non-array value in the form of hash
203
+ # For object, use to_hash. Otherwise, just return the value
204
+ # @param [Object] value Any valid value
205
+ # @return [Hash] Returns the value in the form of hash
206
+ def _to_hash(value)
207
+ if value.is_a?(Array)
208
+ value.compact.map{ |v| _to_hash(v) }
209
+ elsif value.is_a?(Hash)
210
+ {}.tap do |hash|
211
+ value.each { |k, v| hash[k] = _to_hash(v) }
212
+ end
213
+ elsif value.respond_to? :to_hash
214
+ value.to_hash
215
+ else
216
+ value
217
+ end
218
+ end
219
+
220
+ end
221
+
222
+ end
@@ -0,0 +1,234 @@
1
+ =begin
2
+ --------------------------------------------------------------------------------------------------------------------
3
+ <copyright company="Aspose" file="UnpivotColumnrb.cs">
4
+ Copyright (c) 2024 Aspose.Cells Cloud
5
+ </copyright>
6
+ <summary>
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ SOFTWARE.
24
+ </summary>
25
+ --------------------------------------------------------------------------------------------------------------------
26
+ =end
27
+
28
+
29
+ require 'date'
30
+
31
+ module AsposeCellsCloud
32
+
33
+ class UnpivotColumn
34
+ #
35
+ attr_accessor :unpivot_column_names
36
+ #
37
+ attr_accessor :column_map_name
38
+ #
39
+ attr_accessor :value_map_name
40
+
41
+ # Attribute mapping from ruby-style variable name to JSON key.
42
+ def self.attribute_map
43
+ {
44
+ :'unpivot_column_names' => :'UnpivotColumnNames',
45
+ :'column_map_name' => :'ColumnMapName',
46
+ :'value_map_name' => :'ValueMapName'
47
+ }
48
+ end
49
+
50
+ # Attribute type mapping.
51
+ def self.swagger_types
52
+ {
53
+ :'unpivot_column_names' => :'Array<String>',
54
+ :'column_map_name' => :'String',
55
+ :'value_map_name' => :'String'
56
+ }
57
+ end
58
+
59
+ # Initializes the object
60
+ # @param [Hash] attributes Model attributes in the form of hash
61
+ def initialize(attributes = {})
62
+ return unless attributes.is_a?(Hash)
63
+
64
+ # convert string to symbol for hash key
65
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
66
+
67
+ if attributes.has_key?(:'UnpivotColumnNames')
68
+ self.unpivot_column_names = attributes[:'UnpivotColumnNames']
69
+ end
70
+ if attributes.has_key?(:'ColumnMapName')
71
+ self.column_map_name = attributes[:'ColumnMapName']
72
+ end
73
+ if attributes.has_key?(:'ValueMapName')
74
+ self.value_map_name = attributes[:'ValueMapName']
75
+ end
76
+
77
+ end
78
+
79
+ # Show invalid properties with the reasons. Usually used together with valid?
80
+ # @return Array for valid properies with the reasons
81
+ def list_invalid_properties
82
+ invalid_properties = Array.new
83
+ if @unpivot_column_names.nil?
84
+ invalid_properties.push("invalid value for 'unpivot_column_names', unpivot_column_names cannot be nil.")
85
+ end
86
+ if @column_map_name.nil?
87
+ invalid_properties.push("invalid value for 'column_map_name', column_map_name cannot be nil.")
88
+ end
89
+ if @value_map_name.nil?
90
+ invalid_properties.push("invalid value for 'value_map_name', value_map_name cannot be nil.")
91
+ end
92
+
93
+ return invalid_properties
94
+ end
95
+
96
+ # Check to see if the all the properties in the model are valid
97
+ # @return true if the model is valid
98
+ def valid?
99
+ return false if @unpivot_column_names.nil?
100
+ return false if @column_map_name.nil?
101
+ return false if @value_map_name.nil?
102
+ return true
103
+ end
104
+
105
+ # Checks equality by comparing each attribute.
106
+ # @param [Object] Object to be compared
107
+ def ==(o)
108
+ return true if self.equal?(o)
109
+ self.class == o.class &&
110
+ unpivot_column_names == o.unpivot_column_names &&
111
+ column_map_name == o.column_map_name &&
112
+ value_map_name == o.value_map_name
113
+ std_dev == o.std_dev
114
+ end
115
+
116
+ # @see the `==` method
117
+ # @param [Object] Object to be compared
118
+ def eql?(o)
119
+ self == o
120
+ end
121
+
122
+ # Calculates hash code according to all attributes.
123
+ # @return [Fixnum] Hash code
124
+ def hash
125
+ [ unpivot_column_names , column_map_name , value_map_name ].hash
126
+ end
127
+
128
+ # Builds the object from hash
129
+ # @param [Hash] attributes Model attributes in the form of hash
130
+ # @return [Object] Returns the model itself
131
+ def build_from_hash(attributes)
132
+ return nil unless attributes.is_a?(Hash)
133
+ self.class.swagger_types.each_pair do |key, type|
134
+ if type =~ /\AArray<(.*)>/i
135
+ # check to ensure the input is an array given that the the attribute
136
+ # is documented as an array but the input is not
137
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
138
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
139
+ end
140
+ elsif !attributes[self.class.attribute_map[key]].nil?
141
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
142
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
143
+ end
144
+
145
+ self
146
+ end
147
+
148
+ # Deserializes the data based on type
149
+ # @param string type Data type
150
+ # @param string value Value to be deserialized
151
+ # @return [Object] Deserialized data
152
+ def _deserialize(type, value)
153
+ case type.to_sym
154
+ when :DateTime
155
+ DateTime.parse(value)
156
+ when :Date
157
+ Date.parse(value)
158
+ when :String
159
+ value.to_s
160
+ when :Integer
161
+ value.to_i
162
+ when :Float
163
+ value.to_f
164
+ when :BOOLEAN
165
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
166
+ true
167
+ else
168
+ false
169
+ end
170
+ when :Object
171
+ # generic object (usually a Hash), return directly
172
+ value
173
+ when /\AArray<(?<inner_type>.+)>\z/
174
+ inner_type = Regexp.last_match[:inner_type]
175
+ value.map { |v| _deserialize(inner_type, v) }
176
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
177
+ k_type = Regexp.last_match[:k_type]
178
+ v_type = Regexp.last_match[:v_type]
179
+ {}.tap do |hash|
180
+ value.each do |k, v|
181
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
182
+ end
183
+ end
184
+ else # model
185
+ temp_model = AsposeCellsCloud.const_get(type).new
186
+ temp_model.build_from_hash(value)
187
+ end
188
+ end
189
+
190
+ # Returns the string representation of the object
191
+ # @return [String] String presentation of the object
192
+ def to_s
193
+ to_hash.to_s
194
+ end
195
+
196
+ # to_body is an alias to to_hash (backward compatibility)
197
+ # @return [Hash] Returns the object in the form of hash
198
+ def to_body
199
+ to_hash
200
+ end
201
+
202
+ # Returns the object in the form of hash
203
+ # @return [Hash] Returns the object in the form of hash
204
+ def to_hash
205
+ hash = {}
206
+ self.class.attribute_map.each_pair do |attr, param|
207
+ value = self.send(attr)
208
+ next if value.nil?
209
+ hash[param] = _to_hash(value)
210
+ end
211
+ hash
212
+ end
213
+
214
+ # Outputs non-array value in the form of hash
215
+ # For object, use to_hash. Otherwise, just return the value
216
+ # @param [Object] value Any valid value
217
+ # @return [Hash] Returns the value in the form of hash
218
+ def _to_hash(value)
219
+ if value.is_a?(Array)
220
+ value.compact.map{ |v| _to_hash(v) }
221
+ elsif value.is_a?(Hash)
222
+ {}.tap do |hash|
223
+ value.each { |k, v| hash[k] = _to_hash(v) }
224
+ end
225
+ elsif value.respond_to? :to_hash
226
+ value.to_hash
227
+ else
228
+ value
229
+ end
230
+ end
231
+
232
+ end
233
+
234
+ end
@@ -39,8 +39,6 @@ module AsposeCellsCloud
39
39
  attr_accessor :build_version
40
40
  #It specifies whether to calculate formulas manually, automatically or automatically except for multiple table operations.
41
41
  attr_accessor :calc_mode
42
- #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 risk of StackOverflowException. If user gets StackOverflowException when calculating formulas, this value should be decreased.
43
- attr_accessor :calc_stack_size
44
42
  #Specifies the version of the calculation engine used to calculate values in the workbook.
45
43
  attr_accessor :calculation_id
46
44
  #Indicates whether check comptiliblity when saving workbook. Remarks: The default value is true.
@@ -165,7 +163,6 @@ module AsposeCellsCloud
165
163
  :'auto_recover' => :'AutoRecover',
166
164
  :'build_version' => :'BuildVersion',
167
165
  :'calc_mode' => :'CalcMode',
168
- :'calc_stack_size' => :'CalcStackSize',
169
166
  :'calculation_id' => :'CalculationId',
170
167
  :'check_comptiliblity' => :'CheckComptiliblity',
171
168
  :'check_excel_restriction' => :'CheckExcelRestriction',
@@ -234,7 +231,6 @@ module AsposeCellsCloud
234
231
  :'auto_recover' => :'BOOLEAN',
235
232
  :'build_version' => :'String',
236
233
  :'calc_mode' => :'String',
237
- :'calc_stack_size' => :'Integer',
238
234
  :'calculation_id' => :'String',
239
235
  :'check_comptiliblity' => :'BOOLEAN',
240
236
  :'check_excel_restriction' => :'BOOLEAN',
@@ -316,9 +312,6 @@ module AsposeCellsCloud
316
312
  if attributes.has_key?(:'CalcMode')
317
313
  self.calc_mode = attributes[:'CalcMode']
318
314
  end
319
- if attributes.has_key?(:'CalcStackSize')
320
- self.calc_stack_size = attributes[:'CalcStackSize']
321
- end
322
315
  if attributes.has_key?(:'CalculationId')
323
316
  self.calculation_id = attributes[:'CalculationId']
324
317
  end
@@ -512,9 +505,6 @@ module AsposeCellsCloud
512
505
  if @calc_mode.nil?
513
506
  invalid_properties.push("invalid value for 'calc_mode', calc_mode cannot be nil.")
514
507
  end
515
- if @calc_stack_size.nil?
516
- invalid_properties.push("invalid value for 'calc_stack_size', calc_stack_size cannot be nil.")
517
- end
518
508
  if @calculation_id.nil?
519
509
  invalid_properties.push("invalid value for 'calculation_id', calculation_id cannot be nil.")
520
510
  end
@@ -700,7 +690,6 @@ module AsposeCellsCloud
700
690
  return false if @auto_recover.nil?
701
691
  return false if @build_version.nil?
702
692
  return false if @calc_mode.nil?
703
- return false if @calc_stack_size.nil?
704
693
  return false if @calculation_id.nil?
705
694
  return false if @check_comptiliblity.nil?
706
695
  return false if @check_excel_restriction.nil?
@@ -771,7 +760,6 @@ module AsposeCellsCloud
771
760
  auto_recover == o.auto_recover &&
772
761
  build_version == o.build_version &&
773
762
  calc_mode == o.calc_mode &&
774
- calc_stack_size == o.calc_stack_size &&
775
763
  calculation_id == o.calculation_id &&
776
764
  check_comptiliblity == o.check_comptiliblity &&
777
765
  check_excel_restriction == o.check_excel_restriction &&
@@ -842,7 +830,7 @@ module AsposeCellsCloud
842
830
  # Calculates hash code according to all attributes.
843
831
  # @return [Fixnum] Hash code
844
832
  def hash
845
- [ auto_compress_pictures , auto_recover , build_version , calc_mode , calc_stack_size , calculation_id , check_comptiliblity , check_excel_restriction , crash_save , create_calc_chain , data_extract_load , date1904 , display_drawing_objects , enable_macros , first_visible_tab , hide_pivot_field_list , is_default_encrypted , is_hidden , is_h_scroll_bar_visible , is_minimized , is_v_scroll_bar_visible , iteration , language_code , max_change , max_iteration , memory_setting , number_decimal_separator , number_group_separator , parsing_formula_on_open , precision_as_displayed , recalculate_before_save , re_calculate_on_open , recommend_read_only , region , remove_personal_information , repair_load , shared , sheet_tab_bar_width , show_tabs , update_adjacent_cells_border , update_links_type , window_height , window_left , window_top , window_width , author , check_custom_number_format , protection_type , globalization_settings , password , write_protection , is_encrypted , is_protected , max_row , max_column , significant_digits , check_compatibility , paper_size , max_rows_of_shared_formula , compliance , quote_prefix_to_style , formula_settings , force_full_calculate ].hash
833
+ [ auto_compress_pictures , auto_recover , build_version , calc_mode , calculation_id , check_comptiliblity , check_excel_restriction , crash_save , create_calc_chain , data_extract_load , date1904 , display_drawing_objects , enable_macros , first_visible_tab , hide_pivot_field_list , is_default_encrypted , is_hidden , is_h_scroll_bar_visible , is_minimized , is_v_scroll_bar_visible , iteration , language_code , max_change , max_iteration , memory_setting , number_decimal_separator , number_group_separator , parsing_formula_on_open , precision_as_displayed , recalculate_before_save , re_calculate_on_open , recommend_read_only , region , remove_personal_information , repair_load , shared , sheet_tab_bar_width , show_tabs , update_adjacent_cells_border , update_links_type , window_height , window_left , window_top , window_width , author , check_custom_number_format , protection_type , globalization_settings , password , write_protection , is_encrypted , is_protected , max_row , max_column , significant_digits , check_compatibility , paper_size , max_rows_of_shared_formula , compliance , quote_prefix_to_style , formula_settings , force_full_calculate ].hash
846
834
  end
847
835
 
848
836
  # Builds the object from hash
@@ -0,0 +1,103 @@
1
+ =begin
2
+ --------------------------------------------------------------------------------------------------------------------
3
+ <copyright company="Aspose" file="PostDataCleansing_request.rb.cs">
4
+ Copyright (c) 2024 Aspose.Cells Cloud
5
+ </copyright>
6
+ <summary>
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ SOFTWARE.
24
+ </summary>
25
+ --------------------------------------------------------------------------------------------------------------------
26
+ =end
27
+
28
+
29
+ require "uri"
30
+
31
+ module AsposeCellsCloud
32
+ class PostDataCleansingRequest
33
+
34
+ attr_accessor :data_cleansing_request
35
+
36
+ def initialize(attributes = {})
37
+ return unless attributes.is_a?(Hash)
38
+
39
+ # convert string to symbol for hash key
40
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
41
+
42
+ if attributes.has_key?(:'dataCleansingRequest')
43
+ self.data_cleansing_request = attributes[:'dataCleansingRequest']
44
+ end
45
+
46
+ end
47
+ # Attribute mapping from ruby-style variable name to JSON key.
48
+ def self.attribute_map
49
+ {
50
+ :'data_cleansing_request' => :'dataCleansingRequest'
51
+ }
52
+ end
53
+
54
+ # Attribute type mapping.
55
+ def self.swagger_types
56
+ {
57
+ :'data_cleansing_request' => :'DataCleansingRequest'
58
+ }
59
+ end
60
+
61
+ def create_http_request(api_client,opts = {})
62
+ if api_client.config.debugging
63
+ api_client.config.logger.debug "Calling API: CellsApi.post_data_cleansing ..."
64
+ end
65
+ api_client.request_token_if_needed
66
+ # verify the required parameter 'data_cleansing_request' is set
67
+ if api_client.config.client_side_validation && data_cleansing_request.nil?
68
+ fail ArgumentError, "Missing the required parameter 'data_cleansing_request' when calling CellsApi.post_data_cleansing "
69
+ end
70
+
71
+ # resource path
72
+ local_var_path = "/cells/datacleansing"
73
+ # query parameters
74
+ query_params = {}
75
+ # header parameters
76
+ header_params = {}
77
+ # HTTP header 'Accept' (if needed)
78
+ header_params['Accept'] = api_client.select_header_accept(['application/json'])
79
+ # HTTP header 'Content-Type'
80
+ header_params['Content-Type'] = api_client.select_header_content_type(['application/json'])
81
+
82
+ # form parameters
83
+ form_params = {}
84
+ post_body = nil
85
+ post_body = api_client.object_to_http_body(data_cleansing_request)
86
+
87
+
88
+ #auth_names = []
89
+ auth_names = ['JWT']
90
+ data, status_code, headers = api_client.call_api(:POST, local_var_path,
91
+ :header_params => header_params,
92
+ :query_params => query_params,
93
+ :form_params => form_params,
94
+ :body => post_body,
95
+ :auth_names => auth_names,
96
+ :return_type => 'FileInfo')
97
+ if api_client.config.debugging
98
+ api_client.config.logger.debug "API called: Specification.Name>Api.post_data_cleansing\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
99
+ end
100
+ return data, status_code, headers
101
+ end
102
+ end
103
+ end