22
33Aspose.Cells Cloud SDK for Python allows you to use Aspose.Cells APIs in your Python applications
44
5- - Package version: 18.4
5+ - Package version: 18.9
66- Build package: io.swagger.codegen.languages.PythonClientCodegen
77
88## Requirements.
@@ -54,10 +54,11 @@ column_index = 56 # int | The column index.
5454columns = 56 # int | The columns.
5555update_reference = true # bool | The update reference.
5656folder = ' folder_example' # str | The workbook folder. (optional)
57+ storage = ' storage_example' # str | storage name. (optional)
5758
5859try :
5960 # Delete worksheet columns.
60- api_response = api_instance.cells_delete_worksheet_columns(name, sheet_name, column_index, columns, update_reference, folder = folder)
61+ api_response = api_instance.cells_delete_worksheet_columns(name, sheet_name, column_index, columns, update_reference, folder = folder, storage = storage )
6162 pprint(api_response)
6263except ApiException as e:
6364 print (" Exception when calling CellsApi->cells_delete_worksheet_columns: %s \n " % e)
@@ -353,6 +354,7 @@ Class | Method | HTTP request | Description
353354 - [ PasswordRequest] ( docs/PasswordRequest.md )
354355 - [ PasteOptions] ( docs/PasteOptions.md )
355356 - [ PatternFill] ( docs/PatternFill.md )
357+ - [ PdfSecurityOptions] ( docs/PdfSecurityOptions.md )
356358 - [ PicFormatOption] ( docs/PicFormatOption.md )
357359 - [ PivotField] ( docs/PivotField.md )
358360 - [ PivotFilter] ( docs/PivotFilter.md )
@@ -421,6 +423,7 @@ Class | Method | HTTP request | Description
421423 - [ ConditionalFormattings] ( docs/ConditionalFormattings.md )
422424 - [ ConditionalFormattingsResponse] ( docs/ConditionalFormattingsResponse.md )
423425 - [ ConvertTaskParameter] ( docs/ConvertTaskParameter.md )
426+ - [ DifSaveOptions] ( docs/DifSaveOptions.md )
424427 - [ FillFormatResponse] ( docs/FillFormatResponse.md )
425428 - [ FormatCondition] ( docs/FormatCondition.md )
426429 - [ HorizontalPageBreakResponse] ( docs/HorizontalPageBreakResponse.md )
@@ -430,6 +433,7 @@ Class | Method | HTTP request | Description
430433 - [ HyperlinkResponse] ( docs/HyperlinkResponse.md )
431434 - [ Hyperlinks] ( docs/Hyperlinks.md )
432435 - [ HyperlinksResponse] ( docs/HyperlinksResponse.md )
436+ - [ ImageSaveOptions] ( docs/ImageSaveOptions.md )
433437 - [ ImportBatchDataOption] ( docs/ImportBatchDataOption.md )
434438 - [ ImportCSVDataOption] ( docs/ImportCSVDataOption.md )
435439 - [ ImportDataTaskParameter] ( docs/ImportDataTaskParameter.md )
@@ -452,14 +456,17 @@ Class | Method | HTTP request | Description
452456 - [ NameResponse] ( docs/NameResponse.md )
453457 - [ Names] ( docs/Names.md )
454458 - [ NamesResponse] ( docs/NamesResponse.md )
459+ - [ OdsSaveOptions] ( docs/OdsSaveOptions.md )
455460 - [ OleObjectResponse] ( docs/OleObjectResponse.md )
456461 - [ OleObjects] ( docs/OleObjects.md )
457462 - [ OleObjectsResponse] ( docs/OleObjectsResponse.md )
463+ - [ OoxmlSaveOptions] ( docs/OoxmlSaveOptions.md )
458464 - [ PageBreakOperateParameter] ( docs/PageBreakOperateParameter.md )
459465 - [ PageSectionsResponse] ( docs/PageSectionsResponse.md )
460466 - [ PageSetup] ( docs/PageSetup.md )
461467 - [ PageSetupOperateParameter] ( docs/PageSetupOperateParameter.md )
462468 - [ PageSetupResponse] ( docs/PageSetupResponse.md )
469+ - [ PdfSaveOptions] ( docs/PdfSaveOptions.md )
463470 - [ PictureResponse] ( docs/PictureResponse.md )
464471 - [ Pictures] ( docs/Pictures.md )
465472 - [ PicturesResponse] ( docs/PicturesResponse.md )
@@ -489,13 +496,16 @@ Class | Method | HTTP request | Description
489496 - [ SplitResultDocument] ( docs/SplitResultDocument.md )
490497 - [ SplitResultResponse] ( docs/SplitResultResponse.md )
491498 - [ SplitWorkbookTaskParameter] ( docs/SplitWorkbookTaskParameter.md )
499+ - [ SpreadsheetML2003SaveOptions] ( docs/SpreadsheetML2003SaveOptions.md )
492500 - [ Style] ( docs/Style.md )
493501 - [ StyleResponse] ( docs/StyleResponse.md )
502+ - [ SvgSaveOptions] ( docs/SvgSaveOptions.md )
494503 - [ TextItem] ( docs/TextItem.md )
495504 - [ TextItems] ( docs/TextItems.md )
496505 - [ TextItemsResponse] ( docs/TextItemsResponse.md )
497506 - [ TextOptions] ( docs/TextOptions.md )
498507 - [ TitleResponse] ( docs/TitleResponse.md )
508+ - [ TxtSaveOptions] ( docs/TxtSaveOptions.md )
499509 - [ Validation] ( docs/Validation.md )
500510 - [ ValidationResponse] ( docs/ValidationResponse.md )
501511 - [ Validations] ( docs/Validations.md )
@@ -512,6 +522,9 @@ Class | Method | HTTP request | Description
512522 - [ WorksheetResponse] ( docs/WorksheetResponse.md )
513523 - [ Worksheets] ( docs/Worksheets.md )
514524 - [ WorksheetsResponse] ( docs/WorksheetsResponse.md )
525+ - [ XlsSaveOptions] ( docs/XlsSaveOptions.md )
526+ - [ XlsbSaveOptions] ( docs/XlsbSaveOptions.md )
527+ - [ XpsSaveOptions] ( docs/XpsSaveOptions.md )
515528 - [ ChartArea] ( docs/ChartArea.md )
516529 - [ Legend] ( docs/Legend.md )
517530 - [ OleObject] ( docs/OleObject.md )
0 commit comments