Convert Excel to PowerPoint

Convert Excel to PowerPoint in C#

GroupDocs.Conversion (which is a part of Conholdate.Total for .NET) library supports such Excel to PowerPoint transformations when spreadsheets of a workbook are converted to presentation slides.

Likewise other conversions you may select the desired presentation file format by specifying the Format property of the PresentationConvertOptions class. PPTX is the default format for presentations and in case of converting to PPTX Format property may not be set.

Following code snippet demonstrates how to convert XLSX to PPTX using C# language: