Skip to content

Commit 790803b

Browse files
committed
Release Aspose.Cells Cloud SDK 23.11
1 parent e5a1b01 commit 790803b

File tree

989 files changed

+28926
-87586
lines changed

Some content is hidden

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

989 files changed

+28926
-87586
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Aspose.Cells for Cloud
3+
Copyright (c) 2023 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
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

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

33
# Java SDK for Spreadsheet Processing in the Cloud
44

@@ -24,14 +24,13 @@ This Cloud SDK enhances your Java-based cloud apps to [process & manipulate Micr
2424
- Fetch the required shape from worksheet.
2525
- Leverage the power of [Pivot Tables](https://docs.aspose.cloud/cells/working-with-pivot-tables/) & Ranges.
2626

27-
## Feature & Enhancements in Version 23.10
27+
## Feature & Enhancements in Version 23.11
2828

2929
Full list of issues covering all changes in this release:
3030

31-
- Fix protect workbook request.
32-
- Fix range copy API.
33-
- Optimize workbook protect API.
34-
31+
- Optimize import xml data into Excel file.
32+
- Optimize import json data into Excel file.
33+
- **Remove deprecated functions, class and test case**.
3534

3635
## Read & Write Spreadsheet Formats
3736

@@ -68,7 +67,7 @@ Next, add the following dependency to your project's POM:
6867
<dependency>
6968
<groupId>com.aspose</groupId>
7069
<artifactId>aspose-cells-cloud</artifactId>
71-
<version>23.5.0</version>
70+
<version>23.11.0</version>
7271
</dependency>
7372
</dependencies>
7473
```
@@ -79,7 +78,7 @@ Next, add the following dependency to your project's POM:
7978
CellsApi cellsApi = new CellsApi(CellsApiUtil.GetClientId(),CellsApiUtil.GetClientSecret());
8079
String localName = "Book1.xlsx";
8180
String remoteName = "Book1.xlsx";
82-
CellsApiUtil.Upload(api, remoteFolder + "/" + remoteName , localName , "");
81+
8382
PutAddNewWorksheetRequest request = new PutAddNewWorksheetRequest();
8483
request.setName(remoteName);
8584
request.setSheetName("Sheet1");
@@ -96,7 +95,6 @@ CellsApi cellsApi = new CellsApi(CellsApiUtil.GetClientId(),CellsApiUtil.GetClie
9695
String localName = "cloud.png";
9796
String remoteName = "cloud.png";
9897
String format = "csv";
99-
CellsApiUtil.Upload(api, remoteFolder + "/" + remoteName , localName , "");
10098
PutConvertWorkbookRequest request = new PutConvertWorkbookRequest();
10199
request.setFormat(format);
102100
HashMap<String,File> fileMap = new HashMap<String,File>();

docs/AboveAverage.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/AccessTokenResponse.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/Area.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/AutoFilter.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/AutoFilterResponse.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/AutoFitterOptions.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/AutoShape.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/AutoShapeResponse.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)