aspose_cells_cloud 24.2.1 → 24.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +310 -89
  3. data/lib/aspose_cells_cloud/api/cells_api.rb +56 -0
  4. data/lib/aspose_cells_cloud/models/chart.rb +1 -1
  5. data/lib/aspose_cells_cloud/models/data_cleansing.rb +234 -0
  6. data/lib/aspose_cells_cloud/models/data_cleansing_request.rb +258 -0
  7. data/lib/aspose_cells_cloud/models/data_column_fill_value.rb +222 -0
  8. data/lib/aspose_cells_cloud/models/data_deduplication_request.rb +258 -0
  9. data/lib/aspose_cells_cloud/models/data_fill.rb +234 -0
  10. data/lib/aspose_cells_cloud/models/data_fill_request.rb +258 -0
  11. data/lib/aspose_cells_cloud/models/data_fill_value.rb +258 -0
  12. data/lib/aspose_cells_cloud/models/deduplication_region.rb +222 -0
  13. data/lib/aspose_cells_cloud/models/delete_incomplete_rows_request.rb +258 -0
  14. data/lib/aspose_cells_cloud/models/file_info.rb +3 -3
  15. data/lib/aspose_cells_cloud/models/workbook_settings.rb +1 -13
  16. data/lib/aspose_cells_cloud/requests/post_data_cleansing_request.rb +103 -0
  17. data/lib/aspose_cells_cloud/requests/post_data_deduplication_request.rb +103 -0
  18. data/lib/aspose_cells_cloud/requests/post_data_fill_request.rb +103 -0
  19. data/lib/aspose_cells_cloud/requests/post_delete_incomplete_rows_request.rb +103 -0
  20. data/lib/aspose_cells_cloud/requests/post_workbook_data_cleansing_request.rb +149 -0
  21. data/lib/aspose_cells_cloud/requests/post_workbook_data_deduplication_request.rb +149 -0
  22. data/lib/aspose_cells_cloud/requests/post_workbook_data_fill_request.rb +149 -0
  23. data/lib/aspose_cells_cloud/version.rb +1 -1
  24. data/lib/aspose_cells_cloud.rb +16 -0
  25. data/spec/api/data_processing_controller_spec.rb +73 -0
  26. metadata +30 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 357e8a5bf6af6255b540d576cae3f735a0beb2cc00ccfb6bc043e1fa7e6b8305
4
- data.tar.gz: 6439d7adbe4305d0c7e71b136085bb5847fbeec7b22e5028c04035749642a901
3
+ metadata.gz: aafed91fd5ad7d98ee6419cfba2ee2848b047fcdb51f54caa0b5af02a40e6848
4
+ data.tar.gz: c74e7fb34b6de9b7eef3ef31ad8c42acbf5a97207d239d6411919f319668ff8c
5
5
  SHA512:
6
- metadata.gz: 37a55a549be79b673578b56d5f6d732e45267e49001e52ed15e5773eda97327075aad480721685252adaea4712db10f2013715210edb4e9d447188097dcb1d67
7
- data.tar.gz: ba6f1395bed062042e7202c92f7a8ff6ccbd79cceb928d74f8574ef4618e1bc0a46252f83345a8447f665f3c9d41b311b70acfb5fbbf3527939d2e0938f03400
6
+ metadata.gz: 04a1a41e6b5b55714df4d68b779ac2a525f4b531820300b2d87533dbe9dc897f3f1c373bc750170a74e1a9cab7d43921e92369d52d32b95a743fc8261e583adf
7
+ data.tar.gz: 879f04967f923f4e9410015739d5cd63fc894509a6581390f59012b91b62c2911159b425d570ed4daa948670dcce0d2a98194466248e1b2d61e66efd24c398b1
data/README.md CHANGED
@@ -1,71 +1,83 @@
1
- ![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![Gem](https://img.shields.io/gem/v/aspose_cells_cloud) ![Gem](https://img.shields.io/gem/dt/aspose_cells_cloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-ruby)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-ruby/24.2.1)
1
+ ![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![Gem](https://img.shields.io/gem/v/aspose_cells_cloud) ![Gem](https://img.shields.io/gem/dt/aspose_cells_cloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-ruby)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-ruby/24.3)
2
2
 
3
3
 
4
- # Ruby SDK for Spreadsheet Processing in the Cloud
4
+ Aspose.Cells Cloud for Ruby enables you to handle various aspects of Excel files, including cell data, styles, formulas, charts, pivot tables, data validation, comments, drawing objects, images, hyperlinks, and so on. Additionally, it supports operations such as splitting, merging, repairing, and converting to other compatible file formats.
5
5
 
6
- Ruby Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Microsoft Excel® spreadsheet generation, manipulation, conversion & inspection features into your own applications.
7
6
 
8
- [Aspose.Cells Cloud SDK for Ruby](https://products.aspose.cloud/cells/ruby) offers Excel® file creation, editing, conversion, & rendering. Developers can format worksheets, rows, columns or cells to the most granular level, create & manipulate chart & pivot tables, render worksheets, charts and specific data ranges to PDF & images, add & calculate Excel's built-in and custom formulas and much more.
7
+ # Ruby package for Aspose.Cells Cloud
9
8
 
10
- ## Cloud Spreadsheet Processor in a Nutshell
9
+ Enhance your Ruby applications with the [Aspose.Cells Cloud](https://products.aspose.cloud/cells/ruby) , enabling seamless integration with [Excel, ODS, CSV, Json and other spreadsheet document formats](https://docs.aspose.cloud/cells/supported-file-formats/). With its powerful APIs, developers can effortlessly read, convert, create, edit, and manipulate the contents of Excel documents without the need for any office software installed on the machine.
11
10
 
12
- - Create Excel files via API or [Smart Markers](https://docs.aspose.cloud/cells/create-excel-workbook-from-a-smartmarker-template/).
13
- - [Create & refresh Pivot Tables](https://docs.aspose.cloud/cells/working-with-pivot-tables/) & Excel charts.
14
- - Split, merger, protect & un-protect spreadsheets.
15
- - Create & manipulate spark-lines & [conditional formatting](https://docs.aspose.cloud/cells/working-with-conditional-formatting/).
16
- - Convert charts, worksheets or data ranges to images or PDF.
17
- - Manage comments, bookmarks, OleObjects, hyperlinks & filters.
18
- - Set complex formulas & calculate results via API.
19
- - Set protection on workbook, worksheet, cell, column or row.
20
- - Create & manipulate named ranges.
21
- - Convert worksheets to PDF, XPS & SVG formats.
22
- - [Convert Excel files to popular formats](https://docs.aspose.cloud/cells/convert-excel-workbook-to-different-file-formats/).
11
+ ## Manipulate Excel and other spreadsheet files in the Cloud
23
12
 
13
+ - File Manipulation: Users can upload, download, delete, and manage Excel files stored in the cloud.
14
+ - Formatting: Supports formatting of cells, fonts, colors, and alignment modes in Excel files to cater to users' specific requirements.
15
+ - Data Processing: Powerful functions for data processing including reading, writing, modifying cell data, performing formula calculations, and formatting data.
16
+ - Formula Calculation: Built-in formula engine handles complex formula calculations in Excel and returns accurate results.
17
+ - Chart Manipulation: Users can create, edit, and delete charts from Excel files for data analysis and visualization needs.
18
+ - Table Processing: Offers robust processing capabilities for various form operations such as creation, editing, formatting, and conversion, meeting diverse form processing needs.
19
+ - Data Verification: Includes data verification function to set cell data type, range, uniqueness, ensuring data accuracy and integrity.
20
+ - Batch Processing: Supports batch processing of multiple Excel documents, such as batch format conversion, data extraction, and style application..
21
+ - Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
22
+ - Security Management: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data.
24
23
 
25
- ## Feature & Enhancements in Version 24.2.1
26
24
 
27
- Full list of issues covering all changes in this release:
28
-
29
- - Add the analyze excel api for analyze controller.
30
-
31
- ## Read & Write Spreadsheet Formats
32
-
33
- **Microsoft Excel:** XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM
34
- **OpenOffice:** ODS
35
- **SpreadsheetML:** XML
36
- **Text:** CSV, TSV, TXT (TabDelimited)
37
- **Web:** HTML, MHTML
38
-
39
- ## Save Spreadsheets As
40
-
41
- **Microsoft Excel:** XLS, XLSX, XLSB
42
- **OpenOffice:** ODS
43
- **SpreadsheetML:** XML
44
- **Text:** CSV, TSV, TXT (TabDelimited)
45
- **Web:** HTML, MHTML
46
- **Fixed Layout:** PDF, XPS
47
- **Images:** PNG, JPG, TIFF, SVG
48
- **Markdown:** MD
49
- **Other:** DIF
50
25
 
51
- ## Read Other Formats
26
+ ## Feature & Enhancements in Version 24.3
52
27
 
53
- SXC, FODS
54
-
55
- ## Integrated Storage API
56
-
57
- Since version 19.9, SDK includes support of storage operations for better user experience and unification. It gives you an ability to;
58
-
59
- - Upload, download, copy, move and delete files, including versions handling (if you are using Cloud storage that supports this feature - true by default).
60
- - Create, copy, move and delete folders.
61
- - Copy and move files and folders across separate storages in scope of a single operation.
62
- - Check if certain file, folder or storage exists.
63
-
64
- ## Get Started with Aspose.Cells Cloud SDK for Ruby
65
-
66
- First, you need to register an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) and get the application information.
28
+ Full list of issues covering all changes in this release:
67
29
 
68
- Next, execute the following command to get the latest Gem package.
30
+ - Support data deduplication.
31
+ - Support data filling.
32
+ - Support to delete incomplete rows.
33
+ - Support data cleansing.
34
+
35
+ ## Support file format
36
+
37
+ |**Format**|**Description**|**Load**|**Save**|
38
+ | :- | :- | :- | :- |
39
+ |[XLS](https://docs.fileformat.com/spreadsheet/xls/)|Excel 95/5.0 - 2003 Workbook.|√|√|
40
+ |[XLSX](https://docs.fileformat.com/spreadsheet/xlsx/)|Office Open XML SpreadsheetML Workbook or template file, with or without macros.|√|√|
41
+ |[XLSB](https://docs.fileformat.com/spreadsheet/xlsb/)|Excel Binary Workbook.|√|√|
42
+ |[XLSM](https://docs.fileformat.com/spreadsheet/xlsm/)|Excel Macro-Enabled Workbook.|√|√|
43
+ |[XLT](https://docs.fileformat.com/spreadsheet/xlt/)|Excel 97 - Excel 2003 Template.|√|√|
44
+ |[XLTX](https://docs.fileformat.com/spreadsheet/xltx/)|Excel Template.|√|√|
45
+ |[XLTM](https://docs.fileformat.com/spreadsheet/xltm/)|Excel Macro-Enabled Template.|√|√|
46
+ |[XLAM](https://docs.fileformat.com/spreadsheet/xlam/)|An Excel Macro-Enabled Add-In file that's used to add new functions to Excel.| |√|
47
+ |[CSV](https://docs.fileformat.com/spreadsheet/csv/)|CSV (Comma Separated Value) file.|√|√|
48
+ |[TSV](https://docs.fileformat.com/spreadsheet/tsv/)|TSV (Tab-separated values) file.|√|√|
49
+ |TabDelimited|Tab-delimited text file, same with TSV file.|√|√|
50
+ |[TXT](https://docs.fileformat.com/word-processing/txt/)|Delimited plain text file.|√|√|
51
+ |[HTML](https://docs.fileformat.com/web/html/)|HTML format.|√|√|
52
+ |[MHTML](https://docs.fileformat.com/web/mhtml/)|MHTML file.|√|√|
53
+ |[ODS](https://docs.fileformat.com/spreadsheet/ods/)|ODS (OpenDocument Spreadsheet).|√|√|
54
+ |SpreadsheetML|Excel 2003 XML file.|√|√|
55
+ |[Numbers](https://docs.fileformat.com/spreadsheet/numbers/)|The document is created by Apple's "Numbers" application which forms part of Apple's iWork office suite, a set of applications which run on the Mac OS X and iOS operating systems.|√||
56
+ |[JSON](https://docs.fileformat.com/web/json/)|JavaScript Object Notation|√|√|
57
+ |[DIF](https://docs.fileformat.com/spreadsheet/dif/)|Data Interchange Format.| |√|
58
+ |[PDF](https://docs.fileformat.com/pdf/)|Adobe Portable Document Format.| |√|
59
+ |[XPS](https://docs.fileformat.com/page-description-language/xps/)|XML Paper Specification Format.| |√|
60
+ |[SVG](https://docs.fileformat.com/page-description-language/svg/)|Scalable Vector Graphics Format.| |√|
61
+ |[TIFF](https://docs.fileformat.com/image/tiff/)|Tagged Image File Format| |√|
62
+ |[PNG](https://docs.fileformat.com/image/png/)|Portable Network Graphics Format| |√|
63
+ |[BMP](https://docs.fileformat.com/image/bmp/)|Bitmap Image Format| |√|
64
+ |[EMF](https://docs.fileformat.com/image/emf/)|Enhanced metafile Format| |√|
65
+ |[JPEG](https://docs.fileformat.com/image/jpeg/)|JPEG is a type of image format that is saved using the method of lossy compression.| |√|
66
+ |[GIF](https://docs.fileformat.com/image/gif/)|Graphical Interchange Format| |√|
67
+ |[MARKDOWN](https://docs.fileformat.com/word-processing/md/)|Represents a markdown document.| |√|
68
+ |[SXC](https://docs.fileformat.com/spreadsheet/sxc/)|An XML based format used by OpenOffice and StarOffice|√|√|
69
+ |[FODS](https://docs.fileformat.com/spreadsheet/fods/)|This is an Open Document format stored as flat XML.|√|√|
70
+ |[DOCX](https://docs.fileformat.com/word-processing/docx/)|A well-known format for Microsoft Word documents that is a combination of XML and binary files.||√|
71
+ |[PPTX](https://docs.fileformat.com/presentation/pptx/)|The PPTX format is based on the Microsoft PowerPoint open XML presentation file format.||√|
72
+
73
+
74
+ ## Quick Start Guide
75
+
76
+ To begin with Aspose.Cells Cloud, here's what you need to do:
77
+
78
+ 1. Sign up for an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) to obtain your application details.
79
+ 2. Install the Aspose.Cells Cloud Ruby Package from [RubyGems](https://rubygems.org/).
80
+ - execute the following command to get the latest Gem package.
69
81
 
70
82
  ```console
71
83
  gem 'aspose_cells_cloud', '~> 20.10'
@@ -77,43 +89,36 @@ or install directly
77
89
  gem install aspose_cells_cloud
78
90
  ```
79
91
 
80
- ## Delete Row from a Worksheet via Ruby Code
92
+ 3. Use the conversion code provided below as a reference to add or modify your application.
81
93
 
82
94
  ```ruby
83
- class Row
84
-
85
- include AsposeCellsCloud
86
-
87
- def initialize
88
- #Get Client Secret and Client Id from https://cloud.aspose.com
89
- @instance = AsposeCellsCloud::CellsApi.new($client_id,$client_secret,"v3.0")
90
- end
91
-
92
- def upload_file(file_name)
93
- remote_folder = 'TestData/In'
94
- local_name = 'Book1.xlsx'
95
- remote_name = 'Book1.xlsx'
96
- mapFiles = { }
97
- mapFiles[local_name] = ::File.open(File.expand_path("TestData/"+local_name),"r")
98
- uploadrequest = AsposeCellsCloud::UploadFileRequest.new( { :UploadFiles=>mapFiles,:path=>remote_folder })
99
- @instance.upload_file(uploadrequest)
100
- end
101
-
102
- # Delete worksheet row.
103
- def delete_worksheet_row
104
- remote_folder = 'TestData/In'
105
- remote_name = 'Book1.xlsx'
106
- request = AsposeCellsCloud::DeleteWorksheetRowRequest.new(:name=>remote_name,:sheetName=>'Sheet1',:rowIndex=>1,:folder=>remote_folder,:storageName=>'');
107
- @instance.delete_worksheet_row(request);
108
- end
109
-
110
- end
111
-
112
- row = Row.new()
113
- puts row.delete_worksheet_row
95
+ require 'openssl'
96
+ require 'bundler'
97
+ require 'aspose_cells_cloud'
98
+
99
+ @instance = AsposeCellsCloud::CellsApi.new(ENV['CellsCloudClientId'], ENV['CellsCloudClientSecret'],'v3.0',ENV['CellsCloudApiBaseUrl'])
100
+
101
+ remote_folder = 'TestData/In'
102
+
103
+ local_name = 'Book1.xlsx'
104
+ remote_name = 'Book1.xlsx'
105
+
106
+ format = "csv"
107
+
108
+
109
+ mapFiles = { }
110
+ mapFiles = { }
111
+ mapFiles[local_name] = ::File.open(File.expand_path("TestData/"+local_name),"r")
112
+
113
+ uploadrequest = AsposeCellsCloud::UploadFileRequest.new( { :UploadFiles=>mapFiles,:path=>remote_folder })
114
+ @instance.upload_file(uploadrequest)
115
+ mapFiles[local_name]= ::File.open(File.expand_path("TestData/"+local_name),"r")
116
+ request = AsposeCellsCloud::PutConvertWorkbookRequest.new(:File=>mapFiles,:format=>format);
117
+ @instance.put_convert_workbook(request);
118
+
114
119
  ```
115
120
 
116
- ## Aspose.Cells Cloud SDKs in Popular Languages
121
+ ## Aspose.Cells Cloud in Popular Languages
117
122
 
118
123
  | .NET | Java | PHP | Python | Node.js | Android | Swift | Perl | GO |
119
124
  |---|---|---|---|---|---|---|---|---|
@@ -121,3 +126,219 @@ puts row.delete_worksheet_row
121
126
  | [NuGet](https://www.nuget.org/packages/Aspose.Cells-Cloud/) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells-cloud) | [Composer](https://packagist.org/packages/aspose/cells-sdk-php) | [PIP](https://pypi.org/project/asposecellscloud/) | [NPM](https://www.npmjs.com/package/asposecellscloud) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells-cloud-android) | [POD](https://cocoapods.org/pods/AsposeCellsCloud) | [CPAN](https://metacpan.org/release/AsposeCellsCloud-CellsApi) | [GO](https://pkg.go.dev/github.com/aspose-cells-cloud/aspose-cells-cloud-go/v20?tab=overview) |
122
127
 
123
128
  [Product Page](https://products.aspose.cloud/cells/ruby) | [Documentation](https://docs.aspose.cloud/cells/) | [Live Demo](https://products.aspose.app/cells/family) | [API Reference](https://apireference.aspose.cloud/cells/) | [Code Samples](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/tree/master/spec) | [Blog](https://blog.aspose.cloud/category/cells/) | [Free Support](https://forum.aspose.cloud/c/cells) | [Free Trial](https://dashboard.aspose.cloud/#/apps)
129
+
130
+ # Release history version
131
+
132
+ ## Enhancements in Version 24.2.1
133
+
134
+ - Support data deduplication.
135
+
136
+ ## Enhancements in Version 24.1.1
137
+
138
+ - Fixed spelling mistakes for several functions.
139
+ - Add the PostFitTallToPages method for page setup controller.
140
+ - Add the PostFitWideToPages method for page setup controller.
141
+ - Optimize save options about paginated.
142
+
143
+ ## Enhancements in Version 23.12.0
144
+
145
+ - Conversion APIs add region parameter.
146
+ - Protection APIs add region parameter.
147
+ - Assemble data API adds region parameter.
148
+ - Merge files API adds region parameter.
149
+ - Split files API adds region parameter.
150
+ - Import data API adds region parameter.
151
+ - Watermark API adds region parameter.
152
+ - Clear object API adds region parameter.
153
+ - Reverse data API adds region parameter.
154
+ - Rotate data API adds region parameter.
155
+
156
+ ## Enhancements in Version 23.11
157
+
158
+ - Optimize import xml data into Excel file.
159
+ - Optimize import json data into Excel file.
160
+ - Remove deprecated functions, class and test case.
161
+
162
+ ## Enhancements in Version 23.10
163
+
164
+ - Fix protect workbook request.
165
+ - Fix range copy API.
166
+ - Optimize workbook protect API.
167
+
168
+ ## Enhancements in Version 23.9
169
+
170
+ - Support to data sorting on range controller.
171
+ - Support to remove duplicate data on list object.
172
+ - Support to insert slicer for list object.
173
+ - Optimize list object and related objects.
174
+
175
+ ## Enhancements in Version 23.8
176
+
177
+ - Support to lock API.
178
+ - Optimize protect API.
179
+
180
+ ## Enhancements in Version 23.7
181
+
182
+ - Support to repair API.
183
+ - Remove GetExtractBarcodes API.
184
+
185
+ ## Enhancements in Version 23.6
186
+
187
+ - Support to batch lock multi-files.
188
+ - Support to batch unlock multi-files.
189
+ - Support to protect lock multi-files.
190
+ - Support to split lock multi-files.
191
+ - Fix put document property api.
192
+
193
+ ## Enhancements in Version 23.5
194
+
195
+ - Fix few method names for spelling error.
196
+
197
+ ## Enhancements in Version 23.4
198
+
199
+ -Add import xml data api.
200
+ -Add export xml data api.
201
+
202
+ ## Enhancements in Version 23.3
203
+
204
+ - Adopt the new model.
205
+
206
+ ## Enhancements in Version 22.12
207
+
208
+ - Support chart axis operations.
209
+
210
+ ## Enhancements in Version 22.11
211
+
212
+ - Add api for converting workbook to json.
213
+ - Add api for converting workbook to sql.
214
+ - Add api for converting workbook to csv.
215
+
216
+ ## Enhancements in Version 22.10
217
+
218
+ - Add api for converting workbook to pptx.
219
+ - Add api for converting workbook to html.
220
+ - Add api for converting workbook to markdown.
221
+
222
+ ## Enhancements in Version 22.9
223
+
224
+ - Add api for converting workbook to png.
225
+ - Add api for converting workbook to pdf.
226
+ - Add api for converting workbook to docx
227
+
228
+ ## Enhancements in Version 22.8
229
+
230
+ - Support transposing Excel Rows to Columns.
231
+
232
+ ## Enhancements in Version 22.7
233
+
234
+ - Add 4 kinds of Save Option.
235
+ - Add the checkExcelRestriction parameter for multiple APIs.
236
+
237
+ ## Enhancements in Version 22.5
238
+
239
+ - Add a new API for getting barcode description.
240
+
241
+ ## Enhancements in Version 22.4
242
+
243
+ - Export API adds extended query parameters.
244
+ - Convert API adds extended query parameters.
245
+ - SaveAs API adds extended query parameters.
246
+ - Get Workbook API adds extended query parameters.
247
+
248
+ ## Enhancements in Version 22.3
249
+
250
+ -Add new API about adding digital signature for cloud file.
251
+
252
+ ## Enhancements in Version 22.2
253
+
254
+ - Update return value for the DeleteUnprotectWorksheet API on Aspose.Cells Cloud.
255
+ - Update return value for the PutProtectWorksheet API on Aspose.Cells Cloud.
256
+ - Update return value for the PostSetCellHtmlString API on Aspose.Cells Cloud.
257
+ - Update return value for the PostUpdateWorksheetProperty API on Aspose.Cells Cloud.
258
+
259
+ ## Enhancements in Version 22.1
260
+
261
+ - SaveAs API add the parameter of target storage name.
262
+ - Workbok merged API add the parameter of merged file storage name.
263
+ - Workbok split API add the parameter of target storage name
264
+ - Workbok smart marker API add the parameter of output storage name.
265
+ - Batch convert API add the parameters of intput and output storage name.
266
+ - Remove AutoshapesController from Aspose.Cells Cloud.
267
+ - Rename LiteCellsApi to LightCellsApi.
268
+
269
+ ## Enhancements in Version 21.12
270
+
271
+ - Improvement for conversion API.
272
+ - Improvement for batch data import to support to set cell formula.
273
+ - Improvement for setting row height and column wight to support to set multi-rows and multi-columns.
274
+ - Support to set cell formula in batch data import.
275
+ - Add a new API for updating the list column.
276
+ - Add a new API for reversing columns and rows.
277
+ - Add new APIs for grouping and ungrouping shapes.
278
+
279
+ ## Enhancements in Version 21.11
280
+
281
+ - Add new API for workbook get page count on Aspose.Cells Cloud.
282
+ - Add new API for worksheet get page count on Aspose.Cells Cloud.
283
+ - Add new API for compress excel file on Aspose.Cells Cloud.
284
+ - Add new feature for replace API.
285
+
286
+ ## Enhancements in Version 21.10
287
+
288
+ - Add new API for support delete multiple worksheets in a single call.
289
+ - Add new API for supports batch convert excel files.
290
+
291
+ ## Enhancements in Version 21.9
292
+
293
+ - Correct the return type of the following REST APIs.
294
+
295
+ ## Enhancements in Version 21.8
296
+
297
+ - Improvement for getting list object Api.
298
+ - Add import Api.
299
+
300
+ ## Enhancements in Version 21.7
301
+
302
+ - Fix search API.
303
+ - Fix split API.
304
+
305
+ ## Enhancements in Version 21.6
306
+
307
+ - Improvement document properties.
308
+ - Update the return value of put/post/delete.
309
+ - Improvement export API.
310
+ - Improve split API.
311
+ - Improve merge API.
312
+ - Improve unlock API.
313
+ - Improve protected API.
314
+ - Improve watermark API.
315
+
316
+ ## Enhancements in Version 21.5
317
+
318
+ - Support autofit columns for workbook and worksheet.
319
+ - Improve add and post row/column APIs.
320
+ - Improve Task APIs.
321
+
322
+ ## Enhancements in Version 21.1
323
+
324
+ - Support to convert worksheet on task API
325
+ - Support to add and delete cell or range in worksheet.
326
+
327
+ ## Enhancements in Version 20.11
328
+
329
+ - Support Aspose.Cells Cloud for Docker.
330
+
331
+ ## Enhancements in Version 20.10
332
+
333
+ - Support to upload large file.
334
+
335
+ ## Enhancements in Version 20.9
336
+
337
+ - Support sparkline groups.
338
+ - Add API about updating pivot field.
339
+
340
+ ## Enhancements in Version 20.8
341
+
342
+ - Aspose.Cells Cloud API calls are not working with explicit storage name but only default storage.
343
+ - Get output file size without downloading during conversion.
344
+ - Enhancement for CellsShapesPutWorksheetShape API.
@@ -969,6 +969,62 @@ module AsposeCellsCloud
969
969
  return data
970
970
  end
971
971
 
972
+ # Data cleaning of spreadsheet files is a data management process used to identify, correct, and remove errors, incompleteness, duplicates, or inaccuracies in tables and ranges.
973
+
974
+ def post_workbook_data_cleansing( post_workbook_data_cleansing_request, opts = {})
975
+
976
+ data, _status_code, _headers = post_workbook_data_cleansing_request.create_http_request(@api_client,opts )
977
+ return data
978
+ end
979
+
980
+ # Data cleansing of spreadsheet files is a data management process used to identify, correct, and remove errors, incompleteness, duplicates, or inaccuracies in tables and ranges.
981
+
982
+ def post_data_cleansing( post_data_cleansing_request, opts = {})
983
+
984
+ data, _status_code, _headers = post_data_cleansing_request.create_http_request(@api_client,opts )
985
+ return data
986
+ end
987
+
988
+ # Data deduplication of spreadsheet files is mainly used to eliminate duplicate data in tables and ranges.
989
+
990
+ def post_workbook_data_deduplication( post_workbook_data_deduplication_request, opts = {})
991
+
992
+ data, _status_code, _headers = post_workbook_data_deduplication_request.create_http_request(@api_client,opts )
993
+ return data
994
+ end
995
+
996
+ # Data deduplication of spreadsheet files is mainly used to eliminate duplicate data in tables and ranges.
997
+
998
+ def post_data_deduplication( post_data_deduplication_request, opts = {})
999
+
1000
+ data, _status_code, _headers = post_data_deduplication_request.create_http_request(@api_client,opts )
1001
+ return data
1002
+ end
1003
+
1004
+ # Data filling for spreadsheet files is primarily used to fill empty data in tables and ranges.
1005
+
1006
+ def post_workbook_data_fill( post_workbook_data_fill_request, opts = {})
1007
+
1008
+ data, _status_code, _headers = post_workbook_data_fill_request.create_http_request(@api_client,opts )
1009
+ return data
1010
+ end
1011
+
1012
+ # Data filling for spreadsheet files is primarily used to fill empty data in tables and ranges.
1013
+
1014
+ def post_data_fill( post_data_fill_request, opts = {})
1015
+
1016
+ data, _status_code, _headers = post_data_fill_request.create_http_request(@api_client,opts )
1017
+ return data
1018
+ end
1019
+
1020
+ # Deleting incomplete rows of spreadsheet files is mainly used to eliminate incomplete rows in tables and ranges.
1021
+
1022
+ def post_delete_incomplete_rows( post_delete_incomplete_rows_request, opts = {})
1023
+
1024
+ data, _status_code, _headers = post_delete_incomplete_rows_request.create_http_request(@api_client,opts )
1025
+ return data
1026
+ end
1027
+
972
1028
  # Retrieve descriptions of hyperlinks in the worksheet.
973
1029
 
974
1030
  def get_worksheet_hyperlinks( get_worksheet_hyperlinks_request, opts = {})
@@ -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
- #Gets and sets the name of the chart.
68
+ #
69
69
  attr_accessor :name
70
70
  #Gets a collection representing the data series in the chart.
71
71
  attr_accessor :n_series