Aspose.Cells Cloud Web API Documentation | Quick Integration Guide | Developer Center
Contents
[
Hide
]
Core Functions
- Convert Spreadsheet to PDF file
- Convert Spreadsheet Chart to Image
- Save Spreadsheet As
- Merge Spreadsheets
- Split Spreadsheets
- Delete Spreadsheet blank rows
- Delete Spreadsheet blank columns
- Replace Spreadsheet content
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
- Select the appropriate SDK or call the REST endpoint directly
Code & Example
Discover Cells Cloud SDKs on GitHub for free. Access open-source code and extensive use case examples: