title: “Convert an Excel File to Different Formats” second_title: “Document” linktitle: “Convert Spreadsheet” type: docs url: /convert-a-spread-file-to-different-formats/ keywords: “Excel conversion, spreadsheet conversion, Aspose.Cells Cloud, REST API, PDF, CSV, JSON, Markdown, file format conversion” description: “Use Aspose.Cells Cloud REST API to convert Excel workbooks to various formats such as PDF, CSV, JSON, and Markdown. The API supports multiple SDKs for languages like C#, Java, Python, and more.” weight: 10

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.

Request Body Parameter

Parameter Name Type Description
ConvertWorkbookOptions
ConvertWorkbookOptions
object Options for converting the workbook.

Response

FileInfo – details of the generated file.
FileInfo

REST API

API Type Description Swagger Link
/cells/convert POST Converts a workbook from the request content to a specified format. PostConvertWorkBook

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: