Skip to content

Commit 9d884c4

Browse files
committed
20221209 update : add new feature.
1 parent 4ff7c06 commit 9d884c4

6 files changed

Lines changed: 3082 additions & 172 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ Android Cloud SDK wraps Aspose.Cells Cloud API. The SDK enhances your Android ap
2121
- Leverage the power of named ranges.
2222

2323

24-
## Feature & Enhancements in Version 22.11
24+
## Feature & Enhancements in Version 22.12
2525

26-
- Add api for converting workbook to json.
27-
- Add api for converting workbook to sql.
28-
- Add api for converting workbook to csv.
26+
- Support chart axis operations.
2927

3028
## Read & Write Spreadsheet Formats
3129

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.aspose'
2-
project.version = '22.11'
2+
project.version = '22.12'
33

44
buildscript {
55
repositories {

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

Lines changed: 1793 additions & 167 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)