Convert an Excel File to Different Formats – Aspose.Cells Cloud API Guide

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.

PostConvertWorkBook API

POST https://api.aspose.cloud/v3.0/cells/convert

Before using this API, ensure you have a valid JWT token and have installed the appropriate Aspose.Cells Cloud SDK for your programming language.

Security and Authentication

The Aspose.Cells Cloud APIs are secure and require JWT token-based authentication.

How to Use the PostConvertWorkBook API with SDKs

PostConvertWorkBook API Specification

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.

Use Aspose.Cells Cloud SDKs

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: