Skip to content

Commit 68393df

Browse files
committed
Release Aspose.Cells Cloud SDK 21.12
1 parent a32a4e1 commit 68393df

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](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)
1+
![](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)
22

33

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

24-
## Feature & Enhancements in Version 21.11
24+
## Feature & Enhancements in Version 21.12
25+
26+
- Improvement for conversion API.
27+
- Improvement for batch data import to support to set cell formula.
28+
- Improvement for setting row height and column wight to support to set multi-rows and multi-columns.
29+
- Support to set cell formula in batch data import.
30+
- Add a new API for updating the list column.
31+
- Add a new API for reversing columns and rows.
32+
- Add new APIs for grouping and ungrouping shapes.
33+
2534

26-
- Add new API for workbook get page count on Aspose.Cells Cloud.
27-
- Add new API for worksheet get page count on Aspose.Cells Cloud.
28-
- Add new API for compress excel file on Aspose.Cells Cloud.
29-
- Add new feature for replace API.
30-
31-
3235
## Read & Write Spreadsheet Formats
3336

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "asposecellscloud"
7-
VERSION = "21.11"
7+
VERSION = "21.12"
88
# To install the library, run the following
99
#
1010
# python setup.py install

0 commit comments

Comments
 (0)