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…...but I dont know in advance the type, hence I am using objects. thank...library handles different numeric types. While Double.NaN works without...