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

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

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.  
PDF 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  

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.4.0

Summary Category
Implement the data transpose Web API on Aspose Cells Cloud. New Feature
Implement the data unpivot Web API on Aspose Cells Cloud. New Feature

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

Project details


Release history Release notifications | RSS feed

This version

26.4

Download files

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

Source Distribution

asposecellscloud-26.4.tar.gz (454.0 kB view details)

Uploaded Source

Built Distribution

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

asposecellscloud-26.4-py3-none-any.whl (2.0 MB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for asposecellscloud-26.4.tar.gz
Algorithm Hash digest
SHA256 c977c95f9475406b967aaa7d997c569a5831d1bd85a84dc951dc2ec7d1e1042d
MD5 cf1427eeac5fe4971fc6a42a995aae8e
BLAKE2b-256 a04ea68c83db2163094f24a93f122ca1e430c0843f160d2d13bc161e0bb780f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for asposecellscloud-26.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e93689322ee953539298977daaa49f38ac9da99eda3ac99f9598faff25d1f88c
MD5 1ac532e60e37a40e7e8eaced7aa35d1f
BLAKE2b-256 a880462f3f85878fd9eac5edffee20789a04b1fd603174b440d3fc6321938cc7

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