ODS to PDF conversation incorrect

Hi,

i am converting a ods file (see attached file) to pdf with this lines of code:

Aspose.Cells.License licenseC = new Aspose.Cells.License();
licenseC.SetLicense(this.licenseName);
Aspose.Cells.Workbook book = new Aspose.Cells.Workbook(file);
FileStream fileStreamPDF = new FileStream(targetFile, FileMode.CreateNew);
book.Save(fileStreamPDF, Aspose.Cells.SaveFormat.Pdf);
fileStreamPDF.Close();
fileStreamPDF.Dispose();

In the PDF file are 2 rows visible.
In Microsoft Excel there are 13 Rows visible.

Best reagards

Book1.zip (2.6 KB)

@pfa,

Thanks for the sample file.

Please notice, I am able to reproduce the issue as you mentioned. I found data is not completely rendered in the output PDF, only two rows are rendered instead of 13 rows. I have logged a ticket with an id “CELLSNET-50368” for your issue. We will look into it soon.

Once we have an update on it, we will let you know.

@pfa,

This is to inform you that your issue has been resolved. The fix will be included in our upcoming release, Aspose.Cells for .NET 22.3. The next release will be released in the second week of March 2022. You will also be notified when a new release is published.

The issues you have found earlier (filed as CELLSNET-50368) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi