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 )
22
33
44# 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
2121- Convert worksheets to PDF, XPS & SVG formats.
2222- Inter-convert files to popular Excel formats.
2323
24- ## Feature & Enhancements in Version 22.5
25-
26- - Add a new API for getting barcode description.
24+ ## Feature & Enhancements in Version 22.6
2725
26+ - Improve save as api.
27+ - Improve clear objects api.
2828
2929
3030## Read & Write Spreadsheet Formats
Original file line number Diff line number Diff line change 44from setuptools import setup , find_packages
55
66NAME = "asposecellscloud"
7- VERSION = "22.5 "
7+ VERSION = "22.6 "
88# To install the library, run the following
99#
1010# python setup.py install
You can’t perform that action at this time.
0 commit comments