Convert Excel to PowerPoint

Convert Excel Workbook to PPT

No need to wonder how to convert an Excel workbook to PowerPoint, because the Aspose.Cells for Python via Java library provides the best solution. The Aspose.Cells for Python via Java API provides support for converting spreadsheets to PowerPoint format. To export the workbook to PowerPoint, pass SaveFormat.PPTX as the second parameter of Workbook.save method. You may also use PptxSaveOptions class to specify additional settings for exporting worksheets to a .pptx file.

The following code example demonstrates exporting an Excel workbook to PPT. Please see the code to convert the source file to the PowerPoint file generated by the code for reference.