Skip to content

Commit 3b3e23a

Browse files
committed
Release Aspose.Cells Cloud SDK 22.10
1 parent 51adfe4 commit 3b3e23a

File tree

6 files changed

+434
-9
lines changed

6 files changed

+434
-9
lines changed

.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
</natures>
3030
<filteredResources>
3131
<filter>
32-
<id>1640242190172</id>
32+
<id>1665364890153</id>
3333
<name></name>
3434
<type>30</type>
3535
<matcher>
3636
<id>org.eclipse.core.resources.regexFilterMatcher</id>
37-
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
37+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
3838
</matcher>
3939
</filter>
4040
</filteredResources>

README.md

Lines changed: 5 additions & 5 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/22.9)
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/22.10)
22

33
# Java SDK for Spreadsheet Processing in the Cloud
44

@@ -24,11 +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 22.9
27+
## Feature & Enhancements in Version 22.10
2828

29-
- Add api for converting workbook to png.
30-
- Add api for converting workbook to pdf.
31-
- Add api for converting workbook to docx.
29+
- Add api for converting workbook to pptx.
30+
- Add api for converting workbook to html.
31+
- Add api for converting workbook to markdown.
3232

3333
## Read & Write Spreadsheet Formats
3434

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.aspose'
5-
version = '22.1'
5+
version = '22.10'
66

77
buildscript {
88
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
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>22.9</version>
8+
<version>22.10</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>

0 commit comments

Comments
 (0)