Skip to content

Commit

Permalink
Release Aspose.Cells Cloud SDK 23.12
Browse files Browse the repository at this point in the history
  • Loading branch information
roywangaspose committed Dec 24, 2023
1 parent 554daaa commit f118254
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](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.11)
![](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.12)


# Python SDK for Spreadsheet Processing in Cloud
Expand All @@ -21,13 +21,18 @@ Python Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate M
- Convert worksheets to PDF, XPS & SVG formats.
- Inter-convert files to popular Excel formats.

## Feature & Enhancements in Version 23.11

Full list of issues covering all changes in this release:

- Optimize import xml data into Excel file.
- Optimize import json data into Excel file.
- **Remove deprecated functions, class and test case.**
## Feature & Enhancements in Version 23.12

- Optimize conversion APIs.
- Optimize protection APIs.
- Optimize assemble data API.
- Optimize merge files API.
- Optimize split files API.
- Optimize import data API.
- Optimize watermark API.
- Optimize clear object API.
- Optimize reverse data API.
- Optimize rotate data API.



Expand Down
1 change: 1 addition & 0 deletions TestPythonSDK.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python ./test/run_test.py
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "asposecellscloud"
version = "23.12.1"
version = "23.12.0"
authors = [
{ name="Aspose Cloud", email="aspose.cloud@aspose.com" },
]
Expand Down

0 comments on commit f118254

Please sign in to comment.