When converting particular xlsx or xlsm file that have embedded images in them to pdf, the images do not appear in the resulting pdf.
This is using Aspose.Cells.dll version 17.5.7.0 with the code below.
Aspose.Cells.Workbook book = new Aspose.Cells.Workbook(“customer.xlsx”);
book.Save(“output.pdf”);
I will attach customer.xlsx input file. Note that sheets “FCR”, “FCR1”, “BOL-AWB”,“BOL-AWB1” have images in them that don’t appear in the output.pdf file. There are just gride lines, no images.
Oddly, the images on sheets “GCC” and “GCC2” do seem to come through. And note this seems to happen with some xlsm files as well.
.output.zip (1.6 MB)