VOOZH about

URL: https://pypi.org/project/asposecellscloud/

โ‡ฑ asposecellscloud ยท PyPI


Skip to main content

asposecellscloud 26.6.4

pip install asposecellscloud

Latest release

Released:

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.

Navigation

Verified details

These details have been verified by PyPI
Maintainers
๐Ÿ‘ Avatar for asposecells from gravatar.com
asposecells ๐Ÿ‘ Avatar for asposecloud from gravatar.com
asposecloud

Unverified details

These details have not been verified by PyPI
Project links
Meta
  • License: MIT License
  • Author: Aspose Cloud
  • Tags excel , spreadsheet , convert , xlsx , pdf , json , cloud , rest api , merge , split , protect
  • Requires: Python >=3.6
Classifiers

Project description

๐Ÿ‘ Image
๐Ÿ‘ 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
pipinstallasposecellscloud
  • 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

fromasposecellscloud.apis.cells_apiimport CellsApi
fromasposecellscloud.modelsimport *
fromasposecellscloud.requestsimport *

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

Summary Category
New Web API: Enable AI-Powered Data Analysis. New Feature
Add Auto-fit function to the format conversion feature. Improvement
AI development API summary New Feature
Fix the bug about Object reference not set to an instance of an object. 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

Project details

Verified details

These details have been verified by PyPI
Maintainers
๐Ÿ‘ Avatar for asposecells from gravatar.com
asposecells ๐Ÿ‘ Avatar for asposecloud from gravatar.com
asposecloud

Unverified details

These details have not been verified by PyPI
Project links
Meta
  • License: MIT License
  • Author: Aspose Cloud
  • Tags excel , spreadsheet , convert , xlsx , pdf , json , cloud , rest api , merge , split , protect
  • Requires: Python >=3.6
Classifiers

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-26.6.4.tar.gz (464.2 kB view details)

Uploaded Source

Built Distribution

Filter files by name, interpreter, ABI, and platform.

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

Copy a direct link to the current filters

asposecellscloud-26.6.4-py3-none-any.whl (2.1 MB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for asposecellscloud-26.6.4.tar.gz
Algorithm Hash digest
SHA256 01b08e2b8a47a31146d59af37d2c3370ed92f178361fdc8cbc7af5841ffcf23f
MD5 f6c8844d4cc5d1756de748834333ae15
BLAKE2b-256 94b8d003408120c4af8e7934be98a3ab70a9f532ad65eddd073d78ed97c90a3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for asposecellscloud-26.6.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f849ac22ddcfe2dc410affac2dfdac54376e7e29145f599af9a9bf577fa0a920
MD5 a626779dbabf88543f89d6ac9fe6129b
BLAKE2b-256 df03590e5deb6ea88f35cd3583ffdb3a66e6fc50fde7de01928e5ae4cfd92c68

See more details on using hashes here.

Supported by

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