Skip to content

Commit 76e31b0

Browse files
committed
Release Aspose.Cells Cloud SDK 24.8.0
1 parent 6d79000 commit 76e31b0

File tree

12 files changed

+1479
-1215
lines changed

12 files changed

+1479
-1215
lines changed

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

README.md

Lines changed: 8 additions & 4 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.7)
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.8)
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,12 +20,11 @@ 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.7
23+
## Feature & Enhancements in Version 24.8
2424

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

27-
- Add a new feature about adding text content.
28-
- Add get access token by client id and client secret.
27+
- Add the text trim feature on Cells Cloud Services.
2928

3029

3130
## Support file format
@@ -114,6 +113,11 @@ describe('cellsWorkbookPutConvertWorkbook', function() {
114113

115114
# Release history version
116115

116+
## Enhancements in Version 24.7.0
117+
118+
- Add a new feature about adding text content.
119+
- Add get access token by client id and client secret.
120+
117121
## Enhancements in Version 24.6.0
118122

119123
- Optimize the data conversion applied steps.

docs/api/post-trim-content.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# **postTrimContent API**
2+
3+
4+
5+
```bash
6+
7+
POST http://api.aspose.cloud/v3.0//cells/trimcontent
8+
9+
```
10+
11+
## The request parameters of **postTrimContent** API are:
12+
13+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14+
| :- | :- | :- |:- |
15+
|trimContentOptions|Class|Body||
16+
17+
18+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/TextProcessingController/PostTrimContent) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

docs/model/scope-item.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# **scopeItem**
2+
3+
4+
5+
## **Properties**
6+
7+
| Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description |
8+
| :- | :- | :- |:- | :- | :- |
9+
|WorksheetName|String|true|false | ||
10+
|Ranges|Array|true|false | ||
11+

docs/model/search-scope-options-type.md renamed to docs/model/scope-options-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **searchScopeOptionsType**
1+
# **scopeOptionsType**
22

33

44

docs/model/scope-options.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# **scopeOptions**
2+
3+
4+
5+
## **Properties**
6+
7+
| Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description |
8+
| :- | :- | :- |:- | :- | :- |
9+
|Scope|String|true|false | ||
10+
|ScopeItems|Array|true|false | ||
11+

docs/model/trim-content-options.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# **trimContentOptions**
2+
3+
4+
5+
## **Properties**
6+
7+
| Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description |
8+
| :- | :- | :- |:- | :- | :- |
9+
|DataSource|Class|true|false | ||
10+
|FileInfo|Class|true|false | ||
11+
|TrimContent|String|true|false | ||
12+
|TrimLeading|Boolean|true|false | ||
13+
|TrimTrailing|Boolean|true|false | ||
14+
|TrimSpaceBetweenWordTo1|Boolean|true|false | ||
15+
|TrimNonBreakingSpaces|Boolean|true|false | ||
16+
|RemoveExtraLineBreaks|Boolean|true|false | ||
17+
|RemoveAllLineBreaks|Boolean|true|false | ||
18+
|ScopeOptions|Class|true|false | ||
19+

integration_tests_result.xml

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

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": "24.7.0",
3+
"version": "24.8.0",
44
"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": [
66
"excel",

src/api.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4132,6 +4132,21 @@ export class CellsApi {
41324132
return Promise.resolve({body: result, response});
41334133
}
41344134

4135+
/// <summary>
4136+
/// </summary>
4137+
/// <param name="request">Request. <see cref="PostTrimContentRequest" /></param>
4138+
public async postTrimContent(requestObj:model.PostTrimContentRequest ): Promise<{response: http.ClientResponse, body: model.FileInfo}>
4139+
{
4140+
if (requestObj === null || requestObj === undefined) {
4141+
throw new Error('Required parameter "requestObj" was null or undefined when calling postTrimContent.');
4142+
}
4143+
4144+
const requestOptions = await requestObj.createRequestOptions(this.configuration);
4145+
const response = await invokeApiMethod(requestOptions, this.configuration);
4146+
const result = ObjectSerializer.deserialize(response.body, "FileInfo");
4147+
return Promise.resolve({body: result, response});
4148+
}
4149+
41354150
/// <summary>
41364151
/// Retrieve the description of the default style for the workbook .
41374152
/// </summary>

0 commit comments

Comments
 (0)