In this simple topic, you’ll learn how to convert XLS to TIFF with Java REST API. We will develop an XLS to TIFF converter with Java Low Code API by following the detailed and lucid steps mentioned in the following section. The developed application can be integrated with any application supporting Java in macOS, Linux, or Windows environments and conversion can be done for free.
Prerequisite
- Create an account and get API credentials to manage XLS to TIFF conversion
- Download Aspose.Cells Cloud SDK for Java to convert XLS to TIFF
- Setup Java project with the above SDK to render XLS as TIFF
Steps to Convert XLS to TIFF with Java REST API
- Set the Client ID and Client Secret for the API to render XLS to TIFF
- Create an object of the CellsApi class with client credentials to perform XLS to TIFF conversion
- Specify the source XLS and output TIFF file names and load the source XLS using a name and File object in a HashMap
- Create an instance of the PostConvertWorkbookToPDFRequest with input HashMap
- Call the Excel to TIFF request method to convert XLS to TIFF with Java REST API
- Save the exported TIFF file stream on the local disk
The aforementioned steps transform the file type from Excel to TIFF with Java low code API. We will start the conversion process with the configuration of the SDK and creating the CellsAPI class object. We will then load the source XLS file using a HashMap and create an instance of the PutConvertWorkbookRequest class that is further used for performing the conversion to a TIFF file stream using the PutConvertWorkbook() method.
Code for Excel to TIFF Conversion in Java Low Code API
This simple example code lets you convert Excel to TIFF with Java cloud API. You only need to provide a valid path for the XLS file on the disk with the help of the Aspose.Cells REST API SDK will perform the conversion and after the conversion process is finished, download the output TIFF file stream to save it locally.
We have explored to transform XLS to TIFF with Cloud API in this topic. If you want to perform Excel to HTML conversion, refer to the article on how to Convert Excel to HTML with Java REST API.