aspose_cells_cloud 23.11 → 23.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +12 -5
- data/lib/aspose_cells_cloud/api/cells_api.rb +94 -88
- data/lib/aspose_cells_cloud/models/batch_convert_request.rb +13 -1
- data/lib/aspose_cells_cloud/models/batch_split_request.rb +13 -1
- data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +13 -1
- data/lib/aspose_cells_cloud/models/import_json_request.rb +1 -1
- data/lib/aspose_cells_cloud/requests/delete_metadata_request.rb +7 -0
- data/lib/aspose_cells_cloud/requests/get_workbook_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_assemble_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_clear_objects_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_convert_workbook_to_csv_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_convert_workbook_to_docx_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_convert_workbook_to_html_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_convert_workbook_to_json_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_convert_workbook_to_markdown_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_convert_workbook_to_pdf_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_convert_workbook_to_png_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_convert_workbook_to_pptx_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_convert_workbook_to_sql_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_export_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_import_data_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_import_request.rb +31 -2
- data/lib/aspose_cells_cloud/requests/post_merge_request.rb +15 -8
- data/lib/aspose_cells_cloud/requests/post_metadata_request.rb +16 -2
- data/lib/aspose_cells_cloud/requests/post_repair_request.rb +6 -6
- data/lib/aspose_cells_cloud/requests/post_reverse_request.rb +15 -8
- data/lib/aspose_cells_cloud/requests/post_rotate_request.rb +15 -8
- data/lib/aspose_cells_cloud/requests/post_split_request.rb +18 -11
- data/lib/aspose_cells_cloud/requests/post_watermark_request.rb +16 -2
- data/lib/aspose_cells_cloud/requests/post_workbook_export_xml_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_workbook_import_json_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_workbook_import_xml_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/post_workbook_save_as_request.rb +9 -2
- data/lib/aspose_cells_cloud/requests/put_convert_workbook_request.rb +9 -2
- data/lib/aspose_cells_cloud/version.rb +1 -1
- data/lib/aspose_cells_cloud.rb +0 -2
- data/spec/api/batch_controller_spec.rb +4 -4
- data/spec/api/workbook_controller_spec.rb +1 -1
- data/spec/conversion/conversion_json_spec.rb +0 -44
- data/spec/conversion/conversion_png_spec.rb +0 -88
- data/spec/conversion/conversion_spec.rb +0 -239
- data/spec/document/light_cells_spec.rb +80 -192
- metadata +2 -2
@@ -40,7 +40,7 @@ module AsposeCellsCloud
|
|
40
40
|
@api_client.config.host = app_host
|
41
41
|
end
|
42
42
|
|
43
|
-
#
|
43
|
+
# Retrieve the description of auto filters from a worksheet.
|
44
44
|
|
45
45
|
def get_worksheet_auto_filter( get_worksheet_auto_filter_request, opts = {})
|
46
46
|
|
@@ -48,7 +48,7 @@ module AsposeCellsCloud
|
|
48
48
|
return data
|
49
49
|
end
|
50
50
|
|
51
|
-
#
|
51
|
+
# Apply a date filter in the worksheet.
|
52
52
|
|
53
53
|
def put_worksheet_date_filter( put_worksheet_date_filter_request, opts = {})
|
54
54
|
|
@@ -56,8 +56,7 @@ module AsposeCellsCloud
|
|
56
56
|
return data
|
57
57
|
end
|
58
58
|
|
59
|
-
#
|
60
|
-
#
|
59
|
+
# Add a filter for a column in the worksheet.
|
61
60
|
|
62
61
|
def put_worksheet_filter( put_worksheet_filter_request, opts = {})
|
63
62
|
|
@@ -65,7 +64,7 @@ module AsposeCellsCloud
|
|
65
64
|
return data
|
66
65
|
end
|
67
66
|
|
68
|
-
#
|
67
|
+
# Add an icon filter in the worksheet.
|
69
68
|
|
70
69
|
def put_worksheet_icon_filter( put_worksheet_icon_filter_request, opts = {})
|
71
70
|
|
@@ -73,8 +72,7 @@ module AsposeCellsCloud
|
|
73
72
|
return data
|
74
73
|
end
|
75
74
|
|
76
|
-
#
|
77
|
-
#
|
75
|
+
# Filter a list with custom criteria in the worksheet.
|
78
76
|
|
79
77
|
def put_worksheet_custom_filter( put_worksheet_custom_filter_request, opts = {})
|
80
78
|
|
@@ -82,7 +80,7 @@ module AsposeCellsCloud
|
|
82
80
|
return data
|
83
81
|
end
|
84
82
|
|
85
|
-
#
|
83
|
+
# Add a dynamic filter in the worksheet.
|
86
84
|
|
87
85
|
def put_worksheet_dynamic_filter( put_worksheet_dynamic_filter_request, opts = {})
|
88
86
|
|
@@ -90,7 +88,7 @@ module AsposeCellsCloud
|
|
90
88
|
return data
|
91
89
|
end
|
92
90
|
|
93
|
-
#
|
91
|
+
# Filter the top 10 items in the list in the worksheet.
|
94
92
|
|
95
93
|
def put_worksheet_filter_top10( put_worksheet_filter_top10_request, opts = {})
|
96
94
|
|
@@ -98,7 +96,7 @@ module AsposeCellsCloud
|
|
98
96
|
return data
|
99
97
|
end
|
100
98
|
|
101
|
-
#
|
99
|
+
# Add a color filter in the worksheet.
|
102
100
|
|
103
101
|
def put_worksheet_color_filter( put_worksheet_color_filter_request, opts = {})
|
104
102
|
|
@@ -106,7 +104,7 @@ module AsposeCellsCloud
|
|
106
104
|
return data
|
107
105
|
end
|
108
106
|
|
109
|
-
# Match all blank
|
107
|
+
# Match all blank cells in the list.
|
110
108
|
|
111
109
|
def post_worksheet_match_blanks( post_worksheet_match_blanks_request, opts = {})
|
112
110
|
|
@@ -114,8 +112,7 @@ module AsposeCellsCloud
|
|
114
112
|
return data
|
115
113
|
end
|
116
114
|
|
117
|
-
# Match all not blank
|
118
|
-
#
|
115
|
+
# Match all not blank cells in the list.
|
119
116
|
|
120
117
|
def post_worksheet_match_non_blanks( post_worksheet_match_non_blanks_request, opts = {})
|
121
118
|
|
@@ -123,7 +120,7 @@ module AsposeCellsCloud
|
|
123
120
|
return data
|
124
121
|
end
|
125
122
|
|
126
|
-
# Refresh auto filters in worksheet.
|
123
|
+
# Refresh auto filters in the worksheet.
|
127
124
|
|
128
125
|
def post_worksheet_auto_filter_refresh( post_worksheet_auto_filter_refresh_request, opts = {})
|
129
126
|
|
@@ -131,8 +128,7 @@ module AsposeCellsCloud
|
|
131
128
|
return data
|
132
129
|
end
|
133
130
|
|
134
|
-
#
|
135
|
-
#
|
131
|
+
# Remove a date filter in the worksheet.
|
136
132
|
|
137
133
|
def delete_worksheet_date_filter( delete_worksheet_date_filter_request, opts = {})
|
138
134
|
|
@@ -140,8 +136,7 @@ module AsposeCellsCloud
|
|
140
136
|
return data
|
141
137
|
end
|
142
138
|
|
143
|
-
#
|
144
|
-
#
|
139
|
+
# Delete a filter for a column in the worksheet.
|
145
140
|
|
146
141
|
def delete_worksheet_filter( delete_worksheet_filter_request, opts = {})
|
147
142
|
|
@@ -165,6 +160,7 @@ module AsposeCellsCloud
|
|
165
160
|
return data
|
166
161
|
end
|
167
162
|
|
163
|
+
# Batch converting files that meet specific matching conditions.
|
168
164
|
|
169
165
|
def post_batch_convert( post_batch_convert_request, opts = {})
|
170
166
|
|
@@ -172,6 +168,7 @@ module AsposeCellsCloud
|
|
172
168
|
return data
|
173
169
|
end
|
174
170
|
|
171
|
+
# Batch protecting files that meet specific matching conditions.
|
175
172
|
|
176
173
|
def post_batch_protect( post_batch_protect_request, opts = {})
|
177
174
|
|
@@ -179,6 +176,7 @@ module AsposeCellsCloud
|
|
179
176
|
return data
|
180
177
|
end
|
181
178
|
|
179
|
+
# Batch locking files that meet specific matching conditions.
|
182
180
|
|
183
181
|
def post_batch_lock( post_batch_lock_request, opts = {})
|
184
182
|
|
@@ -186,6 +184,7 @@ module AsposeCellsCloud
|
|
186
184
|
return data
|
187
185
|
end
|
188
186
|
|
187
|
+
# Batch unlocking files that meet specific matching conditions.
|
189
188
|
|
190
189
|
def post_batch_unlock( post_batch_unlock_request, opts = {})
|
191
190
|
|
@@ -193,6 +192,7 @@ module AsposeCellsCloud
|
|
193
192
|
return data
|
194
193
|
end
|
195
194
|
|
195
|
+
# Batch splitting files that meet specific matching conditions.
|
196
196
|
|
197
197
|
def post_batch_split( post_batch_split_request, opts = {})
|
198
198
|
|
@@ -200,7 +200,7 @@ module AsposeCellsCloud
|
|
200
200
|
return data
|
201
201
|
end
|
202
202
|
|
203
|
-
# Clear
|
203
|
+
# Clear cell area contents in the worksheet.
|
204
204
|
|
205
205
|
def post_clear_contents( post_clear_contents_request, opts = {})
|
206
206
|
|
@@ -208,7 +208,7 @@ module AsposeCellsCloud
|
|
208
208
|
return data
|
209
209
|
end
|
210
210
|
|
211
|
-
# Clear
|
211
|
+
# Clear cell formats in the worksheet.
|
212
212
|
|
213
213
|
def post_clear_formats( post_clear_formats_request, opts = {})
|
214
214
|
|
@@ -216,7 +216,7 @@ module AsposeCellsCloud
|
|
216
216
|
return data
|
217
217
|
end
|
218
218
|
|
219
|
-
#
|
219
|
+
# Update cell range styles in the worksheet.
|
220
220
|
|
221
221
|
def post_update_worksheet_range_style( post_update_worksheet_range_style_request, opts = {})
|
222
222
|
|
@@ -224,7 +224,7 @@ module AsposeCellsCloud
|
|
224
224
|
return data
|
225
225
|
end
|
226
226
|
|
227
|
-
# Merge cells in worksheet.
|
227
|
+
# Merge cells in the worksheet.
|
228
228
|
|
229
229
|
def post_worksheet_merge( post_worksheet_merge_request, opts = {})
|
230
230
|
|
@@ -232,7 +232,7 @@ module AsposeCellsCloud
|
|
232
232
|
return data
|
233
233
|
end
|
234
234
|
|
235
|
-
# Unmerge cells in worksheet.
|
235
|
+
# Unmerge cells in the worksheet.
|
236
236
|
|
237
237
|
def post_worksheet_unmerge( post_worksheet_unmerge_request, opts = {})
|
238
238
|
|
@@ -240,7 +240,7 @@ module AsposeCellsCloud
|
|
240
240
|
return data
|
241
241
|
end
|
242
242
|
|
243
|
-
#
|
243
|
+
# Retrieve cell descriptions in a specified format.
|
244
244
|
|
245
245
|
def get_worksheet_cells( get_worksheet_cells_request, opts = {})
|
246
246
|
|
@@ -248,7 +248,7 @@ module AsposeCellsCloud
|
|
248
248
|
return data
|
249
249
|
end
|
250
250
|
|
251
|
-
#
|
251
|
+
# Retrieve cell data using either cell reference or method name in the worksheet.
|
252
252
|
|
253
253
|
def get_worksheet_cell( get_worksheet_cell_request, opts = {})
|
254
254
|
|
@@ -256,7 +256,7 @@ module AsposeCellsCloud
|
|
256
256
|
return data
|
257
257
|
end
|
258
258
|
|
259
|
-
#
|
259
|
+
# Retrieve cell style descriptions in the worksheet.
|
260
260
|
|
261
261
|
def get_worksheet_cell_style( get_worksheet_cell_style_request, opts = {})
|
262
262
|
|
@@ -264,7 +264,7 @@ module AsposeCellsCloud
|
|
264
264
|
return data
|
265
265
|
end
|
266
266
|
|
267
|
-
#
|
267
|
+
# Set cell value using cell name in the worksheet.
|
268
268
|
|
269
269
|
def post_worksheet_cell_set_value( post_worksheet_cell_set_value_request, opts = {})
|
270
270
|
|
@@ -272,7 +272,7 @@ module AsposeCellsCloud
|
|
272
272
|
return data
|
273
273
|
end
|
274
274
|
|
275
|
-
#
|
275
|
+
# Set cell style using cell name in the worksheet.
|
276
276
|
|
277
277
|
def post_update_worksheet_cell_style( post_update_worksheet_cell_style_request, opts = {})
|
278
278
|
|
@@ -280,7 +280,7 @@ module AsposeCellsCloud
|
|
280
280
|
return data
|
281
281
|
end
|
282
282
|
|
283
|
-
#
|
283
|
+
# Set the value of the range in the worksheet.
|
284
284
|
|
285
285
|
def post_set_cell_range_value( post_set_cell_range_value_request, opts = {})
|
286
286
|
|
@@ -288,7 +288,7 @@ module AsposeCellsCloud
|
|
288
288
|
return data
|
289
289
|
end
|
290
290
|
|
291
|
-
#
|
291
|
+
# Copy data from a source cell to a destination cell in the worksheet.
|
292
292
|
|
293
293
|
def post_copy_cell_into_cell( post_copy_cell_into_cell_request, opts = {})
|
294
294
|
|
@@ -296,7 +296,7 @@ module AsposeCellsCloud
|
|
296
296
|
return data
|
297
297
|
end
|
298
298
|
|
299
|
-
#
|
299
|
+
# Retrieve the HTML string containing data and specific formats in this cell.
|
300
300
|
|
301
301
|
def get_cell_html_string( get_cell_html_string_request, opts = {})
|
302
302
|
|
@@ -304,7 +304,7 @@ module AsposeCellsCloud
|
|
304
304
|
return data
|
305
305
|
end
|
306
306
|
|
307
|
-
#
|
307
|
+
# Set the HTML string containing data and specific formats in this cell.
|
308
308
|
|
309
309
|
def post_set_cell_html_string( post_set_cell_html_string_request, opts = {})
|
310
310
|
|
@@ -312,7 +312,7 @@ module AsposeCellsCloud
|
|
312
312
|
return data
|
313
313
|
end
|
314
314
|
|
315
|
-
#
|
315
|
+
# Calculate cell formula in the worksheet.
|
316
316
|
|
317
317
|
def post_cell_calculate( post_cell_calculate_request, opts = {})
|
318
318
|
|
@@ -320,7 +320,7 @@ module AsposeCellsCloud
|
|
320
320
|
return data
|
321
321
|
end
|
322
322
|
|
323
|
-
#
|
323
|
+
# Set cell characters in the worksheet.
|
324
324
|
|
325
325
|
def post_cell_characters( post_cell_characters_request, opts = {})
|
326
326
|
|
@@ -513,7 +513,6 @@ module AsposeCellsCloud
|
|
513
513
|
end
|
514
514
|
|
515
515
|
# Applies formats for a whole row in worksheet.
|
516
|
-
#
|
517
516
|
|
518
517
|
def post_row_style( post_row_style_request, opts = {})
|
519
518
|
|
@@ -521,7 +520,7 @@ module AsposeCellsCloud
|
|
521
520
|
return data
|
522
521
|
end
|
523
522
|
|
524
|
-
#
|
523
|
+
# Retrieve cell descriptions in a specified format.
|
525
524
|
|
526
525
|
def get_cells_cloud_services_health_check( get_cells_cloud_services_health_check_request, opts = {})
|
527
526
|
|
@@ -529,7 +528,7 @@ module AsposeCellsCloud
|
|
529
528
|
return data
|
530
529
|
end
|
531
530
|
|
532
|
-
# Aspose.Cells Cloud service health status check
|
531
|
+
# Aspose.Cells Cloud service health status check.
|
533
532
|
|
534
533
|
def get_cells_cloud_service_status( get_cells_cloud_service_status_request, opts = {})
|
535
534
|
|
@@ -537,7 +536,7 @@ module AsposeCellsCloud
|
|
537
536
|
return data
|
538
537
|
end
|
539
538
|
|
540
|
-
#
|
539
|
+
# Retrieve chart area description in the worksheet.
|
541
540
|
|
542
541
|
def get_chart_area( get_chart_area_request, opts = {})
|
543
542
|
|
@@ -545,7 +544,7 @@ module AsposeCellsCloud
|
|
545
544
|
return data
|
546
545
|
end
|
547
546
|
|
548
|
-
#
|
547
|
+
# Retrieve chart area fill format description in the worksheet.
|
549
548
|
|
550
549
|
def get_chart_area_fill_format( get_chart_area_fill_format_request, opts = {})
|
551
550
|
|
@@ -553,7 +552,7 @@ module AsposeCellsCloud
|
|
553
552
|
return data
|
554
553
|
end
|
555
554
|
|
556
|
-
#
|
555
|
+
# Retrieve chart area border description.
|
557
556
|
|
558
557
|
def get_chart_area_border( get_chart_area_border_request, opts = {})
|
559
558
|
|
@@ -561,7 +560,7 @@ module AsposeCellsCloud
|
|
561
560
|
return data
|
562
561
|
end
|
563
562
|
|
564
|
-
#
|
563
|
+
# Retrieve descriptions of charts in the worksheet.
|
565
564
|
|
566
565
|
def get_worksheet_charts( get_worksheet_charts_request, opts = {})
|
567
566
|
|
@@ -569,7 +568,7 @@ module AsposeCellsCloud
|
|
569
568
|
return data
|
570
569
|
end
|
571
570
|
|
572
|
-
#
|
571
|
+
# Retrieve the chart in a specified format.
|
573
572
|
|
574
573
|
def get_worksheet_chart( get_worksheet_chart_request, opts = {})
|
575
574
|
|
@@ -577,7 +576,7 @@ module AsposeCellsCloud
|
|
577
576
|
return data
|
578
577
|
end
|
579
578
|
|
580
|
-
#
|
579
|
+
# Add a new chart in the worksheet.
|
581
580
|
|
582
581
|
def put_worksheet_add_chart( put_worksheet_add_chart_request, opts = {})
|
583
582
|
|
@@ -585,7 +584,7 @@ module AsposeCellsCloud
|
|
585
584
|
return data
|
586
585
|
end
|
587
586
|
|
588
|
-
#
|
587
|
+
# Delete a chart by index in the worksheet.
|
589
588
|
|
590
589
|
def delete_worksheet_delete_chart( delete_worksheet_delete_chart_request, opts = {})
|
591
590
|
|
@@ -593,7 +592,7 @@ module AsposeCellsCloud
|
|
593
592
|
return data
|
594
593
|
end
|
595
594
|
|
596
|
-
# Update chart
|
595
|
+
# Update chart properties in the worksheet.
|
597
596
|
|
598
597
|
def post_worksheet_chart( post_worksheet_chart_request, opts = {})
|
599
598
|
|
@@ -601,7 +600,7 @@ module AsposeCellsCloud
|
|
601
600
|
return data
|
602
601
|
end
|
603
602
|
|
604
|
-
#
|
603
|
+
# Retrieve chart legend description in the worksheet.
|
605
604
|
|
606
605
|
def get_worksheet_chart_legend( get_worksheet_chart_legend_request, opts = {})
|
607
606
|
|
@@ -609,7 +608,7 @@ module AsposeCellsCloud
|
|
609
608
|
return data
|
610
609
|
end
|
611
610
|
|
612
|
-
#
|
611
|
+
# Update chart legend in the worksheet.
|
613
612
|
|
614
613
|
def post_worksheet_chart_legend( post_worksheet_chart_legend_request, opts = {})
|
615
614
|
|
@@ -815,7 +814,7 @@ module AsposeCellsCloud
|
|
815
814
|
return data
|
816
815
|
end
|
817
816
|
|
818
|
-
#
|
817
|
+
# Retrieve workbooks in various formats.
|
819
818
|
|
820
819
|
def get_workbook( get_workbook_request, opts = {})
|
821
820
|
|
@@ -823,7 +822,7 @@ module AsposeCellsCloud
|
|
823
822
|
return data
|
824
823
|
end
|
825
824
|
|
826
|
-
#
|
825
|
+
# Convert the workbook from the requested content into files in different formats.
|
827
826
|
|
828
827
|
def put_convert_workbook( put_convert_workbook_request, opts = {})
|
829
828
|
|
@@ -831,7 +830,7 @@ module AsposeCellsCloud
|
|
831
830
|
return data
|
832
831
|
end
|
833
832
|
|
834
|
-
#
|
833
|
+
# Save an Excel file in various formats.
|
835
834
|
|
836
835
|
def post_workbook_save_as( post_workbook_save_as_request, opts = {})
|
837
836
|
|
@@ -839,6 +838,7 @@ module AsposeCellsCloud
|
|
839
838
|
return data
|
840
839
|
end
|
841
840
|
|
841
|
+
# Convert Excel file to PDF files.
|
842
842
|
|
843
843
|
def post_convert_workbook_to_pdf( post_convert_workbook_to_pdf_request, opts = {})
|
844
844
|
|
@@ -846,6 +846,7 @@ module AsposeCellsCloud
|
|
846
846
|
return data
|
847
847
|
end
|
848
848
|
|
849
|
+
# Convert Excel file to PNG files.
|
849
850
|
|
850
851
|
def post_convert_workbook_to_png( post_convert_workbook_to_png_request, opts = {})
|
851
852
|
|
@@ -853,6 +854,7 @@ module AsposeCellsCloud
|
|
853
854
|
return data
|
854
855
|
end
|
855
856
|
|
857
|
+
# Convert Excel file to Docx files.
|
856
858
|
|
857
859
|
def post_convert_workbook_to_docx( post_convert_workbook_to_docx_request, opts = {})
|
858
860
|
|
@@ -860,6 +862,7 @@ module AsposeCellsCloud
|
|
860
862
|
return data
|
861
863
|
end
|
862
864
|
|
865
|
+
# Convert Excel file to Pptx files.
|
863
866
|
|
864
867
|
def post_convert_workbook_to_pptx( post_convert_workbook_to_pptx_request, opts = {})
|
865
868
|
|
@@ -867,6 +870,7 @@ module AsposeCellsCloud
|
|
867
870
|
return data
|
868
871
|
end
|
869
872
|
|
873
|
+
# Convert Excel file to HTML files.
|
870
874
|
|
871
875
|
def post_convert_workbook_to_html( post_convert_workbook_to_html_request, opts = {})
|
872
876
|
|
@@ -874,6 +878,7 @@ module AsposeCellsCloud
|
|
874
878
|
return data
|
875
879
|
end
|
876
880
|
|
881
|
+
# Convert Excel file to Markdown files.
|
877
882
|
|
878
883
|
def post_convert_workbook_to_markdown( post_convert_workbook_to_markdown_request, opts = {})
|
879
884
|
|
@@ -881,6 +886,7 @@ module AsposeCellsCloud
|
|
881
886
|
return data
|
882
887
|
end
|
883
888
|
|
889
|
+
# Convert Excel file to Json files.
|
884
890
|
|
885
891
|
def post_convert_workbook_to_json( post_convert_workbook_to_json_request, opts = {})
|
886
892
|
|
@@ -888,6 +894,7 @@ module AsposeCellsCloud
|
|
888
894
|
return data
|
889
895
|
end
|
890
896
|
|
897
|
+
# Convert Excel file to SQL Script files.
|
891
898
|
|
892
899
|
def post_convert_workbook_to_sql( post_convert_workbook_to_sql_request, opts = {})
|
893
900
|
|
@@ -895,6 +902,7 @@ module AsposeCellsCloud
|
|
895
902
|
return data
|
896
903
|
end
|
897
904
|
|
905
|
+
# Convert Excel file to Csv files.
|
898
906
|
|
899
907
|
def post_convert_workbook_to_csv( post_convert_workbook_to_csv_request, opts = {})
|
900
908
|
|
@@ -902,7 +910,7 @@ module AsposeCellsCloud
|
|
902
910
|
return data
|
903
911
|
end
|
904
912
|
|
905
|
-
# Export
|
913
|
+
# Export Excel internal elements or the workbook itself to various format files.
|
906
914
|
|
907
915
|
def post_export( post_export_request, opts = {})
|
908
916
|
|
@@ -910,9 +918,8 @@ module AsposeCellsCloud
|
|
910
918
|
return data
|
911
919
|
end
|
912
920
|
|
913
|
-
# Export XML data from Excel file.
|
914
|
-
# When there are
|
915
|
-
# When there is not xml map in Excel file, convert Excel file to xml file.
|
921
|
+
# Export XML data from an Excel file.
|
922
|
+
# When there are XML Maps in an Excel file, export XML data. When there is no XML map in the Excel file, convert the Excel file to an XML file.
|
916
923
|
|
917
924
|
def post_workbook_export_xml( post_workbook_export_xml_request, opts = {})
|
918
925
|
|
@@ -920,8 +927,7 @@ module AsposeCellsCloud
|
|
920
927
|
return data
|
921
928
|
end
|
922
929
|
|
923
|
-
#
|
924
|
-
# The XML data file can be a cloud file or HTTP URI data.
|
930
|
+
# Import a JSON data file into the workbook. The JSON data file can either be a cloud file or data from an HTTP URI.
|
925
931
|
|
926
932
|
def post_workbook_import_json( post_workbook_import_json_request, opts = {})
|
927
933
|
|
@@ -929,8 +935,7 @@ module AsposeCellsCloud
|
|
929
935
|
return data
|
930
936
|
end
|
931
937
|
|
932
|
-
#
|
933
|
-
# The XML data file can be a cloud file or HTTP URI data.
|
938
|
+
# Import an XML data file into an Excel file. The XML data file can either be a cloud file or data from an HTTP URI.
|
934
939
|
|
935
940
|
def post_workbook_import_xml( post_workbook_import_xml_request, opts = {})
|
936
941
|
|
@@ -938,7 +943,7 @@ module AsposeCellsCloud
|
|
938
943
|
return data
|
939
944
|
end
|
940
945
|
|
941
|
-
#
|
946
|
+
# Import data into the Excel file.
|
942
947
|
|
943
948
|
def post_import_data( post_import_data_request, opts = {})
|
944
949
|
|
@@ -994,7 +999,7 @@ module AsposeCellsCloud
|
|
994
999
|
return data
|
995
1000
|
end
|
996
1001
|
|
997
|
-
#
|
1002
|
+
# Assemble data files with template files to generate files in various formats.
|
998
1003
|
|
999
1004
|
def post_assemble( post_assemble_request, opts = {})
|
1000
1005
|
|
@@ -1002,7 +1007,7 @@ module AsposeCellsCloud
|
|
1002
1007
|
return data
|
1003
1008
|
end
|
1004
1009
|
|
1005
|
-
# Compress
|
1010
|
+
# Compress files and generate target files in various formats, supported file formats are include Xls, Xlsx, Xlsm, Xlsb, Ods and more.
|
1006
1011
|
|
1007
1012
|
def post_compress( post_compress_request, opts = {})
|
1008
1013
|
|
@@ -1010,7 +1015,7 @@ module AsposeCellsCloud
|
|
1010
1015
|
return data
|
1011
1016
|
end
|
1012
1017
|
|
1013
|
-
# Merge cells in worksheet.
|
1018
|
+
# Merge cells in the worksheet.
|
1014
1019
|
|
1015
1020
|
def post_merge( post_merge_request, opts = {})
|
1016
1021
|
|
@@ -1018,7 +1023,7 @@ module AsposeCellsCloud
|
|
1018
1023
|
return data
|
1019
1024
|
end
|
1020
1025
|
|
1021
|
-
# Split Excel spreadsheet files
|
1026
|
+
# Split Excel spreadsheet files based on worksheets and create output files in various formats.
|
1022
1027
|
|
1023
1028
|
def post_split( post_split_request, opts = {})
|
1024
1029
|
|
@@ -1026,7 +1031,7 @@ module AsposeCellsCloud
|
|
1026
1031
|
return data
|
1027
1032
|
end
|
1028
1033
|
|
1029
|
-
# Search
|
1034
|
+
# Search for specified text within Excel files.
|
1030
1035
|
|
1031
1036
|
def post_search( post_search_request, opts = {})
|
1032
1037
|
|
@@ -1034,7 +1039,7 @@ module AsposeCellsCloud
|
|
1034
1039
|
return data
|
1035
1040
|
end
|
1036
1041
|
|
1037
|
-
#
|
1042
|
+
# Replace specified text with new text in Excel files.
|
1038
1043
|
|
1039
1044
|
def post_replace( post_replace_request, opts = {})
|
1040
1045
|
|
@@ -1042,7 +1047,7 @@ module AsposeCellsCloud
|
|
1042
1047
|
return data
|
1043
1048
|
end
|
1044
1049
|
|
1045
|
-
# Import data into
|
1050
|
+
# Import data into an Excel file and generate output files in various formats.
|
1046
1051
|
|
1047
1052
|
def post_import( post_import_request, opts = {})
|
1048
1053
|
|
@@ -1050,7 +1055,7 @@ module AsposeCellsCloud
|
|
1050
1055
|
return data
|
1051
1056
|
end
|
1052
1057
|
|
1053
|
-
# Add Text Watermark to Excel files.
|
1058
|
+
# Add Text Watermark to Excel files and generate output files in various formats.
|
1054
1059
|
|
1055
1060
|
def post_watermark( post_watermark_request, opts = {})
|
1056
1061
|
|
@@ -1058,7 +1063,7 @@ module AsposeCellsCloud
|
|
1058
1063
|
return data
|
1059
1064
|
end
|
1060
1065
|
|
1061
|
-
# Clear
|
1066
|
+
# Clear internal elements in Excel files and generate output files in various formats.
|
1062
1067
|
|
1063
1068
|
def post_clear_objects( post_clear_objects_request, opts = {})
|
1064
1069
|
|
@@ -1066,7 +1071,7 @@ module AsposeCellsCloud
|
|
1066
1071
|
return data
|
1067
1072
|
end
|
1068
1073
|
|
1069
|
-
# Reverse rows or columns
|
1074
|
+
# Reverse rows or columns in Excel files and create output files in various formats.
|
1070
1075
|
|
1071
1076
|
def post_reverse( post_reverse_request, opts = {})
|
1072
1077
|
|
@@ -1074,6 +1079,7 @@ module AsposeCellsCloud
|
|
1074
1079
|
return data
|
1075
1080
|
end
|
1076
1081
|
|
1082
|
+
# Repair abnormal files and generate files in various formats.
|
1077
1083
|
|
1078
1084
|
def post_repair( post_repair_request, opts = {})
|
1079
1085
|
|
@@ -1081,7 +1087,7 @@ module AsposeCellsCloud
|
|
1081
1087
|
return data
|
1082
1088
|
end
|
1083
1089
|
|
1084
|
-
#
|
1090
|
+
# Rotate rows, columns, or other objects in Excel files and save them in various formats.
|
1085
1091
|
|
1086
1092
|
def post_rotate( post_rotate_request, opts = {})
|
1087
1093
|
|
@@ -1089,6 +1095,7 @@ module AsposeCellsCloud
|
|
1089
1095
|
return data
|
1090
1096
|
end
|
1091
1097
|
|
1098
|
+
# Update document properties in Excel file, and save them is various formats.
|
1092
1099
|
|
1093
1100
|
def post_metadata( post_metadata_request, opts = {})
|
1094
1101
|
|
@@ -1096,6 +1103,7 @@ module AsposeCellsCloud
|
|
1096
1103
|
return data
|
1097
1104
|
end
|
1098
1105
|
|
1106
|
+
# Get cells document properties.
|
1099
1107
|
|
1100
1108
|
def get_metadata( get_metadata_request, opts = {})
|
1101
1109
|
|
@@ -1103,6 +1111,7 @@ module AsposeCellsCloud
|
|
1103
1111
|
return data
|
1104
1112
|
end
|
1105
1113
|
|
1114
|
+
# Delete cells document properties in Excel file, and save them is various formats.
|
1106
1115
|
|
1107
1116
|
def delete_metadata( delete_metadata_request, opts = {})
|
1108
1117
|
|
@@ -1374,7 +1383,7 @@ module AsposeCellsCloud
|
|
1374
1383
|
return data
|
1375
1384
|
end
|
1376
1385
|
|
1377
|
-
# Updates page header in worksheet.
|
1386
|
+
# Updates page header in worksheet.
|
1378
1387
|
|
1379
1388
|
def post_header( post_header_request, opts = {})
|
1380
1389
|
|
@@ -1390,7 +1399,7 @@ module AsposeCellsCloud
|
|
1390
1399
|
return data
|
1391
1400
|
end
|
1392
1401
|
|
1393
|
-
# Update page footer description in worksheet.
|
1402
|
+
# Update page footer description in worksheet.
|
1394
1403
|
|
1395
1404
|
def post_footer( post_footer_request, opts = {})
|
1396
1405
|
|
@@ -1652,7 +1661,7 @@ module AsposeCellsCloud
|
|
1652
1661
|
return data
|
1653
1662
|
end
|
1654
1663
|
|
1655
|
-
#
|
1664
|
+
# Excel file digital signature.
|
1656
1665
|
|
1657
1666
|
def post_digital_signature( post_digital_signature_request, opts = {})
|
1658
1667
|
|
@@ -1660,7 +1669,7 @@ module AsposeCellsCloud
|
|
1660
1669
|
return data
|
1661
1670
|
end
|
1662
1671
|
|
1663
|
-
#
|
1672
|
+
# Excel Encryption.
|
1664
1673
|
|
1665
1674
|
def post_encrypt_workbook( post_encrypt_workbook_request, opts = {})
|
1666
1675
|
|
@@ -1668,7 +1677,7 @@ module AsposeCellsCloud
|
|
1668
1677
|
return data
|
1669
1678
|
end
|
1670
1679
|
|
1671
|
-
#
|
1680
|
+
# Excel files decryption.
|
1672
1681
|
|
1673
1682
|
def delete_decrypt_workbook( delete_decrypt_workbook_request, opts = {})
|
1674
1683
|
|
@@ -1676,7 +1685,7 @@ module AsposeCellsCloud
|
|
1676
1685
|
return data
|
1677
1686
|
end
|
1678
1687
|
|
1679
|
-
#
|
1688
|
+
# Excel protection.
|
1680
1689
|
|
1681
1690
|
def post_protect_workbook( post_protect_workbook_request, opts = {})
|
1682
1691
|
|
@@ -1684,7 +1693,7 @@ module AsposeCellsCloud
|
|
1684
1693
|
return data
|
1685
1694
|
end
|
1686
1695
|
|
1687
|
-
#
|
1696
|
+
# Excel unprotection.
|
1688
1697
|
|
1689
1698
|
def delete_un_protect_workbook( delete_un_protect_workbook_request, opts = {})
|
1690
1699
|
|
@@ -1692,7 +1701,7 @@ module AsposeCellsCloud
|
|
1692
1701
|
return data
|
1693
1702
|
end
|
1694
1703
|
|
1695
|
-
#
|
1704
|
+
# Excel file write protection.
|
1696
1705
|
|
1697
1706
|
def put_document_protect_from_changes( put_document_protect_from_changes_request, opts = {})
|
1698
1707
|
|
@@ -1700,7 +1709,7 @@ module AsposeCellsCloud
|
|
1700
1709
|
return data
|
1701
1710
|
end
|
1702
1711
|
|
1703
|
-
#
|
1712
|
+
# Excel file cancel write protection.
|
1704
1713
|
|
1705
1714
|
def delete_document_un_protect_from_changes( delete_document_un_protect_from_changes_request, opts = {})
|
1706
1715
|
|
@@ -1708,7 +1717,7 @@ module AsposeCellsCloud
|
|
1708
1717
|
return data
|
1709
1718
|
end
|
1710
1719
|
|
1711
|
-
#
|
1720
|
+
# Unlock Excel files.
|
1712
1721
|
|
1713
1722
|
def post_unlock( post_unlock_request, opts = {})
|
1714
1723
|
|
@@ -1716,7 +1725,7 @@ module AsposeCellsCloud
|
|
1716
1725
|
return data
|
1717
1726
|
end
|
1718
1727
|
|
1719
|
-
#
|
1728
|
+
# Lock Excel files.
|
1720
1729
|
|
1721
1730
|
def post_lock( post_lock_request, opts = {})
|
1722
1731
|
|
@@ -1724,7 +1733,7 @@ module AsposeCellsCloud
|
|
1724
1733
|
return data
|
1725
1734
|
end
|
1726
1735
|
|
1727
|
-
#
|
1736
|
+
# Excel files encryption.
|
1728
1737
|
|
1729
1738
|
def post_protect( post_protect_request, opts = {})
|
1730
1739
|
|
@@ -1740,7 +1749,7 @@ module AsposeCellsCloud
|
|
1740
1749
|
return data
|
1741
1750
|
end
|
1742
1751
|
|
1743
|
-
# Combines a range of cells into a single cell.
|
1752
|
+
# Combines a range of cells into a single cell.
|
1744
1753
|
|
1745
1754
|
def post_worksheet_cells_range_merge( post_worksheet_cells_range_merge_request, opts = {})
|
1746
1755
|
|
@@ -1773,7 +1782,6 @@ module AsposeCellsCloud
|
|
1773
1782
|
end
|
1774
1783
|
|
1775
1784
|
# Puts a value into the range, if appropriate the value will be converted to other data type and cell's number format will be reset.
|
1776
|
-
#
|
1777
1785
|
|
1778
1786
|
def post_worksheet_cells_range_value( post_worksheet_cells_range_value_request, opts = {})
|
1779
1787
|
|
@@ -1782,7 +1790,6 @@ module AsposeCellsCloud
|
|
1782
1790
|
end
|
1783
1791
|
|
1784
1792
|
# Moves the current range to the dest range.
|
1785
|
-
#
|
1786
1793
|
|
1787
1794
|
def post_worksheet_cells_range_move_to( post_worksheet_cells_range_move_to_request, opts = {})
|
1788
1795
|
|
@@ -1790,7 +1797,7 @@ module AsposeCellsCloud
|
|
1790
1797
|
return data
|
1791
1798
|
end
|
1792
1799
|
|
1793
|
-
# Sets
|
1800
|
+
# Sets data sort around a range of cells.
|
1794
1801
|
|
1795
1802
|
def post_worksheet_cells_range_sort( post_worksheet_cells_range_sort_request, opts = {})
|
1796
1803
|
|
@@ -1823,7 +1830,6 @@ module AsposeCellsCloud
|
|
1823
1830
|
end
|
1824
1831
|
|
1825
1832
|
# Inserts a range of cells and shift cells according to the shift option.
|
1826
|
-
#
|
1827
1833
|
|
1828
1834
|
def put_worksheet_cells_range( put_worksheet_cells_range_request, opts = {})
|
1829
1835
|
|
@@ -1997,7 +2003,7 @@ module AsposeCellsCloud
|
|
1997
2003
|
return data
|
1998
2004
|
end
|
1999
2005
|
|
2000
|
-
# Update workbook's name.
|
2006
|
+
# Update workbook's name.
|
2001
2007
|
|
2002
2008
|
def post_workbook_name( post_workbook_name_request, opts = {})
|
2003
2009
|
|