The data I am trying to insert is from a database, and while inserting the data it gets auto formatted to scientific format, is it possible not to auto format it? I don’t want it to be in scientific format but in text format
Example that gets auto formatted:
20.E01
Format the worksheet columns to the appropriate excel type before you assign cell values:
Or to be quick and dirty prefix everything with a
'to have it interpreted as text.