aspose-cells-cloud/Aspose.Cells-Cloud-SDK-for-Python

Automate Excel and Spreadsheet Processing in the Cloud with Python. Use the Aspose.Cells Cloud SDK to Create, Edit, and Convert Files (XLSX, ODS, PDF, JSON, HTML, Markdown) via REST API.

Python

5

216 commits

updated Sep 19, 2026

See the code

README

Product Page Documentation API Ref Examples Blog Support PyPI PyPI - Python Version PyPI - Downloads GitHub license GitHub commits since latest release (by date)

Aspose.Cells Cloud SDK for Python is a cloud-native REST API that enables Python developers to create, read, edit, convert, and repair spreadsheet files—including Excel (XLS, XLSX, XLSB, XLSM), OpenDocument Spreadsheet (ODS), CSV, TSV, JSON, HTML, PDF, and more—without requiring Microsoft Excel or Office to be installed.

Built on the Aspose.Cells Cloud Web API, this MIT-licensed SDK supports advanced spreadsheet operations such as:

  • Cell formatting, formulas, and data validation
  • Pivot tables, charts, hyperlinks, and comments
  • Conditional formatting and smart markers
  • Worksheet merging, splitting, and protection
  • Batch processing and background removal

It seamlessly integrates with AWS, Microsoft Azure, and Google Cloud, ensuring high availability, scalability, and data integrity. Ideal for serverless apps, microservices, and cloud automation workflows.

How to install Python library about Aspose.Cells Cloud SDK

  • Install the Aspose.Cells Cloud Python package from the pypi.
    • On Linux Platform
   pip install asposecellscloud
  • On Windows Platform
   python -m pip install asposecellscloud

Quick Start Guide

To begin with Aspose.Cells Cloud, here's what you need to do:

  1. Sign up for an account at Aspose for Cloud to obtain your client id and secret.

  2. Use the conversion code provided below as a reference to add or modify your application.

Convert Excel to PDF Using Python

from asposecellscloud.apis.cells_api import CellsApi
from asposecellscloud.models import *
from asposecellscloud.requests import *

CellsCloudClientId = "...."     # get from https://dashboard.aspose.cloud/#/applications
CellsCloudClientSecret = "...." # get from https://dashboard.aspose.cloud/#/applications

cellsApi = CellsApi(CellsCloudClientId,CellsCloudClientSecret)
cellsApi.convert_spreadsheet(ConvertSpreadsheetRequest( 'EmployeeSalesSummary.xlsx', 'pdf') , local_outpath = "EmployeeSalesSummary.pdf")

Support file format

FormatDescriptionLoadSave
XLSExcel 95/5.0 - 2003 Workbook.
XLSXOffice Open XML SpreadsheetML Workbook or template file, with or without macros.
XLSBExcel Binary Workbook.
XLSMExcel Macro-Enabled Workbook.
XLTExcel 97 - Excel 2003 Template.
XLTXExcel Template.
XLTMExcel Macro-Enabled Template.
XLAMAn Excel Macro-Enabled Add-In file that's used to add new functions to Excel. 
CSVCSV (Comma Separated Value) file.
TSVTSV (Tab-separated values) file.
TXTDelimited plain text file.
HTMLHTML format.
MHTMLMHTML file.
ODSODS (OpenDocument Spreadsheet).
NumbersThe document is created by Apple's "Numbers" application which forms part of Apple's iWork office suite, a set of applications which run on the Mac OS X and iOS operating systems.
JSONJavaScript Object Notation
DIFData Interchange Format. 
PDFAdobe Portable Document Format. 
XPSXML Paper Specification Format. 
SVGScalable Vector Graphics Format. 
TIFFTagged Image File Format 
PNGPortable Network Graphics Format 
BMPBitmap Image Format 
EMFEnhanced metafile Format 
JPEGJPEG is a type of image format that is saved using the method of lossy compression. 
GIFGraphical Interchange Format 
MARKDOWNRepresents a markdown document. 
SXCAn XML based format used by OpenOffice and StarOffice
FODSThis is an Open Document format stored as flat XML.
DOCXA well-known format for Microsoft Word documents that is a combination of XML and binary files.
PPTXThe PPTX format is based on the Microsoft PowerPoint open XML presentation file format.
OTSOTS (OpenDocument Spreadsheet).
XMLXML file.
HTMHTM file.
TIFTagged Image File Format 
WMFWMF Image Format 
PCLPrinter Command Language Format 
AZW3AZ3/KF8 File Format 
EPUBEPUB File Format 
DBFDBF File Format 
EPUBdatabase file 
XHTMLXHTML File Format 

Architecture

architecture.png

Developer Reference

Manipulate Excel and other spreadsheet files in the Cloud

  • File Manipulation: Users can upload, download, delete, and manage Excel files stored in the cloud.
  • File Formatting: Supports formatting of cells, fonts, colors, and alignment modes in Excel files to cater to users' specific requirements.
  • Data Processing: Powerful functions for data processing including reading, writing, modifying cell data, performing formula calculations, and formatting data.
  • Formula Calculation: Built-in formula engine handles complex formula calculations in Excel and returns accurate results.
  • Chart Manipulation: Users can create, edit, and delete charts from Excel files for data analysis and visualization needs.
  • Table Processing: Offers robust processing capabilities for various form operations such as creation, editing, formatting, and conversion, meeting diverse form processing needs.
  • Data Verification: Includes data verification function to set cell data type, range, uniqueness, ensuring data accuracy and integrity.
  • Batch Processing: Supports batch processing of multiple Excel documents, such as batch format conversion, data extraction, and style application..
  • Import/Export Data: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
  • Security Management: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data.

Feature & Enhancements in Version v26.9

SummaryCategory
Enhancement CheckCloudServiceHealth: Add Aspose.Cells Cloud information description.Improvement
Fix code-gen/swagger specification for Aspose.Cells Cloud.Bug

Available SDKs

The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments.

Go Go Java Java C# .NET Node.js Node.js Perl Perl PHP PHP Python Python Ruby Ruby

Release history version

convert-excel-to-csv
convert-excel-to-json
convert-excel-to-pdf
excel
excel-export
python
python-sdk
spreadsheet
xls
xlsb
xlsx

Contributors

roywangaspose

199 commits

nickliuaspose

14 commits

babar-raza

2 commits

aspose-cells-cloud/Aspose.Cells-Cloud-SDK-for-Python

Automate Excel and Spreadsheet Processing in the Cloud with Python. Use the Aspose.Cells Cloud SDK to Create, Edit, and Convert Files (XLSX, ODS, PDF, JSON, HTML, Markdown) via REST API.

Python

5

216 commits

updated Sep 19, 2026

See the code

README

Product Page Documentation API Ref Examples Blog Support PyPI PyPI - Python Version PyPI - Downloads GitHub license GitHub commits since latest release (by date)

Aspose.Cells Cloud SDK for Python is a cloud-native REST API that enables Python developers to create, read, edit, convert, and repair spreadsheet files—including Excel (XLS, XLSX, XLSB, XLSM), OpenDocument Spreadsheet (ODS), CSV, TSV, JSON, HTML, PDF, and more—without requiring Microsoft Excel or Office to be installed.

Built on the Aspose.Cells Cloud Web API, this MIT-licensed SDK supports advanced spreadsheet operations such as:

  • Cell formatting, formulas, and data validation
  • Pivot tables, charts, hyperlinks, and comments
  • Conditional formatting and smart markers
  • Worksheet merging, splitting, and protection
  • Batch processing and background removal

It seamlessly integrates with AWS, Microsoft Azure, and Google Cloud, ensuring high availability, scalability, and data integrity. Ideal for serverless apps, microservices, and cloud automation workflows.

How to install Python library about Aspose.Cells Cloud SDK

  • Install the Aspose.Cells Cloud Python package from the pypi.
    • On Linux Platform
   pip install asposecellscloud
  • On Windows Platform
   python -m pip install asposecellscloud

Quick Start Guide

To begin with Aspose.Cells Cloud, here's what you need to do:

  1. Sign up for an account at Aspose for Cloud to obtain your client id and secret.

  2. Use the conversion code provided below as a reference to add or modify your application.

Convert Excel to PDF Using Python

from asposecellscloud.apis.cells_api import CellsApi
from asposecellscloud.models import *
from asposecellscloud.requests import *

CellsCloudClientId = "...."     # get from https://dashboard.aspose.cloud/#/applications
CellsCloudClientSecret = "...." # get from https://dashboard.aspose.cloud/#/applications

cellsApi = CellsApi(CellsCloudClientId,CellsCloudClientSecret)
cellsApi.convert_spreadsheet(ConvertSpreadsheetRequest( 'EmployeeSalesSummary.xlsx', 'pdf') , local_outpath = "EmployeeSalesSummary.pdf")

Support file format

FormatDescriptionLoadSave
XLSExcel 95/5.0 - 2003 Workbook.
XLSXOffice Open XML SpreadsheetML Workbook or template file, with or without macros.
XLSBExcel Binary Workbook.
XLSMExcel Macro-Enabled Workbook.
XLTExcel 97 - Excel 2003 Template.
XLTXExcel Template.
XLTMExcel Macro-Enabled Template.
XLAMAn Excel Macro-Enabled Add-In file that's used to add new functions to Excel. 
CSVCSV (Comma Separated Value) file.
TSVTSV (Tab-separated values) file.
TXTDelimited plain text file.
HTMLHTML format.
MHTMLMHTML file.
ODSODS (OpenDocument Spreadsheet).
NumbersThe document is created by Apple's "Numbers" application which forms part of Apple's iWork office suite, a set of applications which run on the Mac OS X and iOS operating systems.
JSONJavaScript Object Notation
DIFData Interchange Format. 
PDFAdobe Portable Document Format. 
XPSXML Paper Specification Format. 
SVGScalable Vector Graphics Format. 
TIFFTagged Image File Format 
PNGPortable Network Graphics Format 
BMPBitmap Image Format 
EMFEnhanced metafile Format 
JPEGJPEG is a type of image format that is saved using the method of lossy compression. 
GIFGraphical Interchange Format 
MARKDOWNRepresents a markdown document. 
SXCAn XML based format used by OpenOffice and StarOffice
FODSThis is an Open Document format stored as flat XML.
DOCXA well-known format for Microsoft Word documents that is a combination of XML and binary files.
PPTXThe PPTX format is based on the Microsoft PowerPoint open XML presentation file format.
OTSOTS (OpenDocument Spreadsheet).
XMLXML file.
HTMHTM file.
TIFTagged Image File Format 
WMFWMF Image Format 
PCLPrinter Command Language Format 
AZW3AZ3/KF8 File Format 
EPUBEPUB File Format 
DBFDBF File Format 
EPUBdatabase file 
XHTMLXHTML File Format 

Architecture

architecture.png

Developer Reference

Manipulate Excel and other spreadsheet files in the Cloud

  • File Manipulation: Users can upload, download, delete, and manage Excel files stored in the cloud.
  • File Formatting: Supports formatting of cells, fonts, colors, and alignment modes in Excel files to cater to users' specific requirements.
  • Data Processing: Powerful functions for data processing including reading, writing, modifying cell data, performing formula calculations, and formatting data.
  • Formula Calculation: Built-in formula engine handles complex formula calculations in Excel and returns accurate results.
  • Chart Manipulation: Users can create, edit, and delete charts from Excel files for data analysis and visualization needs.
  • Table Processing: Offers robust processing capabilities for various form operations such as creation, editing, formatting, and conversion, meeting diverse form processing needs.
  • Data Verification: Includes data verification function to set cell data type, range, uniqueness, ensuring data accuracy and integrity.
  • Batch Processing: Supports batch processing of multiple Excel documents, such as batch format conversion, data extraction, and style application..
  • Import/Export Data: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
  • Security Management: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data.

Feature & Enhancements in Version v26.9

SummaryCategory
Enhancement CheckCloudServiceHealth: Add Aspose.Cells Cloud information description.Improvement
Fix code-gen/swagger specification for Aspose.Cells Cloud.Bug

Available SDKs

The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments.

Go Go Java Java C# .NET Node.js Node.js Perl Perl PHP PHP Python Python Ruby Ruby

Release history version

convert-excel-to-csv
convert-excel-to-json
convert-excel-to-pdf
excel
excel-export
python
python-sdk
spreadsheet
xls
xlsb
xlsx

Contributors

roywangaspose

199 commits

nickliuaspose

14 commits

babar-raza

2 commits

Languages

Python

88.7%

HTML

11.0%