Convert an Excel File to Different Formats
This REST API converts an Excel file to a different format. It supports a wide range of output formats and allows you to set page‑setup and save options before conversion.
REST API
| API | Type | Description | Swagger Link |
|---|---|---|---|
| /cells/convert | POST | Converts a workbook from the request content to a specified format. | PostConvertWorkBook |
Request Body Parameter
| Parameter Name | Type | Description |
|---|---|---|
ConvertWorkbookOptionsConvertWorkbookOptions |
object | Options for converting the workbook. |
Response
FileInfo – details of the generated file.
FileInfo
The OpenAPI Specification defines a publicly accessible programming interface and lets you perform REST interactions directly from a web browser.
You can use the cURL command‑line tool to access Aspose.Cells web services easily. The example below shows how to call the Cloud API with cURL.
Cloud SDK Family
Using an SDK is the fastest way to develop. An SDK abstracts low‑level details so you can focus on your project. Check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples demonstrate how to call Aspose.Cells web services using various SDKs: