aspose_cells_cloud 25.8 → 25.10
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 +13 -16
- data/lib/aspose_cells_cloud/api/cells_api.rb +105 -12
- data/lib/aspose_cells_cloud/models/aggregate_result_by_color.rb +4 -16
- data/lib/aspose_cells_cloud/models/{broken_links_reponse.rb → broken_links_response.rb} +2 -2
- data/lib/aspose_cells_cloud/models/remove_characters_by_position.rb +1 -1
- data/lib/aspose_cells_cloud/requests/add_text_request.rb +198 -0
- data/lib/aspose_cells_cloud/requests/add_worksheet_to_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/aggregate_cells_by_color_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/codegen_spec_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/compress_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_chart_to_image_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_chart_to_pdf_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_range_to_csv_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_range_to_html_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_range_to_image_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_range_to_json_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_range_to_pdf_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_spreadsheet_to_csv_request.rb +146 -0
- data/lib/aspose_cells_cloud/requests/convert_spreadsheet_to_pdf_request.rb +146 -0
- data/lib/aspose_cells_cloud/requests/convert_table_to_csv_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_table_to_html_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_table_to_image_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_table_to_json_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_table_to_pdf_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_text_request.rb +190 -0
- data/lib/aspose_cells_cloud/requests/convert_worksheet_to_image_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/convert_worksheet_to_pdf_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/create_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/delete_worksheet_from_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/export_chart_as_format_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/export_range_as_format_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/export_spreadsheet_as_format_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/export_table_as_format_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/export_worksheet_as_format_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/extract_text_request.rb +226 -0
- data/lib/aspose_cells_cloud/requests/import_data_into_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/math_calculate_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/merge_remote_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/merge_spreadsheets_in_remote_folder_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/merge_spreadsheets_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/move_worksheet_in_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/protect_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/put_workbook_background_request.rb +4 -5
- data/lib/aspose_cells_cloud/requests/put_worksheet_background_request.rb +3 -3
- data/lib/aspose_cells_cloud/requests/remove_characters_request.rb +246 -0
- data/lib/aspose_cells_cloud/requests/remove_duplicates_request.rb +162 -0
- data/lib/aspose_cells_cloud/requests/{delete_spreadsheet_blank_columns_request.rb → remove_spreadsheet_blank_columns_request.rb} +12 -12
- data/lib/aspose_cells_cloud/requests/{delete_spreadsheet_blank_rows_request.rb → remove_spreadsheet_blank_rows_request.rb} +12 -12
- data/lib/aspose_cells_cloud/requests/{delete_spreadsheet_blank_worksheets_request.rb → remove_spreadsheet_blank_worksheets_request.rb} +12 -12
- data/lib/aspose_cells_cloud/requests/rename_worksheet_in_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/repair_spreadsheet_request.rb +138 -0
- data/lib/aspose_cells_cloud/requests/replace_content_in_remote_range_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/replace_content_in_remote_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/replace_content_in_remote_worksheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/replace_spreadsheet_content_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/save_spreadsheet_as_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/search_broken_links_in_remote_range_request.rb +7 -7
- data/lib/aspose_cells_cloud/requests/search_broken_links_in_remote_spreadsheet_request.rb +7 -7
- data/lib/aspose_cells_cloud/requests/search_broken_links_in_remote_worksheet_request.rb +7 -7
- data/lib/aspose_cells_cloud/requests/search_content_in_remote_range_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/search_content_in_remote_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/search_content_in_remote_worksheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/search_spreadsheet_broken_links_request.rb +7 -7
- data/lib/aspose_cells_cloud/requests/search_spreadsheet_content_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/spec_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/split_remote_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/split_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/split_text_request.rb +214 -0
- data/lib/aspose_cells_cloud/requests/spreadsheet_digitalsignature_request.rb +142 -0
- data/lib/aspose_cells_cloud/requests/{sawp_range_request.rb → swap_range_request.rb} +15 -15
- data/lib/aspose_cells_cloud/requests/trim_character_request.rb +210 -0
- data/lib/aspose_cells_cloud/requests/unprotect_spreadsheet_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/update_word_case_request.rb +166 -0
- data/lib/aspose_cells_cloud/version.rb +1 -1
- data/lib/aspose_cells_cloud.rb +18 -6
- metadata +19 -7
@@ -36,7 +36,7 @@ module AsposeCellsCloud
|
|
36
36
|
attr_accessor :replace_text
|
37
37
|
attr_accessor :folder
|
38
38
|
attr_accessor :storage_name
|
39
|
-
attr_accessor :
|
39
|
+
attr_accessor :region
|
40
40
|
attr_accessor :password
|
41
41
|
|
42
42
|
def initialize(attributes = {})
|
@@ -65,8 +65,8 @@ module AsposeCellsCloud
|
|
65
65
|
self.storage_name = attributes[:'storageName']
|
66
66
|
end
|
67
67
|
|
68
|
-
if attributes.has_key?(:'
|
69
|
-
self.
|
68
|
+
if attributes.has_key?(:'region')
|
69
|
+
self.region = attributes[:'region']
|
70
70
|
end
|
71
71
|
|
72
72
|
if attributes.has_key?(:'password')
|
@@ -82,7 +82,7 @@ module AsposeCellsCloud
|
|
82
82
|
:'replace_text' => :'replaceText',
|
83
83
|
:'folder' => :'folder',
|
84
84
|
:'storage_name' => :'storageName',
|
85
|
-
:'
|
85
|
+
:'region' => :'region',
|
86
86
|
:'password' => :'password'
|
87
87
|
}
|
88
88
|
end
|
@@ -95,7 +95,7 @@ module AsposeCellsCloud
|
|
95
95
|
:'replace_text' => :'String',
|
96
96
|
:'folder' => :'String',
|
97
97
|
:'storage_name' => :'String',
|
98
|
-
:'
|
98
|
+
:'region' => :'String',
|
99
99
|
:'password' => :'String'
|
100
100
|
}
|
101
101
|
end
|
@@ -126,7 +126,7 @@ module AsposeCellsCloud
|
|
126
126
|
query_params[:'replaceText'] = self.replace_text if !self.replace_text.nil?
|
127
127
|
query_params[:'folder'] = self.folder if !self.folder.nil?
|
128
128
|
query_params[:'storageName'] = self.storage_name if !self.storage_name.nil?
|
129
|
-
query_params[:'
|
129
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
130
130
|
query_params[:'password'] = self.password if !self.password.nil?
|
131
131
|
|
132
132
|
# header parameters
|
@@ -37,7 +37,7 @@ module AsposeCellsCloud
|
|
37
37
|
attr_accessor :replace_text
|
38
38
|
attr_accessor :folder
|
39
39
|
attr_accessor :storage_name
|
40
|
-
attr_accessor :
|
40
|
+
attr_accessor :region
|
41
41
|
attr_accessor :password
|
42
42
|
|
43
43
|
def initialize(attributes = {})
|
@@ -70,8 +70,8 @@ module AsposeCellsCloud
|
|
70
70
|
self.storage_name = attributes[:'storageName']
|
71
71
|
end
|
72
72
|
|
73
|
-
if attributes.has_key?(:'
|
74
|
-
self.
|
73
|
+
if attributes.has_key?(:'region')
|
74
|
+
self.region = attributes[:'region']
|
75
75
|
end
|
76
76
|
|
77
77
|
if attributes.has_key?(:'password')
|
@@ -88,7 +88,7 @@ module AsposeCellsCloud
|
|
88
88
|
:'replace_text' => :'replaceText',
|
89
89
|
:'folder' => :'folder',
|
90
90
|
:'storage_name' => :'storageName',
|
91
|
-
:'
|
91
|
+
:'region' => :'region',
|
92
92
|
:'password' => :'password'
|
93
93
|
}
|
94
94
|
end
|
@@ -102,7 +102,7 @@ module AsposeCellsCloud
|
|
102
102
|
:'replace_text' => :'String',
|
103
103
|
:'folder' => :'String',
|
104
104
|
:'storage_name' => :'String',
|
105
|
-
:'
|
105
|
+
:'region' => :'String',
|
106
106
|
:'password' => :'String'
|
107
107
|
}
|
108
108
|
end
|
@@ -137,7 +137,7 @@ module AsposeCellsCloud
|
|
137
137
|
query_params[:'replaceText'] = self.replace_text if !self.replace_text.nil?
|
138
138
|
query_params[:'folder'] = self.folder if !self.folder.nil?
|
139
139
|
query_params[:'storageName'] = self.storage_name if !self.storage_name.nil?
|
140
|
-
query_params[:'
|
140
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
141
141
|
query_params[:'password'] = self.password if !self.password.nil?
|
142
142
|
|
143
143
|
# header parameters
|
@@ -36,7 +36,7 @@ module AsposeCellsCloud
|
|
36
36
|
attr_accessor :replace_text
|
37
37
|
attr_accessor :worksheet
|
38
38
|
attr_accessor :cell_area
|
39
|
-
attr_accessor :
|
39
|
+
attr_accessor :region
|
40
40
|
attr_accessor :password
|
41
41
|
|
42
42
|
def initialize(attributes = {})
|
@@ -65,8 +65,8 @@ module AsposeCellsCloud
|
|
65
65
|
self.cell_area = attributes[:'cellArea']
|
66
66
|
end
|
67
67
|
|
68
|
-
if attributes.has_key?(:'
|
69
|
-
self.
|
68
|
+
if attributes.has_key?(:'region')
|
69
|
+
self.region = attributes[:'region']
|
70
70
|
end
|
71
71
|
|
72
72
|
if attributes.has_key?(:'password')
|
@@ -82,7 +82,7 @@ module AsposeCellsCloud
|
|
82
82
|
:'replace_text' => :'replaceText',
|
83
83
|
:'worksheet' => :'worksheet',
|
84
84
|
:'cell_area' => :'cellArea',
|
85
|
-
:'
|
85
|
+
:'region' => :'region',
|
86
86
|
:'password' => :'password'
|
87
87
|
}
|
88
88
|
end
|
@@ -95,7 +95,7 @@ module AsposeCellsCloud
|
|
95
95
|
:'replace_text' => :'String',
|
96
96
|
:'worksheet' => :'String',
|
97
97
|
:'cell_area' => :'String',
|
98
|
-
:'
|
98
|
+
:'region' => :'String',
|
99
99
|
:'password' => :'String'
|
100
100
|
}
|
101
101
|
end
|
@@ -126,7 +126,7 @@ module AsposeCellsCloud
|
|
126
126
|
query_params[:'replaceText'] = self.replace_text if !self.replace_text.nil?
|
127
127
|
query_params[:'worksheet'] = self.worksheet if !self.worksheet.nil?
|
128
128
|
query_params[:'cellArea'] = self.cell_area if !self.cell_area.nil?
|
129
|
-
query_params[:'
|
129
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
130
130
|
query_params[:'password'] = self.password if !self.password.nil?
|
131
131
|
|
132
132
|
# header parameters
|
@@ -39,7 +39,7 @@ module AsposeCellsCloud
|
|
39
39
|
attr_accessor :out_path
|
40
40
|
attr_accessor :out_storage_name
|
41
41
|
attr_accessor :fonts_location
|
42
|
-
attr_accessor :
|
42
|
+
attr_accessor :region
|
43
43
|
attr_accessor :password
|
44
44
|
|
45
45
|
def initialize(attributes = {})
|
@@ -80,8 +80,8 @@ module AsposeCellsCloud
|
|
80
80
|
self.fonts_location = attributes[:'fontsLocation']
|
81
81
|
end
|
82
82
|
|
83
|
-
if attributes.has_key?(:'
|
84
|
-
self.
|
83
|
+
if attributes.has_key?(:'region')
|
84
|
+
self.region = attributes[:'region']
|
85
85
|
end
|
86
86
|
|
87
87
|
if attributes.has_key?(:'password')
|
@@ -100,7 +100,7 @@ module AsposeCellsCloud
|
|
100
100
|
:'out_path' => :'outPath',
|
101
101
|
:'out_storage_name' => :'outStorageName',
|
102
102
|
:'fonts_location' => :'fontsLocation',
|
103
|
-
:'
|
103
|
+
:'region' => :'region',
|
104
104
|
:'password' => :'password'
|
105
105
|
}
|
106
106
|
end
|
@@ -116,7 +116,7 @@ module AsposeCellsCloud
|
|
116
116
|
:'out_path' => :'String',
|
117
117
|
:'out_storage_name' => :'String',
|
118
118
|
:'fonts_location' => :'String',
|
119
|
-
:'
|
119
|
+
:'region' => :'String',
|
120
120
|
:'password' => :'String'
|
121
121
|
}
|
122
122
|
end
|
@@ -145,7 +145,7 @@ module AsposeCellsCloud
|
|
145
145
|
query_params[:'outPath'] = self.out_path if !self.out_path.nil?
|
146
146
|
query_params[:'outStorageName'] = self.out_storage_name if !self.out_storage_name.nil?
|
147
147
|
query_params[:'fontsLocation'] = self.fonts_location if !self.fonts_location.nil?
|
148
|
-
query_params[:'
|
148
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
149
149
|
query_params[:'password'] = self.password if !self.password.nil?
|
150
150
|
|
151
151
|
# header parameters
|
@@ -36,7 +36,7 @@ module AsposeCellsCloud
|
|
36
36
|
attr_accessor :cell_area
|
37
37
|
attr_accessor :folder
|
38
38
|
attr_accessor :storage_name
|
39
|
-
attr_accessor :
|
39
|
+
attr_accessor :region
|
40
40
|
attr_accessor :password
|
41
41
|
|
42
42
|
def initialize(attributes = {})
|
@@ -65,8 +65,8 @@ module AsposeCellsCloud
|
|
65
65
|
self.storage_name = attributes[:'storageName']
|
66
66
|
end
|
67
67
|
|
68
|
-
if attributes.has_key?(:'
|
69
|
-
self.
|
68
|
+
if attributes.has_key?(:'region')
|
69
|
+
self.region = attributes[:'region']
|
70
70
|
end
|
71
71
|
|
72
72
|
if attributes.has_key?(:'password')
|
@@ -82,7 +82,7 @@ module AsposeCellsCloud
|
|
82
82
|
:'cell_area' => :'cellArea',
|
83
83
|
:'folder' => :'folder',
|
84
84
|
:'storage_name' => :'storageName',
|
85
|
-
:'
|
85
|
+
:'region' => :'region',
|
86
86
|
:'password' => :'password'
|
87
87
|
}
|
88
88
|
end
|
@@ -95,7 +95,7 @@ module AsposeCellsCloud
|
|
95
95
|
:'cell_area' => :'String',
|
96
96
|
:'folder' => :'String',
|
97
97
|
:'storage_name' => :'String',
|
98
|
-
:'
|
98
|
+
:'region' => :'String',
|
99
99
|
:'password' => :'String'
|
100
100
|
}
|
101
101
|
end
|
@@ -124,7 +124,7 @@ module AsposeCellsCloud
|
|
124
124
|
query_params = {}
|
125
125
|
query_params[:'folder'] = self.folder if !self.folder.nil?
|
126
126
|
query_params[:'storageName'] = self.storage_name if !self.storage_name.nil?
|
127
|
-
query_params[:'
|
127
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
128
128
|
query_params[:'password'] = self.password if !self.password.nil?
|
129
129
|
|
130
130
|
# header parameters
|
@@ -146,7 +146,7 @@ module AsposeCellsCloud
|
|
146
146
|
:form_params => form_params,
|
147
147
|
:body => post_body,
|
148
148
|
:auth_names => auth_names,
|
149
|
-
:return_type => '
|
149
|
+
:return_type => 'BrokenLinksResponse')
|
150
150
|
if api_client.config.debugging
|
151
151
|
api_client.config.logger.debug "API called: Specification.Name>Api.search_broken_links_in_remote_range\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
152
152
|
end
|
@@ -36,7 +36,7 @@ module AsposeCellsCloud
|
|
36
36
|
attr_accessor :cell_area
|
37
37
|
attr_accessor :folder
|
38
38
|
attr_accessor :storage_name
|
39
|
-
attr_accessor :
|
39
|
+
attr_accessor :region
|
40
40
|
attr_accessor :password
|
41
41
|
|
42
42
|
def initialize(attributes = {})
|
@@ -65,8 +65,8 @@ module AsposeCellsCloud
|
|
65
65
|
self.storage_name = attributes[:'storageName']
|
66
66
|
end
|
67
67
|
|
68
|
-
if attributes.has_key?(:'
|
69
|
-
self.
|
68
|
+
if attributes.has_key?(:'region')
|
69
|
+
self.region = attributes[:'region']
|
70
70
|
end
|
71
71
|
|
72
72
|
if attributes.has_key?(:'password')
|
@@ -82,7 +82,7 @@ module AsposeCellsCloud
|
|
82
82
|
:'cell_area' => :'cellArea',
|
83
83
|
:'folder' => :'folder',
|
84
84
|
:'storage_name' => :'storageName',
|
85
|
-
:'
|
85
|
+
:'region' => :'region',
|
86
86
|
:'password' => :'password'
|
87
87
|
}
|
88
88
|
end
|
@@ -95,7 +95,7 @@ module AsposeCellsCloud
|
|
95
95
|
:'cell_area' => :'String',
|
96
96
|
:'folder' => :'String',
|
97
97
|
:'storage_name' => :'String',
|
98
|
-
:'
|
98
|
+
:'region' => :'String',
|
99
99
|
:'password' => :'String'
|
100
100
|
}
|
101
101
|
end
|
@@ -118,7 +118,7 @@ module AsposeCellsCloud
|
|
118
118
|
query_params[:'cellArea'] = self.cell_area if !self.cell_area.nil?
|
119
119
|
query_params[:'folder'] = self.folder if !self.folder.nil?
|
120
120
|
query_params[:'storageName'] = self.storage_name if !self.storage_name.nil?
|
121
|
-
query_params[:'
|
121
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
122
122
|
query_params[:'password'] = self.password if !self.password.nil?
|
123
123
|
|
124
124
|
# header parameters
|
@@ -140,7 +140,7 @@ module AsposeCellsCloud
|
|
140
140
|
:form_params => form_params,
|
141
141
|
:body => post_body,
|
142
142
|
:auth_names => auth_names,
|
143
|
-
:return_type => '
|
143
|
+
:return_type => 'BrokenLinksResponse')
|
144
144
|
if api_client.config.debugging
|
145
145
|
api_client.config.logger.debug "API called: Specification.Name>Api.search_broken_links_in_remote_spreadsheet\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
146
146
|
end
|
@@ -35,7 +35,7 @@ module AsposeCellsCloud
|
|
35
35
|
attr_accessor :worksheet
|
36
36
|
attr_accessor :folder
|
37
37
|
attr_accessor :storage_name
|
38
|
-
attr_accessor :
|
38
|
+
attr_accessor :region
|
39
39
|
attr_accessor :password
|
40
40
|
|
41
41
|
def initialize(attributes = {})
|
@@ -60,8 +60,8 @@ module AsposeCellsCloud
|
|
60
60
|
self.storage_name = attributes[:'storageName']
|
61
61
|
end
|
62
62
|
|
63
|
-
if attributes.has_key?(:'
|
64
|
-
self.
|
63
|
+
if attributes.has_key?(:'region')
|
64
|
+
self.region = attributes[:'region']
|
65
65
|
end
|
66
66
|
|
67
67
|
if attributes.has_key?(:'password')
|
@@ -76,7 +76,7 @@ module AsposeCellsCloud
|
|
76
76
|
:'worksheet' => :'worksheet',
|
77
77
|
:'folder' => :'folder',
|
78
78
|
:'storage_name' => :'storageName',
|
79
|
-
:'
|
79
|
+
:'region' => :'region',
|
80
80
|
:'password' => :'password'
|
81
81
|
}
|
82
82
|
end
|
@@ -88,7 +88,7 @@ module AsposeCellsCloud
|
|
88
88
|
:'worksheet' => :'String',
|
89
89
|
:'folder' => :'String',
|
90
90
|
:'storage_name' => :'String',
|
91
|
-
:'
|
91
|
+
:'region' => :'String',
|
92
92
|
:'password' => :'String'
|
93
93
|
}
|
94
94
|
end
|
@@ -113,7 +113,7 @@ module AsposeCellsCloud
|
|
113
113
|
query_params = {}
|
114
114
|
query_params[:'folder'] = self.folder if !self.folder.nil?
|
115
115
|
query_params[:'storageName'] = self.storage_name if !self.storage_name.nil?
|
116
|
-
query_params[:'
|
116
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
117
117
|
query_params[:'password'] = self.password if !self.password.nil?
|
118
118
|
|
119
119
|
# header parameters
|
@@ -135,7 +135,7 @@ module AsposeCellsCloud
|
|
135
135
|
:form_params => form_params,
|
136
136
|
:body => post_body,
|
137
137
|
:auth_names => auth_names,
|
138
|
-
:return_type => '
|
138
|
+
:return_type => 'BrokenLinksResponse')
|
139
139
|
if api_client.config.debugging
|
140
140
|
api_client.config.logger.debug "API called: Specification.Name>Api.search_broken_links_in_remote_worksheet\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
141
141
|
end
|
@@ -38,7 +38,7 @@ module AsposeCellsCloud
|
|
38
38
|
attr_accessor :ignoring_case
|
39
39
|
attr_accessor :folder
|
40
40
|
attr_accessor :storage_name
|
41
|
-
attr_accessor :
|
41
|
+
attr_accessor :region
|
42
42
|
attr_accessor :password
|
43
43
|
|
44
44
|
def initialize(attributes = {})
|
@@ -75,8 +75,8 @@ module AsposeCellsCloud
|
|
75
75
|
self.storage_name = attributes[:'storageName']
|
76
76
|
end
|
77
77
|
|
78
|
-
if attributes.has_key?(:'
|
79
|
-
self.
|
78
|
+
if attributes.has_key?(:'region')
|
79
|
+
self.region = attributes[:'region']
|
80
80
|
end
|
81
81
|
|
82
82
|
if attributes.has_key?(:'password')
|
@@ -94,7 +94,7 @@ module AsposeCellsCloud
|
|
94
94
|
:'ignoring_case' => :'ignoringCase',
|
95
95
|
:'folder' => :'folder',
|
96
96
|
:'storage_name' => :'storageName',
|
97
|
-
:'
|
97
|
+
:'region' => :'region',
|
98
98
|
:'password' => :'password'
|
99
99
|
}
|
100
100
|
end
|
@@ -109,7 +109,7 @@ module AsposeCellsCloud
|
|
109
109
|
:'ignoring_case' => :'BOOLEAN',
|
110
110
|
:'folder' => :'String',
|
111
111
|
:'storage_name' => :'String',
|
112
|
-
:'
|
112
|
+
:'region' => :'String',
|
113
113
|
:'password' => :'String'
|
114
114
|
}
|
115
115
|
end
|
@@ -144,7 +144,7 @@ module AsposeCellsCloud
|
|
144
144
|
query_params[:'ignoringCase'] = self.ignoring_case if !self.ignoring_case.nil?
|
145
145
|
query_params[:'folder'] = self.folder if !self.folder.nil?
|
146
146
|
query_params[:'storageName'] = self.storage_name if !self.storage_name.nil?
|
147
|
-
query_params[:'
|
147
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
148
148
|
query_params[:'password'] = self.password if !self.password.nil?
|
149
149
|
|
150
150
|
# header parameters
|
@@ -36,7 +36,7 @@ module AsposeCellsCloud
|
|
36
36
|
attr_accessor :ignoring_case
|
37
37
|
attr_accessor :folder
|
38
38
|
attr_accessor :storage_name
|
39
|
-
attr_accessor :
|
39
|
+
attr_accessor :region
|
40
40
|
attr_accessor :password
|
41
41
|
|
42
42
|
def initialize(attributes = {})
|
@@ -65,8 +65,8 @@ module AsposeCellsCloud
|
|
65
65
|
self.storage_name = attributes[:'storageName']
|
66
66
|
end
|
67
67
|
|
68
|
-
if attributes.has_key?(:'
|
69
|
-
self.
|
68
|
+
if attributes.has_key?(:'region')
|
69
|
+
self.region = attributes[:'region']
|
70
70
|
end
|
71
71
|
|
72
72
|
if attributes.has_key?(:'password')
|
@@ -82,7 +82,7 @@ module AsposeCellsCloud
|
|
82
82
|
:'ignoring_case' => :'ignoringCase',
|
83
83
|
:'folder' => :'folder',
|
84
84
|
:'storage_name' => :'storageName',
|
85
|
-
:'
|
85
|
+
:'region' => :'region',
|
86
86
|
:'password' => :'password'
|
87
87
|
}
|
88
88
|
end
|
@@ -95,7 +95,7 @@ module AsposeCellsCloud
|
|
95
95
|
:'ignoring_case' => :'BOOLEAN',
|
96
96
|
:'folder' => :'String',
|
97
97
|
:'storage_name' => :'String',
|
98
|
-
:'
|
98
|
+
:'region' => :'String',
|
99
99
|
:'password' => :'String'
|
100
100
|
}
|
101
101
|
end
|
@@ -122,7 +122,7 @@ module AsposeCellsCloud
|
|
122
122
|
query_params[:'ignoringCase'] = self.ignoring_case if !self.ignoring_case.nil?
|
123
123
|
query_params[:'folder'] = self.folder if !self.folder.nil?
|
124
124
|
query_params[:'storageName'] = self.storage_name if !self.storage_name.nil?
|
125
|
-
query_params[:'
|
125
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
126
126
|
query_params[:'password'] = self.password if !self.password.nil?
|
127
127
|
|
128
128
|
# header parameters
|
@@ -37,7 +37,7 @@ module AsposeCellsCloud
|
|
37
37
|
attr_accessor :ignoring_case
|
38
38
|
attr_accessor :folder
|
39
39
|
attr_accessor :storage_name
|
40
|
-
attr_accessor :
|
40
|
+
attr_accessor :region
|
41
41
|
attr_accessor :password
|
42
42
|
|
43
43
|
def initialize(attributes = {})
|
@@ -70,8 +70,8 @@ module AsposeCellsCloud
|
|
70
70
|
self.storage_name = attributes[:'storageName']
|
71
71
|
end
|
72
72
|
|
73
|
-
if attributes.has_key?(:'
|
74
|
-
self.
|
73
|
+
if attributes.has_key?(:'region')
|
74
|
+
self.region = attributes[:'region']
|
75
75
|
end
|
76
76
|
|
77
77
|
if attributes.has_key?(:'password')
|
@@ -88,7 +88,7 @@ module AsposeCellsCloud
|
|
88
88
|
:'ignoring_case' => :'ignoringCase',
|
89
89
|
:'folder' => :'folder',
|
90
90
|
:'storage_name' => :'storageName',
|
91
|
-
:'
|
91
|
+
:'region' => :'region',
|
92
92
|
:'password' => :'password'
|
93
93
|
}
|
94
94
|
end
|
@@ -102,7 +102,7 @@ module AsposeCellsCloud
|
|
102
102
|
:'ignoring_case' => :'BOOLEAN',
|
103
103
|
:'folder' => :'String',
|
104
104
|
:'storage_name' => :'String',
|
105
|
-
:'
|
105
|
+
:'region' => :'String',
|
106
106
|
:'password' => :'String'
|
107
107
|
}
|
108
108
|
end
|
@@ -133,7 +133,7 @@ module AsposeCellsCloud
|
|
133
133
|
query_params[:'ignoringCase'] = self.ignoring_case if !self.ignoring_case.nil?
|
134
134
|
query_params[:'folder'] = self.folder if !self.folder.nil?
|
135
135
|
query_params[:'storageName'] = self.storage_name if !self.storage_name.nil?
|
136
|
-
query_params[:'
|
136
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
137
137
|
query_params[:'password'] = self.password if !self.password.nil?
|
138
138
|
|
139
139
|
# header parameters
|
@@ -34,7 +34,7 @@ module AsposeCellsCloud
|
|
34
34
|
attr_accessor :spreadsheet
|
35
35
|
attr_accessor :worksheet
|
36
36
|
attr_accessor :cell_area
|
37
|
-
attr_accessor :
|
37
|
+
attr_accessor :region
|
38
38
|
attr_accessor :password
|
39
39
|
|
40
40
|
def initialize(attributes = {})
|
@@ -55,8 +55,8 @@ module AsposeCellsCloud
|
|
55
55
|
self.cell_area = attributes[:'cellArea']
|
56
56
|
end
|
57
57
|
|
58
|
-
if attributes.has_key?(:'
|
59
|
-
self.
|
58
|
+
if attributes.has_key?(:'region')
|
59
|
+
self.region = attributes[:'region']
|
60
60
|
end
|
61
61
|
|
62
62
|
if attributes.has_key?(:'password')
|
@@ -70,7 +70,7 @@ module AsposeCellsCloud
|
|
70
70
|
:'spreadsheet' => :'Spreadsheet',
|
71
71
|
:'worksheet' => :'worksheet',
|
72
72
|
:'cell_area' => :'cellArea',
|
73
|
-
:'
|
73
|
+
:'region' => :'region',
|
74
74
|
:'password' => :'password'
|
75
75
|
}
|
76
76
|
end
|
@@ -81,7 +81,7 @@ module AsposeCellsCloud
|
|
81
81
|
:'spreadsheet' => :'String',
|
82
82
|
:'worksheet' => :'String',
|
83
83
|
:'cell_area' => :'String',
|
84
|
-
:'
|
84
|
+
:'region' => :'String',
|
85
85
|
:'password' => :'String'
|
86
86
|
}
|
87
87
|
end
|
@@ -102,7 +102,7 @@ module AsposeCellsCloud
|
|
102
102
|
query_params = {}
|
103
103
|
query_params[:'worksheet'] = self.worksheet if !self.worksheet.nil?
|
104
104
|
query_params[:'cellArea'] = self.cell_area if !self.cell_area.nil?
|
105
|
-
query_params[:'
|
105
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
106
106
|
query_params[:'password'] = self.password if !self.password.nil?
|
107
107
|
|
108
108
|
# header parameters
|
@@ -128,7 +128,7 @@ module AsposeCellsCloud
|
|
128
128
|
:form_params => form_params,
|
129
129
|
:body => post_body,
|
130
130
|
:auth_names => auth_names,
|
131
|
-
:return_type => '
|
131
|
+
:return_type => 'BrokenLinksResponse')
|
132
132
|
if api_client.config.debugging
|
133
133
|
api_client.config.logger.debug "API called: Specification.Name>Api.search_spreadsheet_broken_links\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
134
134
|
end
|
@@ -36,7 +36,7 @@ module AsposeCellsCloud
|
|
36
36
|
attr_accessor :ignoring_case
|
37
37
|
attr_accessor :worksheet
|
38
38
|
attr_accessor :cell_area
|
39
|
-
attr_accessor :
|
39
|
+
attr_accessor :region
|
40
40
|
attr_accessor :password
|
41
41
|
|
42
42
|
def initialize(attributes = {})
|
@@ -65,8 +65,8 @@ module AsposeCellsCloud
|
|
65
65
|
self.cell_area = attributes[:'cellArea']
|
66
66
|
end
|
67
67
|
|
68
|
-
if attributes.has_key?(:'
|
69
|
-
self.
|
68
|
+
if attributes.has_key?(:'region')
|
69
|
+
self.region = attributes[:'region']
|
70
70
|
end
|
71
71
|
|
72
72
|
if attributes.has_key?(:'password')
|
@@ -82,7 +82,7 @@ module AsposeCellsCloud
|
|
82
82
|
:'ignoring_case' => :'ignoringCase',
|
83
83
|
:'worksheet' => :'worksheet',
|
84
84
|
:'cell_area' => :'cellArea',
|
85
|
-
:'
|
85
|
+
:'region' => :'region',
|
86
86
|
:'password' => :'password'
|
87
87
|
}
|
88
88
|
end
|
@@ -95,7 +95,7 @@ module AsposeCellsCloud
|
|
95
95
|
:'ignoring_case' => :'BOOLEAN',
|
96
96
|
:'worksheet' => :'String',
|
97
97
|
:'cell_area' => :'String',
|
98
|
-
:'
|
98
|
+
:'region' => :'String',
|
99
99
|
:'password' => :'String'
|
100
100
|
}
|
101
101
|
end
|
@@ -122,7 +122,7 @@ module AsposeCellsCloud
|
|
122
122
|
query_params[:'ignoringCase'] = self.ignoring_case if !self.ignoring_case.nil?
|
123
123
|
query_params[:'worksheet'] = self.worksheet if !self.worksheet.nil?
|
124
124
|
query_params[:'cellArea'] = self.cell_area if !self.cell_area.nil?
|
125
|
-
query_params[:'
|
125
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
126
126
|
query_params[:'password'] = self.password if !self.password.nil?
|
127
127
|
|
128
128
|
# header parameters
|
@@ -32,7 +32,7 @@ module AsposeCellsCloud
|
|
32
32
|
class SpecRequest
|
33
33
|
|
34
34
|
attr_accessor :version
|
35
|
-
attr_accessor :
|
35
|
+
attr_accessor :region
|
36
36
|
attr_accessor :password
|
37
37
|
|
38
38
|
def initialize(attributes = {})
|
@@ -45,8 +45,8 @@ module AsposeCellsCloud
|
|
45
45
|
self.version = attributes[:'version']
|
46
46
|
end
|
47
47
|
|
48
|
-
if attributes.has_key?(:'
|
49
|
-
self.
|
48
|
+
if attributes.has_key?(:'region')
|
49
|
+
self.region = attributes[:'region']
|
50
50
|
end
|
51
51
|
|
52
52
|
if attributes.has_key?(:'password')
|
@@ -58,7 +58,7 @@ module AsposeCellsCloud
|
|
58
58
|
def self.attribute_map
|
59
59
|
{
|
60
60
|
:'version' => :'version',
|
61
|
-
:'
|
61
|
+
:'region' => :'region',
|
62
62
|
:'password' => :'password'
|
63
63
|
}
|
64
64
|
end
|
@@ -67,7 +67,7 @@ module AsposeCellsCloud
|
|
67
67
|
def self.swagger_types
|
68
68
|
{
|
69
69
|
:'version' => :'String',
|
70
|
-
:'
|
70
|
+
:'region' => :'String',
|
71
71
|
:'password' => :'String'
|
72
72
|
}
|
73
73
|
end
|
@@ -87,7 +87,7 @@ module AsposeCellsCloud
|
|
87
87
|
# query parameters
|
88
88
|
query_params = {}
|
89
89
|
query_params[:'version'] = self.version if !self.version.nil?
|
90
|
-
query_params[:'
|
90
|
+
query_params[:'region'] = self.region if !self.region.nil?
|
91
91
|
query_params[:'password'] = self.password if !self.password.nil?
|
92
92
|
|
93
93
|
# header parameters
|