Export workbook and internal objects to kinds of format

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 export an excel file to PDF to protect your contents from any unauthorized modifications and make it easy to read and share simultaneously.

Excel object export is a complex process. Many factors contribute to the complexity and therefore, should be taken into account during the export process. The ability to export Excel object to one format file with a precise professional quality is a top feature of Aspose.Cells Cloud.

It works perfectly for workbook, chart, shape and picture exported from excel file. You can export formats: 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 request is an HTTP request with multipart content (see RFC 2046 or RFC 1341). The first part of the multipart content contains the data file and the second contains save options.

The REST API export workbook and internal objects to different format file.

RSET API


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

The request parameters are:

Parameter Name Type Path/Query String/HTTPBody Description
file file formData File to upload
objectType string query object type (workbook/worksheet/chart/shape/picture/listobject/oleobject)
format string query File Format

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.

Cloud SDK Family

Using an SDK is the best way to speed up the development. An SDK takes care of low-level details and lets you focus on your project tasks. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples demonstrate how to make calls to Aspose.Cells web services using various SDKs:

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

  1. Export Excel chart to different file format
  2. Export Excel list-object to different file format
  3. Export Excel ole-object to different file format
  4. Export Excel picture to different file format
  5. Export Excel shape to different file format
  6. Export Excel workbook to different file format
  7. Export Excel worksheet to different file format