I have some 13-digit numbers in an XLS file and I use Excel to generate the CSV file because I need to process it in R.
Then when R read the CSV file, it cannot recognize the big numbers. For example, 1329100082670 would appear like 1.329E+12 in R and lost its precision.
I've tried to format the big numbers as text in Excel and then save it as CSV but that didn't work!
Thanks in advance!