Skip to content

Commit 38db913

Browse files
committed
Release Aspose.Cells Cloud SDK 25.1.0
1 parent 0561455 commit 38db913

Some content is hidden

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

45 files changed

+1776
-1641
lines changed

Examples/Example_PutWorksheetPivotTableFilter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ localNameRequest.storageName ="";
1616
cellsApi.uploadFile(localNameRequest );
1717

1818
var filter = new model.PivotFilter();
19-
filter.fieldIndex = 1 ;
19+
filter.fieldIndex = 0 ;
2020
filter.filterType = "Count" ;
2121

2222
var request = new model.PutWorksheetPivotTableFilterRequest();

Examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@types/jest": "^26.0.24",
66
"@types/request": "^2.48.7",
7-
"asposecellscloud": "24.12",
7+
"asposecellscloud": "25.1",
88
"axios": "^1.5.1",
99
"JSON": "^1.0.0",
1010
"mocha": "^10.2.0",

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Aspose Pty Ltd
3+
Copyright (c) 2025 Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 10 additions & 5 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/24.12.0)
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/25.1.0)
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

@@ -20,13 +20,12 @@ We encourage you to dive into the Developer's Guide & API Reference for a compre
2020
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
2121
- 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.
2222

23-
## Feature & Enhancements in Version 24.12
23+
## Feature & Enhancements in Version 25.1.0
2424

2525
Full list of issues covering all changes in this release:
2626

27-
- Add the new remove duplicates api.
28-
- Add the new extract text API.
29-
- The pivot filter could not be created successfully.
27+
- Add the new API for splitting text in the cell.
28+
- Optimize pivot table filter-related APIs.
3029

3130

3231
## Support file format
@@ -115,6 +114,12 @@ describe('cellsWorkbookPutConvertWorkbook', function() {
115114

116115
# Release history version
117116

117+
## Enhancements in Version 24.12
118+
119+
- Add the new remove duplicates api.
120+
- Add the new extract text API.
121+
- The pivot filter could not be created successfully.
122+
118123

119124
## Enhancements in Version 24.11.0
120125

docs/api/get-chart-area.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getChartArea API**
22

3-
Retrieve chart area description in the worksheet.
3+
44

55
```bash
66

@@ -12,11 +12,11 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/charts/{ch
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
15-
|name|String|Path|The file name.|
16-
|sheetName|String|Path|The worksheet name.|
17-
|chartIndex|Integer|Path|The chart index.|
18-
|folder|String|Query|The folder where the file is situated.|
19-
|storageName|String|Query|The storage name where the file is situated.|
15+
|name|String|Path||
16+
|sheetName|String|Path||
17+
|chartIndex|Integer|Path||
18+
|folder|String|Query||
19+
|storageName|String|Query||
2020

2121

2222
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ChartAreaController/GetChartArea) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getDocumentProperties API**
22

3-
Retrieve descriptions of Excel file properties.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/documentproperties
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
15-
|name|String|Path|The workbook name.|
16-
|type|String|Query|Excel property type.|
17-
|folder|String|Query|The folder where the file is situated.|
18-
|storageName|String|Query|The storage name where the file is situated.|
15+
|name|String|Path||
16+
|type|String|Query||
17+
|folder|String|Query||
18+
|storageName|String|Query||
1919

2020

2121
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/PropertiesController/GetDocumentProperties) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

docs/api/get-page-setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getPageSetup API**
22

3-
Retrieve page setup description in the worksheet.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/pagesetup
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
15-
|name|String|Path|The file name.|
16-
|sheetName|String|Path|The worksheet name.|
17-
|folder|String|Query|The folder where the file is situated.|
18-
|storageName|String|Query|The storage name where the file is situated.|
15+
|name|String|Path||
16+
|sheetName|String|Path||
17+
|folder|String|Query||
18+
|storageName|String|Query||
1919

2020

2121
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/PageSetupController/GetPageSetup) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getVerticalPageBreaks API**
22

3-
Retrieve descriptions of vertical page breaks in the worksheet.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/verticalpa
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
15-
|name|String|Path|The workbook name.|
16-
|sheetName|String|Path|The worksheet name.|
17-
|folder|String|Query|The folder where the file is situated.|
18-
|storageName|String|Query|The storage name where the file is situated.|
15+
|name|String|Path||
16+
|sheetName|String|Path||
17+
|folder|String|Query||
18+
|storageName|String|Query||
1919

2020

2121
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/PageBreaksController/GetVerticalPageBreaks) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getWorkbookDefaultStyle API**
22

3-
Retrieve the description of the default style for the workbook .
3+
44

55
```bash
66

@@ -12,9 +12,9 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/defaultstyle
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
15-
|name|String|Path|The file name.|
16-
|folder|String|Query|The folder where the file is situated.|
17-
|storageName|String|Query|The storage name where the file is situated.|
15+
|name|String|Path||
16+
|folder|String|Query||
17+
|storageName|String|Query||
1818

1919

2020
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/WorkbookController/GetWorkbookDefaultStyle) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

docs/api/get-workbook.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getWorkbook API**
22

3-
Retrieve workbooks in various formats.
3+
44

55
```bash
66

@@ -12,19 +12,19 @@ GET http://api.aspose.cloud/v3.0//cells/{name}
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
15-
|name|String|Path|The file name.|
16-
|format|String|Query|The conversion format(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers).|
17-
|password|String|Query|The password needed to open an Excel file.|
18-
|isAutoFit|Boolean|Query|Specifies whether set workbook rows to be autofit.|
19-
|onlySaveTable|Boolean|Query|Specifies whether only save table data.Only use pdf to excel.|
20-
|folder|String|Query|The folder where the file is situated.|
21-
|outPath|String|Query|Path to save the result. If it's a single file, the `outPath` should encompass both the filename and extension. In the case of multiple files, the `outPath` should only include the folder.|
22-
|storageName|String|Query|The storage name where the file is situated.|
23-
|outStorageName|String|Query|The storage name where the output file is situated.|
24-
|checkExcelRestriction|Boolean|Query|Whether check restriction of excel file when user modify cells related objects.|
25-
|region|String|Query|The regional settings for workbook.|
26-
|pageWideFitOnPerSheet|Boolean|Query|The page wide fit on worksheet.|
27-
|pageTallFitOnPerSheet|Boolean|Query|The page tall fit on worksheet.|
15+
|name|String|Path||
16+
|format|String|Query||
17+
|password|String|Query||
18+
|isAutoFit|Boolean|Query||
19+
|onlySaveTable|Boolean|Query||
20+
|folder|String|Query||
21+
|outPath|String|Query||
22+
|storageName|String|Query||
23+
|outStorageName|String|Query||
24+
|checkExcelRestriction|Boolean|Query||
25+
|region|String|Query||
26+
|pageWideFitOnPerSheet|Boolean|Query||
27+
|pageTallFitOnPerSheet|Boolean|Query||
2828

2929

3030
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ConversionController/GetWorkbook) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

0 commit comments

Comments
 (0)