Using this code I am losing some of the formatting from the worksheet range:
private void ExportToPowerPoint()
{
string excelFilePath = @"C:\Users\Kipp\Desktop\Presentations\GridToSlideTest.xlsx";
…...Cells to Slides issues Aspose.Cells Product Family kippow December...presentation.Save(pptPath, Aspose.Slides.Export.SaveFormat.Pptx); }...