Skip to content

Commit 0189236

Browse files
committed
Release Aspose.Cells Cloud SDK 21.9
1 parent dc01950 commit 0189236

File tree

4 files changed

+79
-61
lines changed

4 files changed

+79
-61
lines changed

README.md

Lines changed: 23 additions & 5 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/21.7)
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/21.9)
22

33

44
# Python SDK for Spreadsheet Processing in Cloud
@@ -21,10 +21,28 @@ 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 21.8
25-
26-
- Improvement for getting list object Api.
27-
- Add import Api
24+
## Feature & Enhancements in Version 21.9
25+
26+
- Correct the return type of the following REST APIs.
27+
28+
Delete WorksheetDeleteChart
29+
Post WorksheetChartLegend
30+
Post WorksheetChartTitle
31+
Put WorksheetAddChart
32+
Put WorksheetChartTitle
33+
Post WorksheetHyperlink
34+
Put WorksheetHyperlink
35+
Put WorksheetListObject
36+
Put WorksheetOleObject
37+
Post WorksheetPicture
38+
Put WorksheetAddPicture
39+
Put WorksheetPivotTable
40+
Delete DocumentProperties
41+
Delete DocumentProperty
42+
Put DocumentProperty
43+
Put WorksheetShape
44+
Delete WorksheetValidation
45+
2846

2947
## Read & Write Spreadsheet Formats
3048

asposecellscloud/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(self, host=None, header_name=None, header_value=None, cookie=None):
8383
self.host = host
8484
self.cookie = cookie
8585
# Set default User-Agent.
86-
self.user_agent = 'Swagger-Codegen/21.8/python'
86+
self.user_agent = 'Swagger-Codegen/21.9/python'
8787

8888
@property
8989
def user_agent(self):

0 commit comments

Comments
 (0)