File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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/22.5 )
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/22.6 )
2
2
3
3
4
4
# Python SDK for Spreadsheet Processing in Cloud
@@ -21,10 +21,10 @@ 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 22.5
25
-
26
- - Add a new API for getting barcode description.
24
+ ## Feature & Enhancements in Version 22.6
27
25
26
+ - Improve save as api.
27
+ - Improve clear objects api.
28
28
29
29
30
30
## Read & Write Spreadsheet Formats
Original file line number Diff line number Diff line change 4
4
from setuptools import setup , find_packages
5
5
6
6
NAME = "asposecellscloud"
7
- VERSION = "22.5 "
7
+ VERSION = "22.6 "
8
8
# To install the library, run the following
9
9
#
10
10
# python setup.py install
You can’t perform that action at this time.
0 commit comments