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…...likely due to how the library handles different numeric types. While...Single and is NaN , you can handle it differently, such as converting...