0

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: enter image description here

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.

Sammidbest
  • 463
  • 2
  • 10
  • 20

0 Answers0