Skip to content

Commit 09bf9a0

Browse files
committed
Release Aspose.Cells Cloud SDK 25.10.0
1 parent 55ec3b3 commit 09bf9a0

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

README.md

Lines changed: 13 additions & 8 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.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)
1+
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK%20for%20Java-v25.10.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 empowers developers to programmatically manage Excel files with precision. This comprehensive Java library supports advanced Excel operations like cell data formatting, dynamic formulas, pivot tables, conditional styling, charts, hyperlinks, comments, and data validation. It also enables seamless Excel file conversion (XLSX, CSV, PDF, ODS), document splitting/merging, and file repair. Designed for cloud integration, this API-first solution accelerates spreadsheet automation while ensuring data integrity across platforms like AWS, Azure, and Google Cloud.
44
# Java SDK package for Aspose.Cells Cloud
@@ -25,7 +25,7 @@ To get started with Aspose.Cells Cloud for Java, follow these steps:
2525
<dependency>
2626
<groupId>com.aspose</groupId>
2727
<artifactId>aspose-cells-cloud</artifactId>
28-
<version>25.9.0</version>
28+
<version>25.10.0</version>
2929
</dependency>
3030
</dependencies>
3131
```
@@ -100,15 +100,20 @@ File response = cellsApi.putConvertWorkbook(request);
100100
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
101101
- 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.
102102

103-
## Feature & Enhancements in Version v25.9.0
103+
## Feature & Enhancements in Version v25.10.0
104104

105105
Full list of issues covering all changes in this release:
106106

107-
|**Summary**| **Category** |
108-
| :- |:-------------|
109-
| Support trim spreadsheet content in Cells Cloud 4.0. | Improvement |
110-
| Support trim worksheet range content in Cells Cloud 4.0. | Improvement |
111-
| Fix few issues about spelling error. | Bug |
107+
|**Summary**|**Category**|
108+
| :- | :- |
109+
| Optimize data Transform API: replace delete with remove. | Improvement |
110+
| Support to update the spreadsheet content words case in Cells Cloud 4.0. | Improvement |
111+
| Support to remove characters from spreadsheet content in Cells Cloud 4.0. | Improvement |
112+
| Support to add text for spreadsheet content in Cells Cloud 4.0. | Improvement |
113+
| Support to convert text for spreadsheet content in Cells Cloud 4.0. | Improvement |
114+
| Support to extract text for spreadsheet content in Cells Cloud 4.0. | Improvement |
115+
| Support to extract text for spreadsheet content in Cells Cloud 4.0. | Improvement |
116+
| Support to split text for spreadsheet content in Cells Cloud 4.0. | Improvement |
112117

113118
## Available SDKs
114119

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.9</version>
8+
<version>25.10</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)