Excel to PDF conversion causes an exception "Aspose.Cells.CellsException: Invalid row index" in .NET

I am getting “Aspose.Cells.CellsException: Invalid row index” when converting the attached xls to a pdf using the below code:

stream = new System.IO.MemoryStream();

xls = new Aspose.Cells.Workbook();

xls.Open(Orig_File);

xls.DefaultStyle.Borders.SetStyle(Aspose.Cells.CellBorderType.Hair);

xls.Save(stream, Aspose.Cells.FileFormatType.Pdf);
FYI...
System.IO.MemoryStream Orig_File

I am running Cells 4.8.2.0

Hi,

Thank you for considering Aspose.

We have found your mentioned issue after an initial test. We will look into it and get back to you soon. Your issue has been registered in our internal issue tracking system with issue id CELLSNET-14374.

Thank you & Best Regards,

Hi,

Please try the attached latest version of Aspose.Cells for .NET (V4.8.2.7). We have fixed your mentioned issue.

Thank You & Best Regards,

That worked.

Thanks

The issues you have found earlier (filed as 14374) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.