Convert PPT PPTX to Excel
Contents
[
Hide
]
How to convert PowerPoint PPTX to Excel (XLS or XLSX)? This can easily be done with Aspose.Slides and Aspose.PDF which are part of Conholdate.Total.
Convert PPT PPTX to XLSX in C#
To convert PPT, PPTX or any PowerPoint format to Excel, you can follow these simple steps.
- Load the PowerPoint file
- Save it to PDF stream
- Load the PDF stream
- Save it as Excel
Following code shows these steps in detail.