Skip to content

Commit 1fa1dfc

Browse files
committed
Release Aspose.Cells Cloud SDK 21.5
1 parent ae6bc28 commit 1fa1dfc

File tree

254 files changed

+683
-342
lines changed

Some content is hidden

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

254 files changed

+683
-342
lines changed

README.md

Lines changed: 5 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) [![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.1)
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)
22

33
# Java SDK for Spreadsheet Processing in the Cloud
44

@@ -24,10 +24,11 @@ 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.1
27+
## Feature & Enhancements in Version 21.5
2828

29-
- Support to convert worksheet on task API.
30-
- Support to add and delete cell or range in worksheet.
29+
- Support autofit columns for workbook and worksheet.
30+
- Improve add and post row/column APIs.
31+
- Improve Task APIs.
3132

3233
## Read & Write Spreadsheet Formats
3334

pom.xml

Lines changed: 1 addition & 12 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.1</version>
8+
<version>21.5</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>
@@ -45,17 +45,6 @@
4545
<groupId>org.apache.maven.plugins</groupId>
4646
<artifactId>maven-surefire-plugin</artifactId>
4747
<version>2.12</version>
48-
<configuration>
49-
<systemProperties>
50-
<property>
51-
<name>loggerPath</name>
52-
<value>conf/log4j.properties</value>
53-
</property>
54-
</systemProperties>
55-
<argLine>-Xms512m -Xmx1500m</argLine>
56-
<parallel>methods</parallel>
57-
<forkMode>pertest</forkMode>
58-
</configuration>
5948
</plugin>
6049
<plugin>
6150
<artifactId>maven-dependency-plugin</artifactId>

src/main/java/com/aspose/cloud/cells/api/CellsApi.java

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

src/main/java/com/aspose/cloud/cells/model/AboveAverage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* Describe the AboveAverage conditional formatting rule. This conditional formatting rule highlights cells that are above or below the average for all values in the range.
3939
*/
4040
@ApiModel(description = "Describe the AboveAverage conditional formatting rule. This conditional formatting rule highlights cells that are above or below the average for all values in the range.")
41-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-01-21T01:47:19.323-06:00")
41+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-05-17T20:48:47.090-05:00")
4242
public class AboveAverage {
4343
@SerializedName("IsAboveAverage")
4444
private Boolean isAboveAverage = null;

src/main/java/com/aspose/cloud/cells/model/AccessTokenResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/**
3838
* AccessTokenResponse
3939
*/
40-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-01-21T01:47:19.323-06:00")
40+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-05-17T20:48:47.090-05:00")
4141
public class AccessTokenResponse {
4242
@SerializedName(".expires")
4343
private String expires = null;

src/main/java/com/aspose/cloud/cells/model/Area.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/**
4040
* Area
4141
*/
42-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-01-21T01:47:19.323-06:00")
42+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-05-17T20:48:47.090-05:00")
4343
public class Area {
4444
@SerializedName("ForegroundColor")
4545
private Color foregroundColor = null;

src/main/java/com/aspose/cloud/cells/model/AutoFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
/**
4444
* AutoFilter
4545
*/
46-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-01-21T01:47:19.323-06:00")
46+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-05-17T20:48:47.090-05:00")
4747
public class AutoFilter {
4848
@SerializedName("link")
4949
private Link link = null;

src/main/java/com/aspose/cloud/cells/model/AutoFilterResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/**
4040
* AutoFilterResponse
4141
*/
42-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-01-21T01:47:19.323-06:00")
42+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-05-17T20:48:47.090-05:00")
4343
public class AutoFilterResponse extends CellsCloudResponse {
4444
@SerializedName("AutoFilter")
4545
private AutoFilter autoFilter = null;

src/main/java/com/aspose/cloud/cells/model/AutoFitterOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/**
3838
* AutoFitterOptions
3939
*/
40-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-01-21T01:47:19.323-06:00")
40+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-05-17T20:48:47.090-05:00")
4141
public class AutoFitterOptions {
4242
@SerializedName("IgnoreHidden")
4343
private Boolean ignoreHidden = null;

src/main/java/com/aspose/cloud/cells/model/AutoShape.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/**
4040
* AutoShape
4141
*/
42-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-01-21T01:47:19.323-06:00")
42+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2021-05-17T20:48:47.090-05:00")
4343
public class AutoShape {
4444
@SerializedName("AlternativeText")
4545
private String alternativeText = null;

0 commit comments

Comments
 (0)