Hi,
I have 84219.4973106866 as the value in a cell. It is formatted to be a currency with 0 decimal
places and the display string value is “$84,219” as expected. But cell.getStringValueWithoutFormat() or cell.getDoubleValue() returns 84219.49731068664
Where does the digit 4 at the end come from ?
Please explain the above case.
|