You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
# Java SDK package for Aspose.Cells Cloud
@@ -25,7 +25,7 @@ To get started with Aspose.Cells Cloud for Java, follow these steps:
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
101
101
- 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.
102
102
103
-
## Feature & Enhancements in Version v25.10.0
103
+
## Feature & Enhancements in Version v25.11.0
104
104
105
105
Full list of issues covering all changes in this release:
106
106
107
107
|**Summary**|**Category**|
108
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 |
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 |
0 commit comments