Skip to content

Commit 2ca7322

Browse files
committed
Add lock api and optimize portect api.
1 parent a391441 commit 2ca7322

File tree

4 files changed

+848
-169
lines changed

4 files changed

+848
-169
lines changed

README.md

Lines changed: 6 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/23.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/23.8)
22

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

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

23-
## Feature & Enhancements in Version 23.7
23+
## Feature & Enhancements in Version 23.8
2424

25-
- Support to repair api.
26-
- Remove GetExtractBarcodes API.
25+
Full list of issues covering all changes in this release:
26+
27+
- Support to lock API.
28+
- Optimize protect API.
2729

2830
## Read & Write Spreadsheet Formats
2931

src/internal/requestHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ async function invokeApiMethodInternal(requestOptions: request.Options, confgura
9494
// requestOptions.rejectUnauthorized=false;
9595

9696
requestOptions.headers["x-aspose-client"] = "nodejs sdk";
97-
requestOptions.headers["x-aspose-client-version"] = "23.7.0";
97+
requestOptions.headers["x-aspose-client-version"] = "23.8";
9898
requestOptions.headers["Content-Type"] = "application/json";
9999
const auth = confguration.authentication;
100100
if (!notApplyAuthToRequest) {

0 commit comments

Comments
 (0)