Skip to content

Commit 99f2da1

Browse files
committed
Update Readme.
1 parent fc21503 commit 99f2da1

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

HistoryVersion.md

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

3+
## Feature & Enhancements in Version 25.9
4+
5+
|**Summary**|**Category**|
6+
| :- | :- |
7+
| Support of Authorization in Aspose.Cells Cloud Docker Container | New Feature |
8+
| New Feature: Aggregate cells by color in CalculateController. | New Feature |
9+
| New Feature: Math Calculations in CalculateController. | New Feature |
10+
| New Feature: Adding/Deleting/Renaming worksheet in ManagementController. | New Feature |
11+
| New Feature: Adding/Deleting worksheet in ManagementController. | New Feature |
12+
| New Feature: create spreadsheet in ManagementController. | New Feature |
13+
| New feature: Redesign the data import into the Spreadsheet. | New Feature |
14+
| New feature: Swap data ranges in the spreadsheet. | New Feature |
15+
| Fix the code generator of the cells cloud SDK specification for the enum query parameter. | Bug |
16+
317
## Feature & Enhancements in Version 25.7
418

519
|**Summary**| **Category** |

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-25.8-green?style=for-the-badge&logo=ruby) [![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/ruby/) [![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-perl/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) [![Gem](https://img.shields.io/gem/v/aspose_cells_cloud?style=for-the-badge)](https://rubygems.org/gems/aspose_cells_cloud) [![Gem](https://img.shields.io/gem/dt/aspose_cells_cloud?style=for-the-badge)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/archive/refs/heads/master.zip) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-ruby?style=for-the-badge)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-ruby/25.8?style=for-the-badge)
1+
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-25.9-green?style=for-the-badge&logo=ruby) [![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/ruby/) [![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-perl/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) [![Gem](https://img.shields.io/gem/v/aspose_cells_cloud?style=for-the-badge)](https://rubygems.org/gems/aspose_cells_cloud) [![Gem](https://img.shields.io/gem/dt/aspose_cells_cloud?style=for-the-badge)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/archive/refs/heads/master.zip) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-ruby?style=for-the-badge)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-ruby/25.9?style=for-the-badge)
22

33
# Ruby package for Aspose.Cells Cloud
44

@@ -14,7 +14,7 @@ To begin with Aspose.Cells Cloud, here's what you need to do:
1414
- execute the following command to get the latest Gem package.
1515

1616
```console
17-
gem 'aspose_cells_cloud', '~> 25.8'
17+
gem 'aspose_cells_cloud', '~> 25.9'
1818
```
1919

2020
or install directly
@@ -116,21 +116,15 @@ request = AsposeCellsCloud::UploadFileRequest.new(:UploadFiles=>"EmployeeSales
116116
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
117117
- 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.
118118

119-
## Feature & Enhancements in Version 25.8
119+
## Feature & Enhancements in Version 25.9
120120

121121
Full list of issues covering all changes in this release:
122122

123123
|**Summary**|**Category**|
124124
| :- | :- |
125-
| Support of Authorization in Aspose.Cells Cloud Docker Container | New Feature |
126-
| New Feature: Aggregate cells by color in CalculateController. | New Feature |
127-
| New Feature: Math Calculations in CalculateController. | New Feature |
128-
| New Feature: Adding/Deleting/Renaming worksheet in ManagementController. | New Feature |
129-
| New Feature: Adding/Deleting worksheet in ManagementController. | New Feature |
130-
| New Feature: create spreadsheet in ManagementController. | New Feature |
131-
| New feature: Redesign the data import into the Spreadsheet. | New Feature |
132-
| New feature: Swap data ranges in the spreadsheet. | New Feature |
133-
| Fix the code generator of the cells cloud SDK specification for the enum query parameter. | Bug |
125+
| Support trim spreadsheet content in Cells Cloud 4.0. | Improvement |
126+
| Support trim worksheet range content in Cells Cloud 4.0. | Improvement |
127+
| Fix few issues about spelling error. | Bug |
134128

135129
## Available SDKs
136130

0 commit comments

Comments
 (0)