Skip to content

Commit 4850457

Browse files
committed
Release Aspose.Cells Cloud SDK 21.12
1 parent a89ecdc commit 4850457

File tree

8 files changed

+991
-367
lines changed

8 files changed

+991
-367
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![npm](https://img.shields.io/npm/v/asposecellscloud) ![node-current](https://img.shields.io/node/v/asposecellscloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-node)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-node/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-node/21.11)
1+
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![npm](https://img.shields.io/npm/v/asposecellscloud) ![node-current](https://img.shields.io/node/v/asposecellscloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-node)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-node/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-node/21.12)
22

33
# Process Excel® Files in the Cloud with Node.js
44

@@ -20,13 +20,15 @@
2020
- Fetch the required shape from worksheet.
2121
- Leverage the power of named ranges.
2222

23-
## Feature & Enhancements in Version 21.11
23+
## Feature & Enhancements in Version 21.12
2424

25-
- Add new API for workbook get page count on Aspose.Cells Cloud.
26-
- Add new API for worksheet get page count on Aspose.Cells Cloud.
27-
- Add new API for compress excel file on Aspose.Cells Cloud.
28-
- Add new feature for replace API.
29-
25+
- Improvement for conversion API.
26+
- Improvement for batch data import to support to set cell formula.
27+
- Improvement for setting row height and column wight to support to set multi-rows and multi-columns.
28+
- Support to set cell formula in batch data import.
29+
- Add a new API for updating the list column.
30+
- Add a new API for reversing columns and rows.
31+
- Add new APIs for grouping and ungrouping shapes.
3032

3133
## Read & Write Spreadsheet Formats
3234

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": "21.11.0",
3+
"version": "21.12.0",
44
"description": "Aspose.Cells Cloud SDK for Node.js",
55
"keywords": [
66
"Aspose",

src/api.ts

Lines changed: 353 additions & 127 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)