Skip to content

Commit 3eb093c

Browse files
committed
Release Aspose.Cells Cloud SDK 25.9.0
1 parent 400bf43 commit 3eb093c

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK%20for%20Java-v25.8.0-green?style=for-the-badge&logo=java)[![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/java/) [![Documentation](https://img.shields.io/badge/Documentation-388e3c?style=for-the-badge&logo=Hugo&logoColor=white)](https://docs.aspose.cloud/cells/) [![API Ref](https://img.shields.io/badge/Reference-f39c12?style=for-the-badge&logo=html5&logoColor=white)](https://reference.aspose.cloud/cells/) [![Examples](https://img.shields.io/badge/Examples-1565c0?style=for-the-badge&logo=Github&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java/tree/main/examples) [![Blog](https://img.shields.io/badge/Blog-d32f2f?style=for-the-badge&logo=WordPress&logoColor=white)](https://blog.aspose.cloud/categories/aspose.cells-cloud-product-family/) [![Support](https://img.shields.io/badge/Support-7b1fa2?style=for-the-badge&logo=Discourse&logoColor=white)](https://forum.aspose.cloud/c/cells/7) [![License](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-java?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java/blob/master/LICENSE)
1+
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK%20for%20Java-v25.9.0-green?style=for-the-badge&logo=java)[![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/java/) [![Documentation](https://img.shields.io/badge/Documentation-388e3c?style=for-the-badge&logo=Hugo&logoColor=white)](https://docs.aspose.cloud/cells/) [![API Ref](https://img.shields.io/badge/Reference-f39c12?style=for-the-badge&logo=html5&logoColor=white)](https://reference.aspose.cloud/cells/) [![Examples](https://img.shields.io/badge/Examples-1565c0?style=for-the-badge&logo=Github&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java/tree/main/examples) [![Blog](https://img.shields.io/badge/Blog-d32f2f?style=for-the-badge&logo=WordPress&logoColor=white)](https://blog.aspose.cloud/categories/aspose.cells-cloud-product-family/) [![Support](https://img.shields.io/badge/Support-7b1fa2?style=for-the-badge&logo=Discourse&logoColor=white)](https://forum.aspose.cloud/c/cells/7) [![License](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-java?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java/blob/master/LICENSE)
22

33
Aspose.Cells Cloud SDK for Java 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.
44

@@ -22,7 +22,7 @@ To get started with Aspose.Cells Cloud for Java, follow these steps:
2222
<dependency>
2323
<groupId>com.aspose</groupId>
2424
<artifactId>aspose-cells-cloud</artifactId>
25-
<version>25.8.0</version>
25+
<version>25.9.0</version>
2626
</dependency>
2727
</dependencies>
2828
```
@@ -97,21 +97,15 @@ File response = cellsApi.putConvertWorkbook(request);
9797
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
9898
- 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.
9999

100-
## Feature & Enhancements in Version v25.8.0
100+
## Feature & Enhancements in Version v25.9.0
101101

102102
Full list of issues covering all changes in this release:
103103

104104
|**Summary**| **Category** |
105105
| :- |:-------------|
106-
| Support of Authorization in Aspose.Cells Cloud Docker Container | New Feature |
107-
| New Feature: Aggregate cells by color in CalculateController. | New Feature |
108-
| New Feature: Math Calculations in CalculateController. | New Feature |
109-
| New Feature: Adding/Deleting/Renaming worksheet in ManagementController. | New Feature |
110-
| New Feature: Adding/Deleting worksheet in ManagementController. | New Feature |
111-
| New Feature: create spreadsheet in ManagementController. | New Feature |
112-
| New feature: Redesign the data import into the Spreadsheet. | New Feature |
113-
| New feature: Swap data ranges in the spreadsheet. | New Feature |
114-
| Fix the code generator of the cells cloud SDK specification for the enum query parameter. | Bug |
106+
| Support trim spreadsheet content in Cells Cloud 4.0. | Improvement |
107+
| Support trim worksheet range content in Cells Cloud 4.0. | Improvement |
108+
| Fix few issues about spelling error. | Bug |
115109

116110
## Available SDKs
117111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>aspose-cells-cloud</artifactId>
66
<packaging>jar</packaging>
77
<name>aspose-cells-cloud</name>
8-
<version>25.8</version>
8+
<version>25.9</version>
99
<url>https://github.com/aspose-cells-cloud/aspose-cells-cloud-java</url>
1010
<scm>
1111
<connection>scm:git:[email protected]:aspose-cells-cloud/aspose-cells-cloud-java</connection>

0 commit comments

Comments
 (0)