dear support,
I am getting a system crash with the below VB .NET code
Dim s1 As Single = Single.NaN
Dim o1 As Object = s1
Dim x As New Aspose.Cells.Workbook
x.Worksheets(0).Cells(0, 0).PutValue(o1)
This crashes, bu…... You may want to use the appropriate overload...PutValue(o1, True) Alternatively, you may do type casting manually while...