Convert an Excel File to Different Formats

Contents
[ ]

This REST API indicates to convert an Excel file to a different format. It supports different formats. It can also set page setup and save options before converting.

Request Body Parameter

Parameter Name Type Description
ConvertWorkbookOptions object Convert Workbook Options.

Response

FileInfo

REST API

API Type Description Swagger Link
/cells/convert POST Converts workbook from request content to some format PostConvertWorkBook

The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

You can use cURL command-line tool to access Aspose.Cells web services easily. The following example shows how to make calls to Cloud API with cURL.