Socket
Socket
Sign inDemoInstall

asposecellscloud

Package Overview
Dependencies
2
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    asposecellscloud

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.


Maintainers
2

Readme

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

Aspose.Cells Cloud for Python enables you to handle various aspects of Excel files, including cell data, styles, formulas, charts, pivot tables, data validation, comments, drawing objects, images, hyperlinks, and so on. Additionally, it supports operations such as splitting, merging, repairing, and converting to other compatible file formats.

Python package for Aspose.Cells Cloud

Enhance your Python applications with the Aspose.Cells Cloud , enabling seamless integration with Excel, ODS, CSV, Json and other spreadsheet document formats. With its powerful APIs, developers can effortlessly read, convert, create, edit, and manipulate the contents of Excel documents without the need for any office software installed on the machine.

Manipulate Excel and other spreadsheet files in the Cloud

  • File Manipulation: Users can upload, download, delete, and manage Excel files stored in the cloud.
  • 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: 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 24.4

Full list of issues covering all changes in this release:

  • Support data transformation.

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.
TabDelimitedTab-delimited text file, same with TSV file.
TXTDelimited plain text file.
HTMLHTML format.
MHTMLMHTML file.
ODSODS (OpenDocument Spreadsheet).
SpreadsheetMLExcel 2003 XML file.
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.

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 application details.
  2. Install the Aspose.Cells Cloud Python package from the pypi.
   pip install asposecellscloud
  1. Use the conversion code provided below as a reference to add or modify your application.

Convert Excel to PDF Using Python

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

api  = CellsApi(os.getenv('CellsCloudClientId'),os.getenv('CellsCloudClientSecret'),"v3.0",os.getenv('CellsCloudApiBaseUrl'))
remote_folder = 'TestData/In'

local_name = 'Book1.xlsx'
remote_name = 'Book1.xlsx'

format = 'csv'

mapFiles = { 
    local_name: os.path.dirname(os.path.realpath(__file__)) + "/../TestData/" +local_name             
}
mapFiles = { 
    local_name:  local_name             
}
request =  UploadFileRequest( mapFiles, remote_folder + '/' + remote_name,storage_name= '')
api.upload_file(request)
 
request =  PutConvertWorkbookRequest( mapFiles,format= format)
api.put_convert_workbook(request)

.NETJavaPHPRubyNode.jsAndroidSwiftPerlGO
GitHubGitHubGitHubGitHubGitHubGitHubGitHubGitHubGitHub
NuGetMavenComposerGEMNPMMavenPODCPANGO

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

Release history version

Enhancements in Version 24.3

  • Support data deduplication.
  • Support data filling.
  • Support to delete incomplete rows.
  • Support data cleansing.

Enhancements in Version 24.2.1

  • Support data deduplication.

Enhancements in Version 24.1.1

  • Fixed spelling mistakes for several functions.
  • Add the PostFitTallToPages method for page setup controller.
  • Add the PostFitWideToPages method for page setup controller.
  • Optimize save options about paginated.

Enhancements in Version 23.12.0

  • Conversion APIs add region parameter.
  • Protection APIs add region parameter.
  • Assemble data API adds region parameter.
  • Merge files API adds region parameter.
  • Split files API adds region parameter.
  • Import data API adds region parameter.
  • Watermark API adds region parameter.
  • Clear object API adds region parameter.
  • Reverse data API adds region parameter.
  • Rotate data API adds region parameter.

Enhancements in Version 23.11

  • Optimize import xml data into Excel file.
  • Optimize import json data into Excel file.
  • Remove deprecated functions, class and test case.

Enhancements in Version 23.10

  • Fix protect workbook request.
  • Fix range copy API.
  • Optimize workbook protect API.

Enhancements in Version 23.9

  • Support to data sorting on range controller.
  • Support to remove duplicate data on list object.
  • Support to insert slicer for list object.
  • Optimize list object and related objects.

Enhancements in Version 23.8

  • Support to lock API.
  • Optimize protect API.

Enhancements in Version 23.7

  • Support to repair API.
  • Remove GetExtractBarcodes API.

Enhancements in Version 23.6

  • Support to batch lock multi-files.
  • Support to batch unlock multi-files.
  • Support to protect lock multi-files.
  • Support to split lock multi-files.
  • Fix put document property api.

Enhancements in Version 23.5

  • Fix few method names for spelling error.

Enhancements in Version 23.4

-Add import xml data api. -Add export xml data api.

Enhancements in Version 23.3

  • Adopt the new model.

Enhancements in Version 22.12

  • Support chart axis operations.

Enhancements in Version 22.11

  • Add api for converting workbook to json.
  • Add api for converting workbook to sql.
  • Add api for converting workbook to csv.

Enhancements in Version 22.10

  • Add api for converting workbook to pptx.
  • Add api for converting workbook to html.
  • Add api for converting workbook to markdown.

Enhancements in Version 22.9

  • Add api for converting workbook to png.
  • Add api for converting workbook to pdf.
  • Add api for converting workbook to docx

Enhancements in Version 22.8

  • Support transposing Excel Rows to Columns.

Enhancements in Version 22.7

  • Add 4 kinds of Save Option.
  • Add the checkExcelRestriction parameter for multiple APIs.

Enhancements in Version 22.5

  • Add a new API for getting barcode description.

Enhancements in Version 22.4

  • Export API adds extended query parameters.
  • Convert API adds extended query parameters.
  • SaveAs API adds extended query parameters.
  • Get Workbook API adds extended query parameters.

Enhancements in Version 22.3

-Add new API about adding digital signature for cloud file.

Enhancements in Version 22.2

  • Update return value for the DeleteUnprotectWorksheet API on Aspose.Cells Cloud.
  • Update return value for the PutProtectWorksheet API on Aspose.Cells Cloud.
  • Update return value for the PostSetCellHtmlString API on Aspose.Cells Cloud.
  • Update return value for the PostUpdateWorksheetProperty API on Aspose.Cells Cloud.

Enhancements in Version 22.1

  • SaveAs API add the parameter of target storage name.
  • Workbok merged API add the parameter of merged file storage name.
  • Workbok split API add the parameter of target storage name
  • Workbok smart marker API add the parameter of output storage name.
  • Batch convert API add the parameters of intput and output storage name.
  • Remove AutoshapesController from Aspose.Cells Cloud.
  • Rename LiteCellsApi to LightCellsApi.

Enhancements in Version 21.12

  • Improvement for conversion API.
  • Improvement for batch data import to support to set cell formula.
  • Improvement for setting row height and column wight to support to set multi-rows and multi-columns.
  • Support to set cell formula in batch data import.
  • Add a new API for updating the list column.
  • Add a new API for reversing columns and rows.
  • Add new APIs for grouping and ungrouping shapes.

Enhancements in Version 21.11

  • Add new API for workbook get page count on Aspose.Cells Cloud.
  • Add new API for worksheet get page count on Aspose.Cells Cloud.
  • Add new API for compress excel file on Aspose.Cells Cloud.
  • Add new feature for replace API.

Enhancements in Version 21.10

  • Add new API for support delete multiple worksheets in a single call.
  • Add new API for supports batch convert excel files.

Enhancements in Version 21.9

  • Correct the return type of the following REST APIs.

Enhancements in Version 21.8

  • Improvement for getting list object Api.
  • Add import Api.

Enhancements in Version 21.7

  • Fix search API.
  • Fix split API.

Enhancements in Version 21.6

  • Improvement document properties.
  • Update the return value of put/post/delete.
  • Improvement export API.
  • Improve split API.
  • Improve merge API.
  • Improve unlock API.
  • Improve protected API.
  • Improve watermark API.

Enhancements in Version 21.5

  • Support autofit columns for workbook and worksheet.
  • Improve add and post row/column APIs.
  • Improve Task APIs.

Enhancements in Version 21.1

  • Support to convert worksheet on task API
  • Support to add and delete cell or range in worksheet.

Enhancements in Version 20.11

  • Support Aspose.Cells Cloud for Docker.

Enhancements in Version 20.10

  • Support to upload large file.

Enhancements in Version 20.9

  • Support sparkline groups.
  • Add API about updating pivot field.

Enhancements in Version 20.8

  • Aspose.Cells Cloud API calls are not working with explicit storage name but only default storage.
  • Get output file size without downloading during conversion.
  • Enhancement for CellsShapesPutWorksheetShape API.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc