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
Copy file name to clipboardExpand all lines: HistoryVersion.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,39 @@
1
1
# Release History Version
2
2
3
+
## Feature & Enhancements in Version 25.8
4
+
5
+
Full list of issues covering all changes in this release:
6
+
7
+
|**Summary**|**Category**|
8
+
| :- | :- |
9
+
| Support of Authorization in Aspose.Cells Cloud Docker Container | New Feature |
10
+
| New Feature: Aggregate cells by color in CalculateController. | New Feature |
11
+
| New Feature: Math Calculations in CalculateController. | New Feature |
12
+
| New Feature: Adding/Deleting/Renaming worksheet in ManagementController. | New Feature |
13
+
| New Feature: Adding/Deleting worksheet in ManagementController. | New Feature |
14
+
| New Feature: create spreadsheet in ManagementController. | New Feature |
15
+
| New feature: Redesign the data import into the Spreadsheet. | New Feature |
16
+
| New feature: Swap data ranges in the spreadsheet. | New Feature |
17
+
| Fix the code generator of the cells cloud SDK specification for the enum query parameter. | Bug |
18
+
19
+
## Feature & Enhancements in Version 25.7
20
+
21
+
|**Summary**|**Category**|
22
+
| :- |:-------------|
23
+
| Optimize operate scope options for extProcessingController.| Improvement |
24
+
| Add protect/unprotect spreadsheet APIs.| New Feature |
25
+
| Add convert worksheet/table/range to other formats. | New Feature |
26
+
27
+
## Feature & Enhancements in Version 25.6
28
+
29
+
|**Summary**|**Category**|
30
+
| :- |:-------------|
31
+
| Optimize the upload file API | Improvement |
32
+
| Support delete blank rows, columns, and worksheets. | New Feature |
33
+
| Optimize search context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
34
+
| Optimize search broken links for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
35
+
| Optimize replace context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
36
+
3
37
## Feature & Enhancements in Version 25.5
4
38
5
39
- Add the new API for getting the public key for encrypting the password.
Aspose.Cells Cloud SDK for Go empowers developers to programmatically manage Excel files with precision. This comprehensive Go 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
@@ -101,36 +101,34 @@ go run main.go
101
101
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
102
102
- 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.
103
103
104
-
## Feature & Enhancements in Version v25.6.0
104
+
## Feature & Enhancements in Version v25.9.0
105
105
106
106
Full list of issues covering all changes in this release:
107
107
108
-
|**Summary**|**Category**|
109
-
| :- |:-------------|
110
-
| Optimize the upload file API | Improvement |
111
-
| Support delete blank rows, columns, and worksheets. | New Feature |
112
-
| Optimize search context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
113
-
| Optimize search broken links for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
114
-
| Optimize replace context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
108
+
|**Summary**|**Category**|
109
+
| :- | :- |
110
+
| Support trim spreadsheet content in Cells Cloud 4.0. | Improvement |
111
+
| Support trim worksheet range content in Cells Cloud 4.0. | Improvement |
112
+
| Fix few issues about spelling error. | Bug |
115
113
116
114
## Available SDKs
117
115
118
116
The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments.
0 commit comments