Suppose I have a following string in a .csv file which I am trying to open in Excel 2010:
1073741824;1073741824;1073751824;1073741832;1152921513196781569
However, when I actually open it, the value 1152921513196781569 changes to
1,15292E+18, and even if I change the cell content type to numeric with zero fractional precision, it yields only 1152921513196780000.
Is there any way to overcome this issue?