Skip to main content

Python Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Microsoft Excel® spreadsheet generation, manipulation, conversion & inspection features into your own Python applications.

Project description

PyPI PyPI - Python Version PyPI - Downloads GitHub license GitHub commits since latest release (by date)

Python SDK for Spreadsheet Processing in Cloud

Python Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Microsoft Excel® spreadsheet generation, manipulation, conversion & inspection features into your own Python applications.

Aspose.Cells Cloud SDK for Python offers Excel® file creation, editing, conversion, & rendering. Developers can format worksheets, rows, columns or cells to the most granular level, create & manipulate chart & pivot tables, render worksheets, charts and specific data ranges to PDF & images, add & calculate Excel's built-in and custom formulas and much more.

Manipulate Excel Files in the Cloud with Python

  • Create Excel files via API.
  • Create & refresh Pivot Tables & charts.
  • Create & manipulate spark-lines & conditional formatting.
  • Convert charts, worksheets or data ranges to images or PDF.
  • Manage comments & hyperlinks.
  • Set complex formulas & calculate results via API.
  • Set protection on workbook, worksheet, cell, column or row.
  • Create & manipulate named ranges.
  • Populate worksheets through Smart Markers.
  • Convert worksheets to PDF, XPS & SVG formats.
  • Inter-convert files to popular Excel formats.

Feature & Enhancements in Version 24.1.2

  • Update time operate question for iron python.

Feature & Enhancements in Version 24.1.3

  • Fix lost request files.

Read & Write Spreadsheet Formats

Microsoft Excel: XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM OpenOffice: ODS SpreadsheetML: XML Text: CSV, TSV, TXT (TabDelimited) Web: HTML, MHTML

Save Spreadsheets As

Microsoft Excel: XLS, XLSX, XLSB OpenOffice: ODS SpreadsheetML: XML Text: CSV, TSV, TXT (TabDelimited) Web: HTML, MHTML Fixed Layout: PDF, XPS Images: PNG, JPG, TIFF, SVG Markdown: MD Other: DIF

Read Other Formats

SXC, FODS

Integrated Storage API

Since version 19.9, SDK includes support of storage operations for better user experience and unification. It gives you an ability to;

  • Upload, download, copy, move and delete files, including versions handling (if you are using Cloud storage that supports this feature - true by default).
  • Create, copy, move and delete folders.
  • Copy and move files and folders across separate storages in scope of a single operation.
  • Check if certain file, folder or storage exists.

Gett Started with Aspose.Cells Cloud SDK for Python

Firstly, create an account at Aspose for Cloud to get your application information. Next, execute pip install asposecellscloud from the command line to get the SDK from PIP. The complete source code is also available at GitHub Repository.

Create Spreadsheet from a Template in the Cloud via Python

    cellsApi = CellsApi("YourClientId","YourClientSecret","v3.0","https://api.aspose.cloud")
    remote_folder = 'TestData/In'
    local_name = 'Book1.xlsx'
    report_data_xml = 'ReportData.xml'
    remote_name = 'Book1.xlsx'
    
    request =  PostWorkbookGetSmartMarkerResultRequest( remote_name,xml_file= remote_folder + '/' +report_data_xml,folder= remote_folder,out_path= 'OutResult/SmartMarkerResult.xlsx',storage_name= '',out_storage_name= '')
    cellsApi.post_workbook_get_smart_marker_result(request)

Convert Excel to PDF via Python

    #Instantiate Aspose Cells API SDK
    cellsApi = CellsApi("YourClientId","YourClientSecret","v3.0","https://api.aspose.cloud")
    local_name = 'Book1.xlsx'
    format = 'pdf'
    mapFiles = { 
        local_name:  "TestData/" +local_name             
    }
    request =  PutConvertWorkbookRequest( mapFiles,format= format)
    cellsApi.put_convert_workbook(request)

Aspose.Cells Cloud SDKs in Popular Languages

.NET Java PHP Ruby Node.js Android Swift Perl GO
GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub
NuGet Maven Composer GEM NPM Maven POD CPAN GO

Product Page | Documentation | Live Demo | API Reference | Code Samples | Blog | Free Support | Free Trial

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asposecellscloud-24.1.3.tar.gz (386.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

asposecellscloud-24.1.3-py3-none-any.whl (1.6 MB view details)

Uploaded Python 3

File details

Details for the file asposecellscloud-24.1.3.tar.gz.

File metadata

  • Download URL: asposecellscloud-24.1.3.tar.gz
  • Upload date:
  • Size: 386.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for asposecellscloud-24.1.3.tar.gz
Algorithm Hash digest
SHA256 3c8010cd4caf7bb3bcb8447ceb26ca34bb30f04178cb4af07a03f204714347f2
MD5 94891abcd0006fb5f03724d248d7ebe6
BLAKE2b-256 3c2b8e23e14dcedaa8cd0d71f87314c12858df5f47dc3c26d9b762b19ac7c271

See more details on using hashes here.

File details

Details for the file asposecellscloud-24.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for asposecellscloud-24.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 db498c4cb1a154b4273b5637285bc18c637bb65d4e53f6c2d6f973487e3ce78c
MD5 348105b418e0b9ed9fe811ba266f1758
BLAKE2b-256 040a16d04e4440bd7a8ddc3910c0cca283c9dc69d174268cae2ff6b35e727ace

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page