Convert XLS XLSX to PowerPoint

Are you looking for how to convert Excel to PowerPoint PPTX? This can easily be done with Aspose.Cells and Aspose.PDF which are part of Conholdate.Total.

Convert XLS XLSX to PPTX in C#

To convert XLS, XLSX or any 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.