Skip to content

Commit a9a128d

Browse files
committed
ISSUE-CELLSCLOUD-13424: Development of cells cloud sdk 25.9.
1 parent fb6a0c9 commit a9a128d

File tree

132 files changed

+1783
-47636
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+1783
-47636
lines changed

HistoryVersion.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release History Version
22

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+
319
## Feature & Enhancements in Version 25.7
420

521
|**Summary**| **Category** |

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-v25.8.0-green?style=for-the-badge&logo=go)[![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/go/) [![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-go/tree/master/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-go?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-go/blob/master/LICENSE)
1+
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-v25.9.0-green?style=for-the-badge&logo=go)[![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/go/) [![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-go/tree/master/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-go?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-go/blob/master/LICENSE)
22

33
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.
44

@@ -101,21 +101,15 @@ go run main.go
101101
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
102102
- 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.
103103

104-
## Feature & Enhancements in Version v25.8.0
104+
## Feature & Enhancements in Version v25.9.0
105105

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

108108
|**Summary**|**Category**|
109109
| :- | :- |
110-
| Support of Authorization in Aspose.Cells Cloud Docker Container | New Feature |
111-
| New Feature: Aggregate cells by color in CalculateController. | New Feature |
112-
| New Feature: Math Calculations in CalculateController. | New Feature |
113-
| New Feature: Adding/Deleting/Renaming worksheet in ManagementController. | New Feature |
114-
| New Feature: Adding/Deleting worksheet in ManagementController. | New Feature |
115-
| New Feature: create spreadsheet in ManagementController. | New Feature |
116-
| New feature: Redesign the data import into the Spreadsheet. | New Feature |
117-
| New feature: Swap data ranges in the spreadsheet. | New Feature |
118-
| Fix the code generator of the cells cloud SDK specification for the enum query parameter. | Bug |
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 |
119113

120114
## Available SDKs
121115

add_worksheet_to_spreadsheet_request.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type AddWorksheetToSpreadsheetRequest struct {
3838
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
3939
OutPath string `json:"out_path,omitempty" xml:"out_path"`
4040
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
41-
Regoin string `json:"regoin,omitempty" xml:"regoin"`
41+
Region string `json:"region,omitempty" xml:"region"`
4242
Password string `json:"password,omitempty" xml:"password"`
4343

4444
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
@@ -82,9 +82,9 @@ func (data *AddWorksheetToSpreadsheetRequest) CreateRequestData( client *APIClie
8282
if data.OutStorageName != "" {
8383
localVarQueryParams.Add("outStorageName", parameterToString(data.OutStorageName, ""))
8484
}
85-
// query params : regoin
86-
if data.Regoin != "" {
87-
localVarQueryParams.Add("regoin", parameterToString(data.Regoin, ""))
85+
// query params : region
86+
if data.Region != "" {
87+
localVarQueryParams.Add("region", parameterToString(data.Region, ""))
8888
}
8989
// query params : password
9090
if data.Password != "" {

aggregate_cells_by_color_request.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type AggregateCellsByColorRequest struct {
3737
Range_ string `json:"range,omitempty" xml:"range"`
3838
Operation string `json:"operation,omitempty" xml:"operation"`
3939
ColorPosition string `json:"color_position,omitempty" xml:"color_position"`
40-
Regoin string `json:"regoin,omitempty" xml:"regoin"`
40+
Region string `json:"region,omitempty" xml:"region"`
4141
Password string `json:"password,omitempty" xml:"password"`
4242

4343
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
@@ -77,9 +77,9 @@ func (data *AggregateCellsByColorRequest) CreateRequestData( client *APIClient)
7777
if data.ColorPosition != "" {
7878
localVarQueryParams.Add("colorPosition", parameterToString(data.ColorPosition, ""))
7979
}
80-
// query params : regoin
81-
if data.Regoin != "" {
82-
localVarQueryParams.Add("regoin", parameterToString(data.Regoin, ""))
80+
// query params : region
81+
if data.Region != "" {
82+
localVarQueryParams.Add("region", parameterToString(data.Region, ""))
8383
}
8484
// query params : password
8585
if data.Password != "" {

0 commit comments

Comments
 (0)