I am using the package org.apache.poi.openxml4j.opc;
package to read in an excel file and it is changing the accuracy of the numbers being read from excel.
I have an instance in which if I have 1.11 or 2.22 or 4.44 in a cell then the XSSFWorkbook returns a 1.110000000001, 2.220000000002 and so on. Has anyone got an idea what is going on?