I have an odd thing happening with importing data from Excel to SQL Server.
This is my sample source data
The value become null after import to SQL Server
Basically, other part of excel work well. But only for this area, the value become null. The data type is float which I haven't convert it to numeric or nvarchar.
Thank you for your help.