@@ -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