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…...it to a string or using a placeholder value. Here’s a modified...Then o1 = "NaN" ' or any placeholder value you prefer Else o1...