Convert an Excel file to another format or save it differently.
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:
- Convert an Excel file to different format file.
- Save an Excel file as a different format file.
- Convert an Excel file to a Csv file.
- Convert an Excel file to a Docx file.
- Convert an Excel file to a Html file.
- Convert an Excel file to a Json file.
- Convert an Excel file to a Markdown file.
- Convert an Excel file to a PDF file.
- Convert an Excel file to a Png file.
- Convert an Excel file to a Pptx file.
- Convert an Excel file to a SQL file.
- Convert an Excel file to a TIFF file.