Sheet save method error

Hi,


We used aspose sheet.save method for ‘original.xlsx’ document. It converted to pdf.(withaspose.pdf)

we convert this document without aspose,(withoutaspose.pdf) it was 6 page. But we use aspose save method to convert pdf , it has 4 page and another sheet 1 page.

what can we do to solve the problem?

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”);