Hi all, i have xlsx file which i try to read with NPOI 2.0. Everything works great, but i have one problem. I have numbers like 139.80000000000001 where "." is separating not thousands, but decimal places. NPOI reads this number like 1,398E+16.
How can i solve this problem? This number should be read like 139,80000000000001.
How can i solve this problem? This number should be read like 139,80000000000001.