Aspose.Cells Cloud Web API Documentation | Quick Integration Guide | Developer Center

Core Functions

Quick Start

Step 1: Get API Credentials

Step 2: Call Conversion API

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

Available SDKs

Code & Example

Discover Cells Cloud SDKs on GitHub for free. Access open-source code and extensive use case examples: