Skip to content

Commit a80a4f0

Browse files
committed
Release Aspose.Cells Cloud SDK 25.9.0
1 parent d463acc commit a80a4f0

File tree

3 files changed

+24
-14
lines changed

3 files changed

+24
-14
lines changed

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=nodedotjs)[![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/nodejs/) [![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-node/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-node/blob/master/LICENSE)
1+
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-v25.9.0-green?style=for-the-badge&logo=nodedotjs)[![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/nodejs/) [![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-node/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-node/blob/master/LICENSE)
22

33
Node.js Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Microsoft Excel® document generation, manipulation, conversion & inspection features into your own Node.js applications.
44

@@ -107,21 +107,15 @@ describe('quicktest', function(){
107107
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
108108
- 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.
109109

110-
## Feature & Enhancements in Version v25.8.0
110+
## Feature & Enhancements in Version v25.9.0
111111

112112
Full list of issues covering all changes in this release:
113113

114114
|**Summary**| **Category** |
115115
| :- |:-------------|
116-
| Support of Authorization in Aspose.Cells Cloud Docker Container | New Feature |
117-
| New Feature: Aggregate cells by color in CalculateController. | New Feature |
118-
| New Feature: Math Calculations in CalculateController. | New Feature |
119-
| New Feature: Adding/Deleting/Renaming worksheet in ManagementController. | New Feature |
120-
| New Feature: Adding/Deleting worksheet in ManagementController. | New Feature |
121-
| New Feature: create spreadsheet in ManagementController. | New Feature |
122-
| New feature: Redesign the data import into the Spreadsheet. | New Feature |
123-
| New feature: Swap data ranges in the spreadsheet. | New Feature |
124-
| Fix the code generator of the cells cloud SDK specification for the enum query parameter. | Bug |
116+
| Support trim spreadsheet content in Cells Cloud 4.0. | Improvement |
117+
| Support trim worksheet range content in Cells Cloud 4.0. | Improvement |
118+
| Fix few issues about spelling error. | Bug |
125119

126120
## Available SDKs
127121

integration_tests_result.xml

Whitespace-only changes.

package.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
{
22
"name": "asposecellscloud",
3-
"version": "25.8.0",
4-
"description": "Aspose.Cells Cloud SDK for Node.js",
3+
"version": "25.9.0",
4+
"description": "Aspose.Cells Cloud for Node.js to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, XML, TSV, HTML and so on.",
55
"keywords": [
6+
"excel",
7+
"spreadsheet",
8+
"convert",
9+
"xlsx",
610
"Aspose",
711
"Cloud",
8-
"Cells"
12+
"Cells",
13+
"PowerPoint",
14+
"PPTX",
15+
"PPT",
16+
"Conversion",
17+
"Merge",
18+
"PDF",
19+
"Export",
20+
"Html",
21+
"Css",
22+
"Rest",
23+
"Api",
24+
"Image"
925
],
1026
"author": "Aspose Nanjing Team",
1127
"license": "MIT",

0 commit comments

Comments
 (0)