Convert Excel to PowerPoint
Contents
[
Hide
]
Aspose.Cells for Python via Java supports converting Excel (.xls, xlsx, .xlsb,xlsm ), CSV and OpenOffice( .ods) file to PowerPoint file.
Convert Excel Workbook to PPT
No need to wonder how to convert Excel Workbook to PowerPoint, because Aspose.Cells for Python via Java library has best decision. 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 worksheet to .pptx file.
The following code example demonstrates exporting Excel Workbook to PPT. Please see the code to convert source file to the Word file generated by the code for reference.