Skip to content

Commit 29b3069

Browse files
committed
Release Aspose.Cells Cloud SDK 24.4.0
1 parent a77d173 commit 29b3069

Some content is hidden

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

46 files changed

+3417
-314
lines changed

Examples/Example_PostWorkbookImportXML.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ dataXMLRequest.path = remoteFolder + "/data.xml" ;
2121
dataXMLRequest.storageName ="";
2222
cellsApi.uploadFile(dataXMLRequest );
2323

24-
var importXMLRequestXMLFileSource = new model.FileSource();
25-
importXMLRequestXMLFileSource.fileSourceType = "CloudFileSystem" ;
26-
importXMLRequestXMLFileSource.filePath = remoteFolder + "/data.xml" ;
24+
var importXMLRequestXMLFileSource = new model.DataSource();
25+
importXMLRequestXMLFileSource.dataSourceType = "CloudFileSystem" ;
26+
importXMLRequestXMLFileSource.dataPath = remoteFolder + "/data.xml" ;
2727
var importXMLRequestImportPosition = new model.ImportPosition();
2828
importXMLRequestImportPosition.sheetName = "Sheet1" ;
2929
importXMLRequestImportPosition.rowIndex = 3 ;

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.3",
7+
"asposecellscloud": "24.4",
88
"axios": "^1.5.1",
99
"JSON": "^1.0.0",
1010
"mocha": "^10.2.0",

README.md

Lines changed: 10 additions & 6 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.3.1)
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.4)
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

@@ -21,14 +21,11 @@ Feel free to explore the Developer's Guide & API Reference to know all about Asp
2121
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
2222
- 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.
2323

24-
## Feature & Enhancements in Version 24.3
24+
## Feature & Enhancements in Version 24.4.0
2525

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

28-
- Support data deduplication.
29-
- Support data filling.
30-
- Support to delete incomplete rows.
31-
- Support data cleansing.
28+
- Support data transformation function for Aspose.Cells Cloud Services.
3229

3330

3431
## Support file format
@@ -117,6 +114,13 @@ describe('cellsWorkbookPutConvertWorkbook', function() {
117114

118115
# Release history version
119116

117+
## Enhancements in Version 24.3.1
118+
119+
- Support data deduplication.
120+
- Support data filling.
121+
- Support to delete incomplete rows.
122+
- Support data cleansing.
123+
120124
## Enhancements in Version 24.2.1
121125

122126
- Add the analyze excel api for analyze controller.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# **postDataTransformation API**
2+
3+
Transform spreadsheet data is mainly used to pivot columns, unpivot columns.
4+
5+
```bash
6+
7+
POST http://api.aspose.cloud/v3.0//cells/datatransformation
8+
9+
```
10+
11+
## The request parameters of **postDataTransformation** API are:
12+
13+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14+
| :- | :- | :- |:- |
15+
|dataTransformationRequest|Class|Body||
16+
17+
18+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/DataProcessingController/PostDataTransformation) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

docs/model/analyze-excel-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **analyzeExcelResponse**
22

3-
3+
Represents
44

55
## **Properties**
66

docs/model/auto-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **autoFilter**
22

3-
3+
Represents autofiltering for the specified worksheet.
44

55
## **Properties**
66

docs/model/cell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **cell**
22

3-
3+
Encapsulates the object that represents a single Workbook cell.
44

55
## **Properties**
66

docs/model/cells-object-operate-task-parameter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
| :- | :- | :- |:- | :- | :- |
99
|OperateObject|Class|true|false | ||
1010
|OperateParameter|Class|true|false | ||
11+
|DestinatioDataSource|Class|true|false | ||
1112
|DestinationWorkbook|Class|true|false | ||
1213

docs/model/cells.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **cells**
22

3-
3+
Encapsulates a collection of cell relevant objects, such as Aspose.Cells.Cell, Aspose.Cells.Row, ...etc.
44

55
## **Properties**
66

docs/model/columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **columns**
22

3-
3+
Columns
44

55
## **Properties**
66

0 commit comments

Comments
 (0)