@@ -9889,6 +9889,53 @@ def post_worksheet_cells_range_move_to_with_http_info(self, request, **kwargs):
98899889 _request_timeout=params.get('_request_timeout'),
98909890 collection_formats=http_params['collection_formats'])
98919891
9892+ # <summary>
9893+ # Sets outline border around a range of cells.
9894+ # </summary>
9895+ # <param name="request">Request. <see cref="PostWorksheetCellsRangeSortRequest" /></param>
9896+ def post_worksheet_cells_range_sort(self, request, **kwargs):
9897+
9898+ kwargs['_return_http_data_only'] = True
9899+ self.check_access_token()
9900+ if kwargs.get('callback'):
9901+ return self.post_worksheet_cells_range_sort_with_http_info(request,**kwargs)
9902+ else:
9903+ (data) = self.post_worksheet_cells_range_sort_with_http_info(request,**kwargs)
9904+ return data
9905+
9906+ def post_worksheet_cells_range_sort_with_http_info(self, request, **kwargs):
9907+ all_params = []
9908+ all_params.append('callback')
9909+ all_params.append('_return_http_data_only')
9910+ all_params.append('_preload_content')
9911+ all_params.append('_request_timeout')
9912+ params = locals()
9913+ for key, val in iteritems(params['kwargs']):
9914+ if key not in all_params:
9915+ raise TypeError(
9916+ "Got an unexpected keyword argument '%s'"
9917+ " to method post_worksheet_cells_range_sort" % key
9918+ )
9919+ params[key] = val
9920+ del params['kwargs']
9921+
9922+ http_params = request.create_http_request(self.api_client)
9923+ return self.api_client.call_api(http_params['path'], http_params['method'],
9924+ None,
9925+ http_params['query_params'],
9926+ http_params['header_params'],
9927+ body=http_params['body'],
9928+ post_params=http_params['form_params'],
9929+ files=http_params['files'],
9930+ response_type=http_params['response_type'],
9931+ auth_settings=http_params['auth_settings'],
9932+ callback=params.get('callback'),
9933+ _return_http_data_only=params.get('_return_http_data_only'),
9934+ _preload_content=params.get('_preload_content', True),
9935+ _request_timeout=params.get('_request_timeout'),
9936+ collection_formats=http_params['collection_formats'])
9937+
9938+
98929939
98939940
98949941 # <summary>
@@ -24888,6 +24935,104 @@ def cells_list_objects_get_worksheet_list_objects_with_http_info(self, name, she
2488824935 _request_timeout=params.get('_request_timeout'),
2488924936 collection_formats=collection_formats)
2489024937
24938+
24939+
24940+
24941+ # <summary>
24942+ # Remove duplicates on list object.
24943+ # </summary>
24944+ # <param name="request">Request. <see cref="PostWorksheetListObjectRemoveDuplicatesRequest" /></param>
24945+ def post_worksheet_list_object_remove_duplicates(self, request, **kwargs):
24946+
24947+ kwargs['_return_http_data_only'] = True
24948+ self.check_access_token()
24949+ if kwargs.get('callback'):
24950+ return self.post_worksheet_list_object_remove_duplicates_with_http_info(request,**kwargs)
24951+ else:
24952+ (data) = self.post_worksheet_list_object_remove_duplicates_with_http_info(request,**kwargs)
24953+ return data
24954+
24955+ def post_worksheet_list_object_remove_duplicates_with_http_info(self, request, **kwargs):
24956+ all_params = []
24957+ all_params.append('callback')
24958+ all_params.append('_return_http_data_only')
24959+ all_params.append('_preload_content')
24960+ all_params.append('_request_timeout')
24961+ params = locals()
24962+ for key, val in iteritems(params['kwargs']):
24963+ if key not in all_params:
24964+ raise TypeError(
24965+ "Got an unexpected keyword argument '%s'"
24966+ " to method post_worksheet_list_object_remove_duplicates" % key
24967+ )
24968+ params[key] = val
24969+ del params['kwargs']
24970+
24971+ http_params = request.create_http_request(self.api_client)
24972+ return self.api_client.call_api(http_params['path'], http_params['method'],
24973+ None,
24974+ http_params['query_params'],
24975+ http_params['header_params'],
24976+ body=http_params['body'],
24977+ post_params=http_params['form_params'],
24978+ files=http_params['files'],
24979+ response_type=http_params['response_type'],
24980+ auth_settings=http_params['auth_settings'],
24981+ callback=params.get('callback'),
24982+ _return_http_data_only=params.get('_return_http_data_only'),
24983+ _preload_content=params.get('_preload_content', True),
24984+ _request_timeout=params.get('_request_timeout'),
24985+ collection_formats=http_params['collection_formats'])
24986+
24987+
24988+
24989+ # <summary>
24990+ # Insert slicer for list object.
24991+ # </summary>
24992+ # <param name="request">Request. <see cref="PostWorksheetListObjectInsertSlicerRequest" /></param>
24993+ def post_worksheet_list_object_insert_slicer(self, request, **kwargs):
24994+
24995+ kwargs['_return_http_data_only'] = True
24996+ self.check_access_token()
24997+ if kwargs.get('callback'):
24998+ return self.post_worksheet_list_object_insert_slicer_with_http_info(request,**kwargs)
24999+ else:
25000+ (data) = self.post_worksheet_list_object_insert_slicer_with_http_info(request,**kwargs)
25001+ return data
25002+
25003+ def post_worksheet_list_object_insert_slicer_with_http_info(self, request, **kwargs):
25004+ all_params = []
25005+ all_params.append('callback')
25006+ all_params.append('_return_http_data_only')
25007+ all_params.append('_preload_content')
25008+ all_params.append('_request_timeout')
25009+ params = locals()
25010+ for key, val in iteritems(params['kwargs']):
25011+ if key not in all_params:
25012+ raise TypeError(
25013+ "Got an unexpected keyword argument '%s'"
25014+ " to method post_worksheet_list_object_insert_slicer" % key
25015+ )
25016+ params[key] = val
25017+ del params['kwargs']
25018+
25019+ http_params = request.create_http_request(self.api_client)
25020+ return self.api_client.call_api(http_params['path'], http_params['method'],
25021+ None,
25022+ http_params['query_params'],
25023+ http_params['header_params'],
25024+ body=http_params['body'],
25025+ post_params=http_params['form_params'],
25026+ files=http_params['files'],
25027+ response_type=http_params['response_type'],
25028+ auth_settings=http_params['auth_settings'],
25029+ callback=params.get('callback'),
25030+ _return_http_data_only=params.get('_return_http_data_only'),
25031+ _preload_content=params.get('_preload_content', True),
25032+ _request_timeout=params.get('_request_timeout'),
25033+ collection_formats=http_params['collection_formats'])
25034+
25035+
2489125036 def cells_list_objects_post_worksheet_list_column(self, name, sheet_name, list_object_index, column_index, **kwargs):
2489225037 warnings.warn("CellsApi is deprecated", DeprecationWarning)
2489325038 """
0 commit comments