Excel to TIFF

This REST API saveAs saves an Excel file as a TIFF image.

POST /cells/{name}/saveAs API lets you save an MS Excel file as a TIFF file with additional settings and store the result in the cloud storage.

This REST API convert converts an Excel file to TIFF.

PUT /cells/convert API lets you convert an MS Excel file to a TIFF image with additional settings and return the result in the response.

This REST API export exports an Excel file to TIFF.

GET /cells/{name} API lets you export an MS Excel file to TIFF with additional settings and return the result in the response.

REST API

API Type Description Swagger Link
/cells/convert PUT Converts a workbook provided in the request body to the specified format. PutConvertWorkBook
/cells/{name} GET Exports the specified workbook to another format. GetWorkBook
/cells/{name}/saveAs POST Exports the workbook to a chosen format and saves it to cloud storage. PostDocumentSaveAs

These APIs define a publicly accessible programming interface and let 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 following examples demonstrate how to call the Cloud API with cURL.

Cloud SDK Family

Using an SDK is the fastest way to develop. An SDK handles low‑level details so you can focus on your project. Please check 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: