Skip to content

Commit 6e95496

Browse files
committed
Release Aspose.Cells Cloud SDK 24.4.0
1 parent f7d50d8 commit 6e95496

File tree

73 files changed

+1834
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1834
-43
lines changed

Examples/Example_PostWorkbookImportXML.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ public void Run(){
5252
request.setName(remoteName);
5353

5454
ImportXMLRequest importXMLRequest = new ImportXMLRequest();
55-
FileSource xMLFileSource = new FileSource();
56-
xMLFileSource.setFileSourceType("CloudFileSystem");
55+
DataSource xMLFileSource = new DataSource();
56+
xMLFileSource.setDataSourceType("CloudFileSystem");
5757

5858

59-
xMLFileSource.setFilePath(remoteFolder + "/data.xml");
59+
xMLFileSource.setDataPath(remoteFolder + "/data.xml");
6060

6161
importXMLRequest.setXMLFileSource(xMLFileSource);
6262

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-java)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-java/24.3)
1+
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-java)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-java/24.4)
22

33
# Java package for Aspose.Cells Cloud
44

@@ -17,14 +17,11 @@ Enhance your Java applications with the [Aspose.Cells Cloud](https://products.as
1717
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
1818
- 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.
1919

20-
## Feature & Enhancements in Version 24.3
20+
## Feature & Enhancements in Version 24.4.0
2121

2222
Full list of issues covering all changes in this release:
2323

24-
- Support data deduplication.
25-
- Support data filling.
26-
- Support to delete incomplete rows.
27-
- Support data cleansing.
24+
- Support data transformation function for Aspose.Cells Cloud Services.
2825

2926
## Support file format
3027

@@ -113,6 +110,13 @@ File response = cellsApi.putConvertWorkbook(request);
113110

114111
# Release history version
115112

113+
## Enhancements in Version 24.3
114+
115+
- Support data deduplication.
116+
- Support data filling.
117+
- Support to delete incomplete rows.
118+
- Support data cleansing.
119+
116120
## Enhancements in Version 24.2.1
117121

118122
- Support data deduplication.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# **postDataTransformation API**
2+
3+
Transform spreadsheet data is mainly used to pivot columns, unpivot columns.
4+
5+
```bash
6+
7+
POST http://api.aspose.cloud/v3.0//cells/datatransformation
8+
9+
```
10+
11+
## The request parameters of **postDataTransformation** API are:
12+
13+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14+
| :- | :- | :- |:- |
15+
|dataTransformationRequest|Class|Body||
16+
17+
18+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/DataProcessingController/PostDataTransformation) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

docs/model/analyze-excel-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **analyzeExcelResponse**
22

3-
3+
Represents
44

55
## **Properties**
66

docs/model/auto-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **autoFilter**
22

3-
3+
Represents autofiltering for the specified worksheet.
44

55
## **Properties**
66

docs/model/cell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **cell**
22

3-
3+
Encapsulates the object that represents a single Workbook cell.
44

55
## **Properties**
66

docs/model/cells-object-operate-task-parameter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
| :- | :- | :- |:- | :- | :- |
99
|OperateObject|Class|true|false | ||
1010
|OperateParameter|Class|true|false | ||
11+
|DestinatioDataSource|Class|true|false | ||
1112
|DestinationWorkbook|Class|true|false | ||
1213

docs/model/cells.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **cells**
22

3-
3+
Encapsulates a collection of cell relevant objects, such as Aspose.Cells.Cell, Aspose.Cells.Row, ...etc.
44

55
## **Properties**
66

docs/model/columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **columns**
22

3-
3+
Columns
44

55
## **Properties**
66

docs/model/convert-task-parameter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
| Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description |
88
| :- | :- | :- |:- | :- | :- |
9+
|DataSource|Class|true|false | ||
910
|Workbook|Class|true|false | ||
1011
|DestinationFile|String|true|false | ||
1112
|Region|String|true|false | ||

0 commit comments

Comments
 (0)