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 )
2
2
3
3
4
4
# 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
21
21
- Convert worksheets to PDF, XPS & SVG formats.
22
22
- Inter-convert files to popular Excel formats.
23
23
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
+
25
34
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
-
32
35
## Read & Write Spreadsheet Formats
33
36
34
37
** Microsoft Excel:** XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM
0 commit comments