Skip to content

Commit edd092b

Browse files
committed
Release Aspose.Cells Cloud SDK 25.10.0
1 parent 92f8105 commit edd092b

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-v25.9.1-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.10.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
Aspose.Cells Cloud SDK for NodeJs empowers developers to programmatically manage Excel files with precision. This comprehensive NodeJs 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

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

109-
## Feature & Enhancements in Version v25.9.0
109+
## Feature & Enhancements in Version v25.10.0
110110

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

113-
|**Summary**| **Category** |
114-
| :- |:-------------|
115-
| Support trim spreadsheet content in Cells Cloud 4.0. | Improvement |
116-
| Support trim worksheet range content in Cells Cloud 4.0. | Improvement |
117-
| Fix few issues about spelling error. | Bug |
113+
|**Summary**|**Category**|
114+
| :- | :- |
115+
| Optimize data Transform API: replace delete with remove. | Improvement |
116+
| Support to update the spreadsheet content words case in Cells Cloud 4.0. | Improvement |
117+
| Support to remove characters from spreadsheet content in Cells Cloud 4.0. | Improvement |
118+
| Support to add text for spreadsheet content in Cells Cloud 4.0. | Improvement |
119+
| Support to convert text for spreadsheet content in Cells Cloud 4.0. | Improvement |
120+
| Support to extract text for spreadsheet content in Cells Cloud 4.0. | Improvement |
121+
| Support to extract text for spreadsheet content in Cells Cloud 4.0. | Improvement |
122+
| Support to split text for spreadsheet content in Cells Cloud 4.0. | Improvement |
118123

119124
## Available SDKs
120125

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asposecellscloud",
3-
"version": "25.9.1",
3+
"version": "25.10.0",
44
"description": "Aspose.Cells Cloud is a REST API for creating and editing Excel files. Most popular features: Excel to PDF, Convert to Image, Merge workbooks, Split worksheets, Data processing with formulas and pivot tables. It can also be used to convert spreadsheets between various formats (XLSX, CSV, JSON, ODS, HTML) without any local office software.",
55
"keywords": [
66
"excel",

0 commit comments

Comments
 (0)