I'm reading excel and there's cell that represents total cost of budget in percents.
In excel it looks like 8%
, but once i read it, i get string 8.33333333329E-2
.
Got confused a bit.
What would be correct data type and parsing technique to use and avoid losing data?