Aspose.Cells Cloud Web API: Spreadsheet conversion, merged, splitter, protect, data processing, etc

What is Aspose.Cells Cloud APIs?

Aspose.Cells Cloud APIs are a set of Spreadsheet/Excel cloud services - no need to install Office, no need to configure servers, just send an HTTP request, and you can perform all common operations such as creating, editing, format conversion, data cleanup, charts, pivot tables, encryption, splitting, merging, watermarks, digital signatures, etc., anywhere and in any language.

Why use Aspose.Cells Cloud APIs?

  • Creating, editing, converting, and analyzing spreadsheets in cloud storage based on Aspose.Cells Cloud Web API services.
  • Create, edit, convert, and analyze local spreadsheet files based on Aspose.Cells Cloud Web API services.
  • Supported file formats are 30, such as xlsx, csv, ods, xlsb, etc.
  • Operate spreadsheets directly through the Aspose.Cells Cloud Web API without the need for Microsoft Excel dependencies.
  • Free 150 API calls per month.
  • Stepwise charging, how much users use, how much they charge, the more they use, the more discounts they offer.
  • Short-code:Things that can be done in one sentence.
    • Convert XLSX to PDF → ConvertSpreadsheetToPdf
    • Delete extra spaces in the entire file → TrimSpreadsheetContent
    • Combine 10+ files into one report → MergeSpreadsheets

How to use Aspose.Cells Cloud APIs?

Step 1: Get API Credentials

Step 2: Call Spreadsheet Web APIs with SDK(recommended)

It is recommended to use the official SDK to simplify the authentication and request process.

Install SDK (using .NET as an example)


dotnet add package Aspose.Cells-Cloud --version 25.8.0

Example: Convert Excel to PDF with SDK

    CellsApi cellsApi = new CellsApi(Environment.GetEnvironmentVariable("ProductClientId"), Environment.GetEnvironmentVariable("ProductClientSecret"));
    cellsApi.ConvertSpreadsheet(new ConvertSpreadsheetRequest { Spreadsheet = "EmployeeSalesSummary.xlsx", format = "pdf" }, "EmployeeSalesSummary.pdf");

Description

  • Spreadsheet: The Excel file name that must be in the local storage.
  • Format: Target format. e.g. pdf, png, csv, json, etc.
  • Output file wTll be saved to the local location.

Core Functions

Aspose.Cells Cloud offers the following key features to meet enterprise-level spreadsheet automation needs:

Spreadsheet Convert

Data Processing

Support SDKs(Available SDKs)

  • Aspose.Cells Cloud offers SDKs** in multiple languages, ready to use:
Language Installation Method GitHub Repository
Java Maven Java SDK GitHub Repository
.NET NuGet .NET SDK GitHub Repository
Python pip Python SDK GitHub Repository
Node.js npm Node.js SDK GitHub Repository
PHP Composer PHP SDK GitHub Repository
GoLang Go Modules GoLang SDK GitHub Repository
Ruby RubyGems Ruby SDK GitHub Repository
Perl CPAN Perl SDK GitHub Repository

Code examples and open source projects

All SDKs are open-source and include rich examples: