Invalid row index

I get this error when I try to convert the attached document to pdf. I use aspose.cells version 5.1.3.


Code:
Public Shared Function ConvertExcelToPdf(ByVal inputFilename As String) As MemoryStream
Using inputstream As FileStream = File.Open(inputFilename, FileMode.Open)
Return ConvertExcelToPdf(inputstream)
End Using
End Function

Public Shared Function ConvertExcelToPdf(ByRef inputStream As Stream) As MemoryStream
Dim stream As New MemoryStream()
Dim doc As New Aspose.Cells.Workbook(inputStream)
doc.Save(stream, Aspose.Cells.SaveFormat.Pdf)
Return stream
End Function

Hi Bjarke,

We are able to reproduce the issue mentioned by you. The issue has been logged into our Issue Tracking System with ID CELLSNET-20450. We will update you with solution as soon as possible.

Thanks,

Hi,

Please try the attached version. We have fixed your issue

Thank you.

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


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