Skip to content

Commit

Permalink
Release Aspose.Cells Cloud SDK 21.12
Browse files Browse the repository at this point in the history
  • Loading branch information
roywangaspose committed Dec 28, 2021
1 parent a32a4e1 commit 68393df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![PyPI](https://img.shields.io/pypi/v/asposecellscloud) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/asposecellscloud) ![PyPI - Downloads](https://img.shields.io/pypi/dm/asposecellscloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-python)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-python/21.11)
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![PyPI](https://img.shields.io/pypi/v/asposecellscloud) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/asposecellscloud) ![PyPI - Downloads](https://img.shields.io/pypi/dm/asposecellscloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-python)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-python/21.12)


# Python SDK for Spreadsheet Processing in Cloud
Expand All @@ -21,14 +21,17 @@ Python Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate M
- Convert worksheets to PDF, XPS & SVG formats.
- Inter-convert files to popular Excel formats.

## Feature & Enhancements in Version 21.11
## Feature & Enhancements in Version 21.12

- Improvement for conversion API.
- Improvement for batch data import to support to set cell formula.
- Improvement for setting row height and column wight to support to set multi-rows and multi-columns.
- Support to set cell formula in batch data import.
- Add a new API for updating the list column.
- Add a new API for reversing columns and rows.
- Add new APIs for grouping and ungrouping shapes.


- Add new API for workbook get page count on Aspose.Cells Cloud.
- Add new API for worksheet get page count on Aspose.Cells Cloud.
- Add new API for compress excel file on Aspose.Cells Cloud.
- Add new feature for replace API.


## Read & Write Spreadsheet Formats

**Microsoft Excel:** XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "asposecellscloud"
VERSION = "21.11"
VERSION = "21.12"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 68393df

Please sign in to comment.