@sathish_Kumar6 ,
So u are getting that green mark because the numbers are stored as text in excel
So to clear that green mark
DT.Columns("YourColumn").DataType = GetType(System.Int16)
For reference refer below thread
@sathish_Kumar6 ,
So u are getting that green mark because the numbers are stored as text in excel
So to clear that green mark
DT.Columns("YourColumn").DataType = GetType(System.Int16)
For reference refer below thread