I am reading an xlsx file using apache poi jar through java.
The particular row of xlsx file reads as following on opening the xlsx file in MS-Excel:
When I try to read the highlighted value using poi, it gives me 0.1087091684032691
Both cell.toString() and cell.getNumericCellValue() are returning 0.1087091684032691 instead of 10.8709168403269%.
Kindly suggest.