File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
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/23.8 )
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/23.9 )
22
33
44# Python SDK for Spreadsheet Processing in Cloud
@@ -21,12 +21,15 @@ 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 23.8
24+ ## Feature & Enhancements in Version 23.9
2525
2626Full list of issues covering all changes in this release:
2727
28- - Support to lock API.
29- - Optimize protect API.
28+ - Support to data sorting on range controller.
29+ - Support to remove duplicate data on list object.
30+ - Support to insert slicer for list object.
31+ - Optimize list object and related objects.
32+
3033
3134## Read & Write Spreadsheet Formats
3235
Original file line number Diff line number Diff line change 11[project ]
22name = " asposecellscloud"
3- version = " 23.8 "
3+ version = " 23.9 "
44authors = [
55 { name =" Aspose Cloud" , email =" aspose.cloud@aspose.com" },
66]
Original file line number Diff line number Diff line change 44from setuptools import setup , find_packages
55
66NAME = "asposecellscloud"
7- VERSION = "23.8 "
7+ VERSION = "23.9 "
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