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.
See the codeAspose.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:
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.
pip install asposecellscloud
python -m pip install asposecellscloud
To begin with Aspose.Cells Cloud, here's what you need to do:
Sign up for an account at Aspose for Cloud to obtain your client id and secret.
Use the conversion code provided below as a reference to add or modify your application.
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")
| Format | Description | Load | Save |
|---|---|---|---|
| XLS | Excel 95/5.0 - 2003 Workbook. | √ | √ |
| XLSX | Office Open XML SpreadsheetML Workbook or template file, with or without macros. | √ | √ |
| XLSB | Excel Binary Workbook. | √ | √ |
| XLSM | Excel Macro-Enabled Workbook. | √ | √ |
| XLT | Excel 97 - Excel 2003 Template. | √ | √ |
| XLTX | Excel Template. | √ | √ |
| XLTM | Excel Macro-Enabled Template. | √ | √ |
| XLAM | An Excel Macro-Enabled Add-In file that's used to add new functions to Excel. | √ | |
| CSV | CSV (Comma Separated Value) file. | √ | √ |
| TSV | TSV (Tab-separated values) file. | √ | √ |
| TXT | Delimited plain text file. | √ | √ |
| HTML | HTML format. | √ | √ |
| MHTML | MHTML file. | √ | √ |
| ODS | ODS (OpenDocument Spreadsheet). | √ | √ |
| Numbers | The 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. | √ | |
| JSON | JavaScript Object Notation | √ | √ |
| DIF | Data Interchange Format. | √ | |
| Adobe Portable Document Format. | √ | ||
| XPS | XML Paper Specification Format. | √ | |
| SVG | Scalable Vector Graphics Format. | √ | |
| TIFF | Tagged Image File Format | √ | |
| PNG | Portable Network Graphics Format | √ | |
| BMP | Bitmap Image Format | √ | |
| EMF | Enhanced metafile Format | √ | |
| JPEG | JPEG is a type of image format that is saved using the method of lossy compression. | √ | |
| GIF | Graphical Interchange Format | √ | |
| MARKDOWN | Represents a markdown document. | √ | |
| SXC | An XML based format used by OpenOffice and StarOffice | √ | √ |
| FODS | This is an Open Document format stored as flat XML. | √ | √ |
| DOCX | A well-known format for Microsoft Word documents that is a combination of XML and binary files. | √ | |
| PPTX | The PPTX format is based on the Microsoft PowerPoint open XML presentation file format. | √ | |
| OTS | OTS (OpenDocument Spreadsheet). | √ | √ |
| XML | XML file. | √ | √ |
| HTM | HTM file. | √ | √ |
| TIF | Tagged Image File Format | √ | |
| WMF | WMF Image Format | √ | |
| PCL | Printer Command Language Format | √ | |
| AZW3 | AZ3/KF8 File Format | √ | |
| EPUB | EPUB File Format | √ | |
| DBF | DBF File Format | √ | |
| EPUB | database file | √ | |
| XHTML | XHTML File Format | √ |

| Summary | Category |
|---|---|
| Enhancement CheckCloudServiceHealth: Add Aspose.Cells Cloud information description. | Improvement |
| Fix code-gen/swagger specification for Aspose.Cells Cloud. | Bug |
The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments.
Python
88.7%
HTML
11.0%
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.
See the codeAspose.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:
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.
pip install asposecellscloud
python -m pip install asposecellscloud
To begin with Aspose.Cells Cloud, here's what you need to do:
Sign up for an account at Aspose for Cloud to obtain your client id and secret.
Use the conversion code provided below as a reference to add or modify your application.
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")
| Format | Description | Load | Save |
|---|---|---|---|
| XLS | Excel 95/5.0 - 2003 Workbook. | √ | √ |
| XLSX | Office Open XML SpreadsheetML Workbook or template file, with or without macros. | √ | √ |
| XLSB | Excel Binary Workbook. | √ | √ |
| XLSM | Excel Macro-Enabled Workbook. | √ | √ |
| XLT | Excel 97 - Excel 2003 Template. | √ | √ |
| XLTX | Excel Template. | √ | √ |
| XLTM | Excel Macro-Enabled Template. | √ | √ |
| XLAM | An Excel Macro-Enabled Add-In file that's used to add new functions to Excel. | √ | |
| CSV | CSV (Comma Separated Value) file. | √ | √ |
| TSV | TSV (Tab-separated values) file. | √ | √ |
| TXT | Delimited plain text file. | √ | √ |
| HTML | HTML format. | √ | √ |
| MHTML | MHTML file. | √ | √ |
| ODS | ODS (OpenDocument Spreadsheet). | √ | √ |
| Numbers | The 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. | √ | |
| JSON | JavaScript Object Notation | √ | √ |
| DIF | Data Interchange Format. | √ | |
| Adobe Portable Document Format. | √ | ||
| XPS | XML Paper Specification Format. | √ | |
| SVG | Scalable Vector Graphics Format. | √ | |
| TIFF | Tagged Image File Format | √ | |
| PNG | Portable Network Graphics Format | √ | |
| BMP | Bitmap Image Format | √ | |
| EMF | Enhanced metafile Format | √ | |
| JPEG | JPEG is a type of image format that is saved using the method of lossy compression. | √ | |
| GIF | Graphical Interchange Format | √ | |
| MARKDOWN | Represents a markdown document. | √ | |
| SXC | An XML based format used by OpenOffice and StarOffice | √ | √ |
| FODS | This is an Open Document format stored as flat XML. | √ | √ |
| DOCX | A well-known format for Microsoft Word documents that is a combination of XML and binary files. | √ | |
| PPTX | The PPTX format is based on the Microsoft PowerPoint open XML presentation file format. | √ | |
| OTS | OTS (OpenDocument Spreadsheet). | √ | √ |
| XML | XML file. | √ | √ |
| HTM | HTM file. | √ | √ |
| TIF | Tagged Image File Format | √ | |
| WMF | WMF Image Format | √ | |
| PCL | Printer Command Language Format | √ | |
| AZW3 | AZ3/KF8 File Format | √ | |
| EPUB | EPUB File Format | √ | |
| DBF | DBF File Format | √ | |
| EPUB | database file | √ | |
| XHTML | XHTML File Format | √ |

| Summary | Category |
|---|---|
| Enhancement CheckCloudServiceHealth: Add Aspose.Cells Cloud information description. | Improvement |
| Fix code-gen/swagger specification for Aspose.Cells Cloud. | Bug |
The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments.
Python
88.7%
HTML
11.0%