|
1 | 1 | # coding: utf-8
|
2 | 2 | """
|
3 | 3 | <copyright company="Aspose" file="CellsApi.cs">
|
4 |
| - Copyright (c) 2024 Aspose.Cells Cloud |
| 4 | + Copyright (c) 2025 Aspose.Cells Cloud |
5 | 5 | </copyright>
|
6 | 6 | <summary>
|
7 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -81,7 +81,6 @@ def check_access_token(self):
|
81 | 81 | self.get_access_token_time = time.time()
|
82 | 82 |
|
83 | 83 | # <summary>
|
84 |
| - # Perform business analysis of data in Excel files. |
85 | 84 | # </summary>
|
86 | 85 | # <param name="request">Request. <see cref="PostAnalyzeExcelRequest" /></param>
|
87 | 86 | def post_analyze_excel(self, request, **kwargs):
|
@@ -129,7 +128,6 @@ def post_analyze_excel_with_http_info(self, request, **kwargs):
|
129 | 128 |
|
130 | 129 |
|
131 | 130 | # <summary>
|
132 |
| - # Retrieve the description of auto filters from a worksheet. |
133 | 131 | # </summary>
|
134 | 132 | # <param name="request">Request. <see cref="GetWorksheetAutoFilterRequest" /></param>
|
135 | 133 | def get_worksheet_auto_filter(self, request, **kwargs):
|
@@ -753,7 +751,6 @@ def delete_worksheet_filter_with_http_info(self, request, **kwargs):
|
753 | 751 |
|
754 | 752 |
|
755 | 753 | # <summary>
|
756 |
| - # Get autoshapes description in worksheet. |
757 | 754 | # </summary>
|
758 | 755 | # <param name="request">Request. <see cref="GetWorksheetAutoshapesRequest" /></param>
|
759 | 756 | def get_worksheet_autoshapes(self, request, **kwargs):
|
@@ -849,7 +846,6 @@ def get_worksheet_autoshape_with_format_with_http_info(self, request, **kwargs):
|
849 | 846 |
|
850 | 847 |
|
851 | 848 | # <summary>
|
852 |
| - # Batch converting files that meet specific matching conditions. |
853 | 849 | # </summary>
|
854 | 850 | # <param name="request">Request. <see cref="PostBatchConvertRequest" /></param>
|
855 | 851 | def post_batch_convert(self, request, **kwargs):
|
@@ -1137,7 +1133,6 @@ def post_access_token_with_http_info(self, request, **kwargs):
|
1137 | 1133 |
|
1138 | 1134 |
|
1139 | 1135 | # <summary>
|
1140 |
| - # Clear cell area contents in the worksheet. |
1141 | 1136 | # </summary>
|
1142 | 1137 | # <param name="request">Request. <see cref="PostClearContentsRequest" /></param>
|
1143 | 1138 | def post_clear_contents(self, request, **kwargs):
|
@@ -1905,7 +1900,6 @@ def post_cell_characters_with_http_info(self, request, **kwargs):
|
1905 | 1900 |
|
1906 | 1901 |
|
1907 | 1902 | # <summary>
|
1908 |
| - # Retrieve descriptions of worksheet columns. |
1909 | 1903 | # </summary>
|
1910 | 1904 | # <param name="request">Request. <see cref="GetWorksheetColumnsRequest" /></param>
|
1911 | 1905 | def get_worksheet_columns(self, request, **kwargs):
|
@@ -2433,7 +2427,6 @@ def post_column_style_with_http_info(self, request, **kwargs):
|
2433 | 2427 |
|
2434 | 2428 |
|
2435 | 2429 | # <summary>
|
2436 |
| - # Retrieve descriptions of rows in the worksheet. |
2437 | 2430 | # </summary>
|
2438 | 2431 | # <param name="request">Request. <see cref="GetWorksheetRowsRequest" /></param>
|
2439 | 2432 | def get_worksheet_rows(self, request, **kwargs):
|
@@ -3153,7 +3146,6 @@ def get_cells_cloud_service_status_with_http_info(self, request, **kwargs):
|
3153 | 3146 |
|
3154 | 3147 |
|
3155 | 3148 | # <summary>
|
3156 |
| - # Retrieve chart area description in the worksheet. |
3157 | 3149 | # </summary>
|
3158 | 3150 | # <param name="request">Request. <see cref="GetChartAreaRequest" /></param>
|
3159 | 3151 | def get_chart_area(self, request, **kwargs):
|
@@ -3297,7 +3289,6 @@ def get_chart_area_border_with_http_info(self, request, **kwargs):
|
3297 | 3289 |
|
3298 | 3290 |
|
3299 | 3291 | # <summary>
|
3300 |
| - # Retrieve descriptions of charts in the worksheet. |
3301 | 3292 | # </summary>
|
3302 | 3293 | # <param name="request">Request. <see cref="GetWorksheetChartsRequest" /></param>
|
3303 | 3294 | def get_worksheet_charts(self, request, **kwargs):
|
@@ -4449,7 +4440,6 @@ def post_chart_second_value_axis_with_http_info(self, request, **kwargs):
|
4449 | 4440 |
|
4450 | 4441 |
|
4451 | 4442 | # <summary>
|
4452 |
| - # Retrieve descriptions of conditional formattings in a worksheet. |
4453 | 4443 | # </summary>
|
4454 | 4444 | # <param name="request">Request. <see cref="GetWorksheetConditionalFormattingsRequest" /></param>
|
4455 | 4445 | def get_worksheet_conditional_formattings(self, request, **kwargs):
|
@@ -4881,7 +4871,6 @@ def delete_worksheet_conditional_formatting_area_with_http_info(self, request, *
|
4881 | 4871 |
|
4882 | 4872 |
|
4883 | 4873 | # <summary>
|
4884 |
| - # Retrieve workbooks in various formats. |
4885 | 4874 | # </summary>
|
4886 | 4875 | # <param name="request">Request. <see cref="GetWorkbookRequest" /></param>
|
4887 | 4876 | def get_workbook(self, request, **kwargs):
|
@@ -5457,7 +5446,6 @@ def post_convert_workbook_to_csv_with_http_info(self, request, **kwargs):
|
5457 | 5446 |
|
5458 | 5447 |
|
5459 | 5448 | # <summary>
|
5460 |
| - # Export Excel internal elements or the workbook itself to various format files. |
5461 | 5449 | # </summary>
|
5462 | 5450 | # <param name="request">Request. <see cref="PostExportRequest" /></param>
|
5463 | 5451 | def post_export(self, request, **kwargs):
|
@@ -6082,7 +6070,6 @@ def post_data_transformation_with_http_info(self, request, **kwargs):
|
6082 | 6070 |
|
6083 | 6071 |
|
6084 | 6072 | # <summary>
|
6085 |
| - # Retrieve descriptions of hyperlinks in the worksheet. |
6086 | 6073 | # </summary>
|
6087 | 6074 | # <param name="request">Request. <see cref="GetWorksheetHyperlinksRequest" /></param>
|
6088 | 6075 | def get_worksheet_hyperlinks(self, request, **kwargs):
|
@@ -6370,7 +6357,6 @@ def delete_worksheet_hyperlinks_with_http_info(self, request, **kwargs):
|
6370 | 6357 |
|
6371 | 6358 |
|
6372 | 6359 | # <summary>
|
6373 |
| - # Assemble data files with template files to generate files in various formats. |
6374 | 6360 | # </summary>
|
6375 | 6361 | # <param name="request">Request. <see cref="PostAssembleRequest" /></param>
|
6376 | 6362 | def post_assemble(self, request, **kwargs):
|
@@ -7090,7 +7076,6 @@ def delete_metadata_with_http_info(self, request, **kwargs):
|
7090 | 7076 |
|
7091 | 7077 |
|
7092 | 7078 | # <summary>
|
7093 |
| - # Retrieve descriptions of ListObjects in the worksheet. |
7094 | 7079 | # </summary>
|
7095 | 7080 | # <param name="request">Request. <see cref="GetWorksheetListObjectsRequest" /></param>
|
7096 | 7081 | def get_worksheet_list_objects(self, request, **kwargs):
|
@@ -7714,7 +7699,6 @@ def post_worksheet_list_columns_total_with_http_info(self, request, **kwargs):
|
7714 | 7699 |
|
7715 | 7700 |
|
7716 | 7701 | # <summary>
|
7717 |
| - # Retrieve descriptions of OLE objects in the worksheet. |
7718 | 7702 | # </summary>
|
7719 | 7703 | # <param name="request">Request. <see cref="GetWorksheetOleObjectsRequest" /></param>
|
7720 | 7704 | def get_worksheet_ole_objects(self, request, **kwargs):
|
@@ -8002,7 +7986,6 @@ def put_worksheet_ole_object_with_http_info(self, request, **kwargs):
|
8002 | 7986 |
|
8003 | 7987 |
|
8004 | 7988 | # <summary>
|
8005 |
| - # Retrieve descriptions of vertical page breaks in the worksheet. |
8006 | 7989 | # </summary>
|
8007 | 7990 | # <param name="request">Request. <see cref="GetVerticalPageBreaksRequest" /></param>
|
8008 | 7991 | def get_vertical_page_breaks(self, request, **kwargs):
|
@@ -8482,7 +8465,6 @@ def delete_horizontal_page_break_with_http_info(self, request, **kwargs):
|
8482 | 8465 |
|
8483 | 8466 |
|
8484 | 8467 | # <summary>
|
8485 |
| - # Retrieve page setup description in the worksheet. |
8486 | 8468 | # </summary>
|
8487 | 8469 | # <param name="request">Request. <see cref="GetPageSetupRequest" /></param>
|
8488 | 8470 | def get_page_setup(self, request, **kwargs):
|
@@ -8914,7 +8896,6 @@ def post_fit_tall_to_pages_with_http_info(self, request, **kwargs):
|
8914 | 8896 |
|
8915 | 8897 |
|
8916 | 8898 | # <summary>
|
8917 |
| - # Retrieve descriptions of pictures in the worksheet. |
8918 | 8899 | # </summary>
|
8919 | 8900 | # <param name="request">Request. <see cref="GetWorksheetPicturesRequest" /></param>
|
8920 | 8901 | def get_worksheet_pictures(self, request, **kwargs):
|
@@ -9202,7 +9183,6 @@ def delete_worksheet_pictures_with_http_info(self, request, **kwargs):
|
9202 | 9183 |
|
9203 | 9184 |
|
9204 | 9185 | # <summary>
|
9205 |
| - # Retrieve descriptions of pivottables in the worksheet. |
9206 | 9186 | # </summary>
|
9207 | 9187 | # <param name="request">Request. <see cref="GetWorksheetPivotTablesRequest" /></param>
|
9208 | 9188 | def get_worksheet_pivot_tables(self, request, **kwargs):
|
@@ -10210,7 +10190,6 @@ def delete_worksheet_pivot_table_filter_with_http_info(self, request, **kwargs):
|
10210 | 10190 |
|
10211 | 10191 |
|
10212 | 10192 | # <summary>
|
10213 |
| - # Retrieve descriptions of Excel file properties. |
10214 | 10193 | # </summary>
|
10215 | 10194 | # <param name="request">Request. <see cref="GetDocumentPropertiesRequest" /></param>
|
10216 | 10195 | def get_document_properties(self, request, **kwargs):
|
@@ -10450,7 +10429,6 @@ def delete_document_properties_with_http_info(self, request, **kwargs):
|
10450 | 10429 |
|
10451 | 10430 |
|
10452 | 10431 | # <summary>
|
10453 |
| - # Excel file digital signature. |
10454 | 10432 | # </summary>
|
10455 | 10433 | # <param name="request">Request. <see cref="PostDigitalSignatureRequest" /></param>
|
10456 | 10434 | def post_digital_signature(self, request, **kwargs):
|
@@ -10930,7 +10908,6 @@ def post_protect_with_http_info(self, request, **kwargs):
|
10930 | 10908 |
|
10931 | 10909 |
|
10932 | 10910 | # <summary>
|
10933 |
| - # Copy content from the source range to the destination range in the worksheet. |
10934 | 10911 | # </summary>
|
10935 | 10912 | # <param name="request">Request. <see cref="PostWorksheetCellsRangesCopyRequest" /></param>
|
10936 | 10913 | def post_worksheet_cells_ranges_copy(self, request, **kwargs):
|
@@ -11554,7 +11531,6 @@ def delete_worksheet_cells_range_with_http_info(self, request, **kwargs):
|
11554 | 11531 |
|
11555 | 11532 |
|
11556 | 11533 | # <summary>
|
11557 |
| - # Retrieve descriptions of shapes in the worksheet. |
11558 | 11534 | # </summary>
|
11559 | 11535 | # <param name="request">Request. <see cref="GetWorksheetShapesRequest" /></param>
|
11560 | 11536 | def get_worksheet_shapes(self, request, **kwargs):
|
@@ -11938,7 +11914,6 @@ def post_worksheet_ungroup_shape_with_http_info(self, request, **kwargs):
|
11938 | 11914 |
|
11939 | 11915 |
|
11940 | 11916 | # <summary>
|
11941 |
| - # Retrieve descriptions of sparkline groups in the worksheet. |
11942 | 11917 | # </summary>
|
11943 | 11918 | # <param name="request">Request. <see cref="GetWorksheetSparklineGroupsRequest" /></param>
|
11944 | 11919 | def get_worksheet_sparkline_groups(self, request, **kwargs):
|
@@ -12603,7 +12578,53 @@ def post_extract_text_with_http_info(self, request, **kwargs):
|
12603 | 12578 |
|
12604 | 12579 |
|
12605 | 12580 | # <summary>
|
12606 |
| - # Retrieve the description of the default style for the workbook . |
| 12581 | + # </summary> |
| 12582 | + # <param name="request">Request. <see cref="PostSplitTextRequest" /></param> |
| 12583 | + def post_split_text(self, request, **kwargs): |
| 12584 | + |
| 12585 | + kwargs['_return_http_data_only'] = True |
| 12586 | + self.check_access_token() |
| 12587 | + if kwargs.get('callback'): |
| 12588 | + return self.post_split_text_with_http_info(request,**kwargs) |
| 12589 | + else: |
| 12590 | + (data) = self.post_split_text_with_http_info(request,**kwargs) |
| 12591 | + return data |
| 12592 | + |
| 12593 | + def post_split_text_with_http_info(self, request, **kwargs): |
| 12594 | + all_params = [] |
| 12595 | + all_params.append('callback') |
| 12596 | + all_params.append('_return_http_data_only') |
| 12597 | + all_params.append('_preload_content') |
| 12598 | + all_params.append('_request_timeout') |
| 12599 | + params = locals() |
| 12600 | + for key, val in iteritems(params['kwargs']): |
| 12601 | + if key not in all_params: |
| 12602 | + raise TypeError( |
| 12603 | + "Got an unexpected keyword argument '%s'" |
| 12604 | + " to method post_split_text" % key |
| 12605 | + ) |
| 12606 | + params[key] = val |
| 12607 | + del params['kwargs'] |
| 12608 | + |
| 12609 | + http_params = request.create_http_request(self.api_client) |
| 12610 | + return self.api_client.call_api(http_params['path'], http_params['method'], |
| 12611 | + None, |
| 12612 | + http_params['query_params'], |
| 12613 | + http_params['header_params'], |
| 12614 | + body=http_params['body'], |
| 12615 | + post_params=http_params['form_params'], |
| 12616 | + files=http_params['files'], |
| 12617 | + response_type=http_params['response_type'], |
| 12618 | + auth_settings=http_params['auth_settings'], |
| 12619 | + callback=params.get('callback'), |
| 12620 | + _return_http_data_only=params.get('_return_http_data_only'), |
| 12621 | + _preload_content=params.get('_preload_content', True), |
| 12622 | + _request_timeout=params.get('_request_timeout'), |
| 12623 | + collection_formats=http_params['collection_formats']) |
| 12624 | + |
| 12625 | + |
| 12626 | + |
| 12627 | + # <summary> |
12607 | 12628 | # </summary>
|
12608 | 12629 | # <param name="request">Request. <see cref="GetWorkbookDefaultStyleRequest" /></param>
|
12609 | 12630 | def get_workbook_default_style(self, request, **kwargs):
|
@@ -13755,7 +13776,6 @@ def get_page_count_with_http_info(self, request, **kwargs):
|
13755 | 13776 |
|
13756 | 13777 |
|
13757 | 13778 | # <summary>
|
13758 |
| - # Retrieve the description of worksheets from a workbook. |
13759 | 13779 | # </summary>
|
13760 | 13780 | # <param name="request">Request. <see cref="GetWorksheetsRequest" /></param>
|
13761 | 13781 | def get_worksheets(self, request, **kwargs):
|
@@ -15627,7 +15647,6 @@ def get_worksheet_page_count_with_http_info(self, request, **kwargs):
|
15627 | 15647 |
|
15628 | 15648 |
|
15629 | 15649 | # <summary>
|
15630 |
| - # Retrieve descriptions of validations in the worksheet. |
15631 | 15650 | # </summary>
|
15632 | 15651 | # <param name="request">Request. <see cref="GetWorksheetValidationsRequest" /></param>
|
15633 | 15652 | def get_worksheet_validations(self, request, **kwargs):
|
|
0 commit comments