Skip to content

Commit 7796ff7

Browse files
committed
Release Aspose.Cells Cloud SDK 24.5.0
1 parent 6e95496 commit 7796ff7

File tree

315 files changed

+899
-1171
lines changed

Some content is hidden

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

315 files changed

+899
-1171
lines changed

README.md

Lines changed: 9 additions & 3 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.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.5)
22

33
# Java package for Aspose.Cells Cloud
44

@@ -17,11 +17,13 @@ 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.4.0
20+
## Feature & Enhancements in Version 24.5
2121

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

24-
- Support data transformation function for Aspose.Cells Cloud Services.
24+
- Add merge queries method for loading data of data transformation.
25+
- Optimize chart data model.
26+
- Update obtaining access token address.
2527

2628
## Support file format
2729

@@ -110,6 +112,10 @@ File response = cellsApi.putConvertWorkbook(request);
110112

111113
# Release history version
112114

115+
## Enhancements in Version 24.4
116+
117+
- Support data transformation function for Aspose.Cells Cloud Services.
118+
113119
## Enhancements in Version 24.3
114120

115121
- Support data deduplication.

docs/model/analyze-excel-response.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/model/analyze-suggestion.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/model/analyzed-column-description.md

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

3-
How to use the properties of each column: currently divided into timeline, product line, numerical statistics line How to present the product, a unified plan How to solve the problem of full digital? Full text How to solve it? Two columns: Text, Number is the easiest Three columns: Text, Text, Number text, number, number --- date date ; Date Numeric ; Numeric Digital What about four columns, five columns?
3+
Represents description of analyzed column.
44

55
## **Properties**
66

docs/model/analyzed-result.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# **analyzedResult**
22

3-
3+
Represents results of analyzed data.
44

55
## **Properties**
66

77
| Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description |
88
| :- | :- | :- |:- | :- | :- |
9-
|Filename|String|true|false | ||
10-
|Description|String|true|false | ||
11-
|BasicStatistics|Class|true|false | ||
12-
|Results|Container|true|false | ||
9+
|Filename|String|true|false | |Represents the file name of data file.|
10+
|Description|String|true|false | |Represents summary about results of analyzed data.|
11+
|BasicStatistics|Class|true|false | |Represents Excel data statistics.|
12+
|Results|Container|true|false | |Represents analyzed table description.|
1313
|SuggestedFile|String|true|false | |base64String Excel file|
1414

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# **analyzedTableDescription**
22

3-
3+
Represents analyzed table description.
44

55
## **Properties**
66

77
| Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description |
88
| :- | :- | :- |:- | :- | :- |
9-
|Name|String|true|false | ||
10-
|SheetName|String|true|false | ||
11-
|Columns|Container|true|false | ||
12-
|DateColumns|Container|true|false | ||
13-
|NumberColumns|Container|true|false | ||
14-
|TextColumns|Container|true|false | ||
15-
|ExceptionColumns|Container|true|false | ||
16-
|HasTableHeaderRow|Boolean|true|false | ||
17-
|HasTableTotalRow|Boolean|true|false | ||
18-
|StartDataColumnIndex|Integer|true|false | ||
19-
|EndDataColumnIndex|Integer|true|false | ||
20-
|StartDataRowIndex|Integer|true|false | ||
21-
|EndDataRowIndex|Integer|true|false | ||
22-
|Thumbnail|String|true|false | |Base64String|
23-
|DiscoverCharts|Container|true|false | ||
24-
|DiscoverPivotTables|Container|true|false | ||
9+
|Name|String|true|false | |Represents table name.|
10+
|SheetName|String|true|false | |Represents worksheet name which is where the table is located.|
11+
|Columns|Container|true|false | |Represents analyzed description about table columns.|
12+
|DateColumns|Container|true|false | |Represents date columns list.|
13+
|NumberColumns|Container|true|false | |Represents number columns list.|
14+
|TextColumns|Container|true|false | |Represents string columns list.|
15+
|ExceptionColumns|Container|true|false | |Represents exception columns list.|
16+
|HasTableHeaderRow|Boolean|true|false | |Represents there is a table header in the table.|
17+
|HasTableTotalRow|Boolean|true|false | |Represents there is a total row in the table.|
18+
|StartDataColumnIndex|Integer|true|false | |Represents the column index as the start data column.|
19+
|EndDataColumnIndex|Integer|true|false | |Represents the column index as the end data column.|
20+
|StartDataRowIndex|Integer|true|false | |Represents the row index as the start data row.|
21+
|EndDataRowIndex|Integer|true|false | |Represents the row index as the end data row.|
22+
|Thumbnail|String|true|false | |Represents table thumbnail. Base64String|
23+
|DiscoverCharts|Container|true|false | |Represents a collection of charts, which is a collection of charts created based on data analysis of a table.|
24+
|DiscoverPivotTables|Container|true|false | |Represents a collection of pivot tables, which is a collection of pivot tables created based on data analysis of a table.|
2525

docs/model/arc-shape-response.md

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

3-
3+
Represents the ArcShape Response.
44

55
## **Properties**
66

docs/model/arc-shape.md

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

3-
3+
Represents the arc shape.
44

55
## **Properties**
66

docs/model/area.md

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

3-
3+
Encapsulates the object that represents an area format.
44

55
## **Properties**
66

docs/model/auto-filter-response.md

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

3-
3+
Represents the AutoFilter Response.
44

55
## **Properties**
66

0 commit comments

Comments
 (0)