Convert XLS XLSX to PowerPoint
Contents
[
Hide
]
Are you looking for how to convert Excel files to PowerPoint PPTX? This can easily be done with Aspose.Cells and Aspose.PDF for Java which are part of Conholdate.Total.
Convert XLS XLSX to PPTX in Java
To convert XLS, XLSX or any other Excel format to PPTX, you can follow the steps below.
- Load the Excel file
- Save it to PDF stream
- Load the PDF stream
- Save this PDF as PPTX
Following code shows the steps in detail.