Aspose.Cells Cloud 3.0 REST API Developer Guide – Excel Workbook Creation, Conversion & Styling
Contents
[
Hide
]
Working with Aspose.Cells Cloud REST APIs
The Aspose.Cells Cloud 3.0 Developer Guide provides a concise, searchable overview of the most‑used REST API operations for Excel workbooks and worksheets. It is intended for developers who need to create, modify, convert, and manipulate Excel files programmatically. Use the sections below to locate the operation you require; each link leads to a detailed page with request syntax, parameters, and examples. This hub page centralizes the Aspose.Cells Cloud REST API reference, making it easier to find workbook‑related endpoints, chart handling, data import, and export functions.
Table of Contents
- File Operations
- Home (Cell Formatting & Row/Column Management)
- Insert (Charts, Tables & OLE Objects)
- Page Layout (Page Breaks & Setup)
- Formulas (Calculate & Names)
- Data (Outline, Filter & Import)
- Review (Comments & Protection)
- View (Window & Zoom Controls)
Quick API Summary
| API Group | Sample Endpoint | Primary Action |
|---|---|---|
| Create Workbook | POST /cells/workbook |
Create a new empty Excel workbook |
| Convert Workbook | PUT /cells/workbook/convert |
Convert an Excel file to PDF, CSV, JSON, etc. |
| Add Chart | POST /cells/worksheets/{sheetName}/charts |
Insert a new chart into a worksheet |
| Manage Tables | PUT /cells/worksheets/{sheetName}/tables/{tableName} |
Update or delete a list object (table) |
| Import Data | POST /cells/worksheets/{sheetName}/import |
Import CSV, JSON, images, or arrays into a worksheet |
| Calculate Formulas | POST /cells/workbook/calculate |
Recalculate all formulas in a workbook |
| Apply Filters | POST /cells/worksheets/{sheetName}/filters |
Add or remove AutoFilter criteria |
| Protect Workbook | POST /cells/workbook/protect |
Apply password protection to a workbook |
These high‑frequency operations cover the core functionality of the Aspose.Cells Cloud Excel REST API and link directly to detailed documentation pages.