Skip to content

Commit b9b3193

Browse files
committed
Release Aspose.Cells Cloud SDK 25.12.0
1 parent 18b4882 commit b9b3193

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

README.md

Lines changed: 4 additions & 13 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.11.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.12.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.11.0</version>
28+
<version>25.12.0</version>
2929
</dependency>
3030
</dependencies>
3131
```
@@ -100,22 +100,13 @@ 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.11.0
103+
## Feature & Enhancements in Version v25.12.0
104104

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

107107
|**Summary**|**Category**|
108108
| :- | :- |
109-
| Fix the APIs query parameters default for TextProcessingController. | Bug |
110-
| Fix the extract text API of the text processing controller | Bug |
111-
| Developing API functions for AI translation of Excel files | New Feature |
112-
| Fix SearchBrokenLinksInRemoteRange API route error. | Bug |
113-
| Supports positional character removal—delete from any index, any length. | New Feature |
114-
| Supports duplicate sub string removal—keep the first occurrence, drop the rest. | New Feature |
115-
| Refactored Split Text API: optimize delimiter parsing and on-demand position output. | Improvement |
116-
| Develop API functions for AI-powered translation of TXT articles. | New Feature |
117-
| Enhance format conversion by accepting full save-option settings via query parameters. | Improvement |
118-
| Enhanced format conversion with auto-fit support in Aspose.Cells Cloud Services 4.0. | Improvement |
109+
| Support split table of spreadsheet. | New Feature |
119110

120111
## Available SDKs
121112

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.11</version>
8+
<version>25.12</version>
99
<url>https://github.com/aspose-cells-cloud/aspose-cells-cloud-java</url>
1010
<scm>
1111
<connection>scm:git:git@github.com:aspose-cells-cloud/aspose-cells-cloud-java</connection>

0 commit comments

Comments
 (0)