Convert Excel to kinds of format

Contents
[ ]

If you have originally created an Excel file in a certain format, like XLS, XLSX, XLSB, and CSV, you may sometimes find it useful to convert the excel file to another format so you can take advantage of special features provided by it. For example, you may want to convert an excel file to PDF to protect your contents from any unauthorized modifications and make it easy to read and share simultaneously.

Document conversion is a complex process. Many factors contribute to the complexity and therefore, should be taken into account during the transformation process. The ability to convert Excel files from one format to another with a precise professional quality is a top feature of Aspose.Cells Cloud.

It works perfectly for any document format conversions. You can both import and export documents: XLS, XLSX, XLSB, CSV, TSV, XLSM, ODS, TXT. The export-only formats: PDF, OTS, XPS, DIF, PNG, JPEG, BMP, SVG, TIFF, EMF, NUMBERS, FODS.

The following APIs to convert an Excel file to other file formats is provided:

API Description
GET /cells/{name} Gets Excel file to other formats from cloud storage.
PUT /cells/convert Converts Excel file to other formats from request content.
POST /cells/{name}/saveAs Saves Excel file as other formats file to storage.

The following articles explain each API in detail and contain cURL and SDK Examples of each API: