Hello, I am trying to read excell sheets, but when I run into percentages, I allways get the value 1.0.
Right now I simply take the cell and call cell.getNumericValue() Is there anything I can do to retrieve the proper value, so if its 85% I would like 0.85 returned. Thanks, Rutger
