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…...library handles different numeric types. While Double.NaN works...If you need to maintain the numeric type, consider using Double...