Hi,
Hi,
Thanks for your posting and using Aspose.Cells.
Please download and try the latest version: Aspose.Cells for .NET v8.9.0.6 it generates correct pdf. I have attached the output pdf generated with this version for your reference.
We have tested this issue with the following sample code.
C#
Workbook wb = new Workbook(“original.xlsx”);
wb.Save(“out.pdf”);