When converting an Excel file to PDF using the following code, charts are not displaying. I'm not sure what it is about the chart that is causing the issue. Any help would be greatly appreciated. I am using the latest version and have attached the file.
var doc = new Aspose.Cells.Workbook();
doc.Open(sourceFilePath);
doc.Save(destFilePath, Aspose.Cells.FileFormatType.Pdf);