I am trying to read a cell value which holds the date as a value with a custom format. Apache poi is returning me the value as a string(integer number).
DataFormatter formatter = new DataFormatter(); return formatter.formatCellValue(cell);
DataFormatter is not working. I am getting same value even