Skip to content

Commit 6fdd99d

Browse files
committed
20220222 update: update few apis return value.
1 parent ab55484 commit 6fdd99d

File tree

6 files changed

+2023
-27
lines changed

6 files changed

+2023
-27
lines changed

README.md

Lines changed: 7 additions & 9 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/22.1)
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.2)
22

33

44
# Python SDK for Spreadsheet Processing in Cloud
@@ -21,17 +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 22.1
24+
## Feature & Enhancements in Version 22.2
2525

26-
- SaveAs API add the parameter of target storage name.
27-
- Workbok merged API add the parameter of merged file storage name.
28-
- Workbok split API add the parameter of target storage name
29-
- Workbok smart marker API add the parameter of output storage name.
30-
- Batch convert API add the parameters of intput and output storage name.
31-
- Remove AutoshapesController from Aspose.Cells Cloud.
32-
- Rename LiteCellsApi to LightCellsApi.
3326

27+
- Update return value for the DeleteUnprotectWorksheet API on Aspose.Cells Cloud.
28+
- Update return value for the PutProtectWorksheet API on Aspose.Cells Cloud.
29+
- Update return value for the PostSetCellHtmlString API on Aspose.Cells Cloud.
30+
- Update return value for the PostUpdateWorksheetProperty API on Aspose.Cells Cloud.
3431

32+
3533
## Read & Write Spreadsheet Formats
3634

3735
**Microsoft Excel:** XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM

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/22.1/python'
86+
self.user_agent = 'Swagger-Codegen/22.2/python'
8787

8888
@property
8989
def user_agent(self):

asposecellscloud/apis/cells_api.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17632,7 +17632,7 @@ def cells_post_set_cell_html_string(self, name, sheet_name, cell_name, html_stri
1763217632
:param str html_string: (required)
1763317633
:param str folder: The workbook folder.
1763417634
:param str storage_name: storage name.
17635-
:return: CellResponse
17635+
:return: CellsCloudResponse
1763617636
If the method is called asynchronously,
1763717637
returns the request thread.
1763817638
"""
@@ -17663,7 +17663,7 @@ def cells_post_set_cell_html_string_with_http_info(self, name, sheet_name, cell_
1766317663
:param str html_string: (required)
1766417664
:param str folder: The workbook folder.
1766517665
:param str storage_name: storage name.
17666-
:return: CellResponse
17666+
:return: CellsCloudResponse
1766717667
If the method is called asynchronously,
1766817668
returns the request thread.
1766917669
"""
@@ -17739,7 +17739,7 @@ def cells_post_set_cell_html_string_with_http_info(self, name, sheet_name, cell_
1773917739
body=body_params,
1774017740
post_params=form_params,
1774117741
files=local_var_files,
17742-
response_type='CellResponse',
17742+
response_type='CellsCloudResponse',
1774317743
auth_settings=auth_settings,
1774417744
callback=params.get('callback'),
1774517745
_return_http_data_only=params.get('_return_http_data_only'),
@@ -28494,7 +28494,7 @@ def cells_worksheets_delete_unprotect_worksheet(self, name, sheet_name, **kwargs
2849428494
:param ProtectSheetParameter protect_parameter: with protection settings. Only password is used here.
2849528495
:param str folder: Document folder.
2849628496
:param str storage_name: storage name.
28497-
:return: WorksheetResponse
28497+
:return: CellsCloudResponse
2849828498
If the method is called asynchronously,
2849928499
returns the request thread.
2850028500
"""
@@ -28524,7 +28524,7 @@ def cells_worksheets_delete_unprotect_worksheet_with_http_info(self, name, sheet
2852428524
:param ProtectSheetParameter protect_parameter: with protection settings. Only password is used here.
2852528525
:param str folder: Document folder.
2852628526
:param str storage_name: storage name.
28527-
:return: WorksheetResponse
28527+
:return: CellsCloudResponse
2852828528
If the method is called asynchronously,
2852928529
returns the request thread.
2853028530
"""
@@ -28592,7 +28592,7 @@ def cells_worksheets_delete_unprotect_worksheet_with_http_info(self, name, sheet
2859228592
body=body_params,
2859328593
post_params=form_params,
2859428594
files=local_var_files,
28595-
response_type='WorksheetResponse',
28595+
response_type='CellsCloudResponse',
2859628596
auth_settings=auth_settings,
2859728597
callback=params.get('callback'),
2859828598
_return_http_data_only=params.get('_return_http_data_only'),
@@ -31411,7 +31411,7 @@ def cells_worksheets_post_update_worksheet_property(self, name, sheet_name, **kw
3141131411
:param Worksheet sheet:
3141231412
:param str folder:
3141331413
:param str storage_name: storage name.
31414-
:return: WorksheetResponse
31414+
:return: CellsCloudResponse
3141531415
If the method is called asynchronously,
3141631416
returns the request thread.
3141731417
"""
@@ -31441,7 +31441,7 @@ def cells_worksheets_post_update_worksheet_property_with_http_info(self, name, s
3144131441
:param Worksheet sheet:
3144231442
:param str folder:
3144331443
:param str storage_name: storage name.
31444-
:return: WorksheetResponse
31444+
:return: CellsCloudResponse
3144531445
If the method is called asynchronously,
3144631446
returns the request thread.
3144731447
"""
@@ -31509,7 +31509,7 @@ def cells_worksheets_post_update_worksheet_property_with_http_info(self, name, s
3150931509
body=body_params,
3151031510
post_params=form_params,
3151131511
files=local_var_files,
31512-
response_type='WorksheetResponse',
31512+
response_type='CellsCloudResponse',
3151331513
auth_settings=auth_settings,
3151431514
callback=params.get('callback'),
3151531515
_return_http_data_only=params.get('_return_http_data_only'),
@@ -32438,7 +32438,7 @@ def cells_worksheets_put_protect_worksheet(self, name, sheet_name, **kwargs):
3243832438
:param ProtectSheetParameter protect_parameter: with protection settings.
3243932439
:param str folder: Document folder.
3244032440
:param str storage_name: storage name.
32441-
:return: WorksheetResponse
32441+
:return: CellsCloudResponse
3244232442
If the method is called asynchronously,
3244332443
returns the request thread.
3244432444
"""
@@ -32468,7 +32468,7 @@ def cells_worksheets_put_protect_worksheet_with_http_info(self, name, sheet_name
3246832468
:param ProtectSheetParameter protect_parameter: with protection settings.
3246932469
:param str folder: Document folder.
3247032470
:param str storage_name: storage name.
32471-
:return: WorksheetResponse
32471+
:return: CellsCloudResponse
3247232472
If the method is called asynchronously,
3247332473
returns the request thread.
3247432474
"""
@@ -32536,7 +32536,7 @@ def cells_worksheets_put_protect_worksheet_with_http_info(self, name, sheet_name
3253632536
body=body_params,
3253732537
post_params=form_params,
3253832538
files=local_var_files,
32539-
response_type='WorksheetResponse',
32539+
response_type='CellsCloudResponse',
3254032540
auth_settings=auth_settings,
3254132541
callback=params.get('callback'),
3254232542
_return_http_data_only=params.get('_return_http_data_only'),

0 commit comments

Comments
 (0)