Skip to content

Commit f118254

Browse files
committed
Release Aspose.Cells Cloud SDK 23.12
1 parent 554daaa commit f118254

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.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/23.12)
22

33

44
# Python SDK for Spreadsheet Processing in Cloud
@@ -21,13 +21,18 @@ 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.11
25-
26-
Full list of issues covering all changes in this release:
27-
28-
- Optimize import xml data into Excel file.
29-
- Optimize import json data into Excel file.
30-
- **Remove deprecated functions, class and test case.**
24+
## Feature & Enhancements in Version 23.12
25+
26+
- Optimize conversion APIs.
27+
- Optimize protection APIs.
28+
- Optimize assemble data API.
29+
- Optimize merge files API.
30+
- Optimize split files API.
31+
- Optimize import data API.
32+
- Optimize watermark API.
33+
- Optimize clear object API.
34+
- Optimize reverse data API.
35+
- Optimize rotate data API.
3136

3237

3338

TestPythonSDK.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python ./test/run_test.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "asposecellscloud"
3-
version = "23.12.1"
3+
version = "23.12.0"
44
authors = [
55
{ name="Aspose Cloud", email="aspose.cloud@aspose.com" },
66
]

0 commit comments

Comments
 (0)