Excel to Pptx
Contents
[
Hide
]
This REST API converts a spreadsheet file to PPTX format.
Query Parameters
| Parameter Name | Type | Description |
|---|---|---|
password |
string | Password required to open the Excel workbook. |
storageName |
string | Name of the storage where the source file is located. |
checkExcelRestriction |
bool | Indicates whether to enforce Excel file restrictions when modifying cell‑related objects. |
Request Body Parameter
| Parameter Name | Type | Description |
|---|---|---|
datafile |
data file | The Excel file included in the first part of the multipart request body. |
Response
REST API Specification
| API | Type | Description | Swagger Link |
|---|---|---|---|
| /cells/convert/pptx | POST | Convert a spreadsheet to a PPTX file. | PostConvertWorkbookToPptx |
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. See 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:
Other APIs that Implement This Function
- POST /cells/{name}/saveAs – Saves an Excel file as a DOCX file with additional settings and stores the result.
- PUT /cells/convert – Converts an Excel file to DOCX with optional settings and returns the result in the response.
- GET /cells/{name} – Retrieves an Excel workbook and can convert it to DOCX with additional options.