Convert XLS XLSX to Word

Converting your Excel data to Word DOC or DOCX is an important feature for the reporting apps. This can easily be done with a combination of Aspose.Cells and Aspose.PDF for Java which are part of Conholdate.Total.

Convert XLS XLSX to Word in Java

To convert XLS, XLSX or any Excel format to DOC or DOCX in Java, you can follow these simple steps.

  • Load the Excel file
  • Save the loaded file to PDF stream
  • Load the PDF stream to Aspose.PDF
  • Save the PDF as DOC or DOCX

Following code shows all of these steps in detail.