Skip to content

Commit 6450dfb

Browse files
committed
20210715 update 1: update code for 21.6.
1 parent 1fa1dfc commit 6450dfb

File tree

267 files changed

+3298
-292
lines changed

Some content is hidden

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

267 files changed

+3298
-292
lines changed

README.md

Lines changed: 12 additions & 7 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/21.5)
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/21.6)
22

33
# Java SDK for Spreadsheet Processing in the Cloud
44

@@ -24,12 +24,17 @@ 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 21.5
28-
29-
- Support autofit columns for workbook and worksheet.
30-
- Improve add and post row/column APIs.
31-
- Improve Task APIs.
32-
27+
## Feature & Enhancements in Version 21.6
28+
29+
- Improvement document properties.
30+
- Update the return value of put/post/delete.
31+
- Improvement export API.
32+
- Improve split API.
33+
- Improve merge API.
34+
- Improve unlock API.
35+
- Improve protected API.
36+
- Improve watermark API.
37+
3338
## Read & Write Spreadsheet Formats
3439

3540
**Microsoft Excel:** XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM

TestData/assemblytest.xlsx

8.12 KB
Binary file not shown.

TestData/datasource.xlsx

6.94 KB
Binary file not shown.

TestData/needUnlock.xlsx

237 KB
Binary file not shown.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>aspose-cells-cloud</artifactId>
66
<packaging>jar</packaging>
77
<name>aspose-cells-cloud</name>
8-
<version>21.5</version>
8+
<version>21.6</version>
99
<url>https://github.com/aspose-cells-cloud/aspose-cells-cloud-java</url>
1010
<scm>
1111
<connection>scm:git:git@github.com:aspose-cells-cloud/aspose-cells-cloud-java</connection>
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>org.apache.maven.plugins</groupId>
4646
<artifactId>maven-surefire-plugin</artifactId>
47-
<version>2.12</version>
47+
<version>2.22.0</version>
4848
</plugin>
4949
<plugin>
5050
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)