I have one Column in numeric and the value is 0.142 but convert to 0.14200000000000002
This is my code , I use cell.getNumericCellValue()
case Cell.CELL_TYPE_NUMERIC :
vaTmpVal = String.valueOf(voCel.getNumericCellValue());
I have one Column in numeric and the value is 0.142 but convert to 0.14200000000000002
This is my code , I use cell.getNumericCellValue()
case Cell.CELL_TYPE_NUMERIC :
vaTmpVal = String.valueOf(voCel.getNumericCellValue());