2
2
3
3
Aspose.Cells Cloud SDK for Python allows you to use Aspose.Cells APIs in your Python applications
4
4
5
- - Package version: 18.4
5
+ - Package version: 18.9
6
6
- Build package: io.swagger.codegen.languages.PythonClientCodegen
7
7
8
8
## Requirements.
@@ -54,10 +54,11 @@ column_index = 56 # int | The column index.
54
54
columns = 56 # int | The columns.
55
55
update_reference = true # bool | The update reference.
56
56
folder = ' folder_example' # str | The workbook folder. (optional)
57
+ storage = ' storage_example' # str | storage name. (optional)
57
58
58
59
try :
59
60
# 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 )
61
62
pprint(api_response)
62
63
except ApiException as e:
63
64
print (" Exception when calling CellsApi->cells_delete_worksheet_columns: %s \n " % e)
@@ -353,6 +354,7 @@ Class | Method | HTTP request | Description
353
354
- [ PasswordRequest] ( docs/PasswordRequest.md )
354
355
- [ PasteOptions] ( docs/PasteOptions.md )
355
356
- [ PatternFill] ( docs/PatternFill.md )
357
+ - [ PdfSecurityOptions] ( docs/PdfSecurityOptions.md )
356
358
- [ PicFormatOption] ( docs/PicFormatOption.md )
357
359
- [ PivotField] ( docs/PivotField.md )
358
360
- [ PivotFilter] ( docs/PivotFilter.md )
@@ -421,6 +423,7 @@ Class | Method | HTTP request | Description
421
423
- [ ConditionalFormattings] ( docs/ConditionalFormattings.md )
422
424
- [ ConditionalFormattingsResponse] ( docs/ConditionalFormattingsResponse.md )
423
425
- [ ConvertTaskParameter] ( docs/ConvertTaskParameter.md )
426
+ - [ DifSaveOptions] ( docs/DifSaveOptions.md )
424
427
- [ FillFormatResponse] ( docs/FillFormatResponse.md )
425
428
- [ FormatCondition] ( docs/FormatCondition.md )
426
429
- [ HorizontalPageBreakResponse] ( docs/HorizontalPageBreakResponse.md )
@@ -430,6 +433,7 @@ Class | Method | HTTP request | Description
430
433
- [ HyperlinkResponse] ( docs/HyperlinkResponse.md )
431
434
- [ Hyperlinks] ( docs/Hyperlinks.md )
432
435
- [ HyperlinksResponse] ( docs/HyperlinksResponse.md )
436
+ - [ ImageSaveOptions] ( docs/ImageSaveOptions.md )
433
437
- [ ImportBatchDataOption] ( docs/ImportBatchDataOption.md )
434
438
- [ ImportCSVDataOption] ( docs/ImportCSVDataOption.md )
435
439
- [ ImportDataTaskParameter] ( docs/ImportDataTaskParameter.md )
@@ -452,14 +456,17 @@ Class | Method | HTTP request | Description
452
456
- [ NameResponse] ( docs/NameResponse.md )
453
457
- [ Names] ( docs/Names.md )
454
458
- [ NamesResponse] ( docs/NamesResponse.md )
459
+ - [ OdsSaveOptions] ( docs/OdsSaveOptions.md )
455
460
- [ OleObjectResponse] ( docs/OleObjectResponse.md )
456
461
- [ OleObjects] ( docs/OleObjects.md )
457
462
- [ OleObjectsResponse] ( docs/OleObjectsResponse.md )
463
+ - [ OoxmlSaveOptions] ( docs/OoxmlSaveOptions.md )
458
464
- [ PageBreakOperateParameter] ( docs/PageBreakOperateParameter.md )
459
465
- [ PageSectionsResponse] ( docs/PageSectionsResponse.md )
460
466
- [ PageSetup] ( docs/PageSetup.md )
461
467
- [ PageSetupOperateParameter] ( docs/PageSetupOperateParameter.md )
462
468
- [ PageSetupResponse] ( docs/PageSetupResponse.md )
469
+ - [ PdfSaveOptions] ( docs/PdfSaveOptions.md )
463
470
- [ PictureResponse] ( docs/PictureResponse.md )
464
471
- [ Pictures] ( docs/Pictures.md )
465
472
- [ PicturesResponse] ( docs/PicturesResponse.md )
@@ -489,13 +496,16 @@ Class | Method | HTTP request | Description
489
496
- [ SplitResultDocument] ( docs/SplitResultDocument.md )
490
497
- [ SplitResultResponse] ( docs/SplitResultResponse.md )
491
498
- [ SplitWorkbookTaskParameter] ( docs/SplitWorkbookTaskParameter.md )
499
+ - [ SpreadsheetML2003SaveOptions] ( docs/SpreadsheetML2003SaveOptions.md )
492
500
- [ Style] ( docs/Style.md )
493
501
- [ StyleResponse] ( docs/StyleResponse.md )
502
+ - [ SvgSaveOptions] ( docs/SvgSaveOptions.md )
494
503
- [ TextItem] ( docs/TextItem.md )
495
504
- [ TextItems] ( docs/TextItems.md )
496
505
- [ TextItemsResponse] ( docs/TextItemsResponse.md )
497
506
- [ TextOptions] ( docs/TextOptions.md )
498
507
- [ TitleResponse] ( docs/TitleResponse.md )
508
+ - [ TxtSaveOptions] ( docs/TxtSaveOptions.md )
499
509
- [ Validation] ( docs/Validation.md )
500
510
- [ ValidationResponse] ( docs/ValidationResponse.md )
501
511
- [ Validations] ( docs/Validations.md )
@@ -512,6 +522,9 @@ Class | Method | HTTP request | Description
512
522
- [ WorksheetResponse] ( docs/WorksheetResponse.md )
513
523
- [ Worksheets] ( docs/Worksheets.md )
514
524
- [ WorksheetsResponse] ( docs/WorksheetsResponse.md )
525
+ - [ XlsSaveOptions] ( docs/XlsSaveOptions.md )
526
+ - [ XlsbSaveOptions] ( docs/XlsbSaveOptions.md )
527
+ - [ XpsSaveOptions] ( docs/XpsSaveOptions.md )
515
528
- [ ChartArea] ( docs/ChartArea.md )
516
529
- [ Legend] ( docs/Legend.md )
517
530
- [ OleObject] ( docs/OleObject.md )
0 commit comments