hi all,

I am using POI v 2.5.1 .

I want to read a Formula Cell which has a Numerical Value (say 05005).

The problem is that i want to read this cell as a String such that i get the 
Value "05005" and not as 5005 or 5005.0 (reading the cell as Numerical value).

I tries using HSSFCell.getStringValue() but it gives me a blank string as  said 
in the documentation.

Please help me resolve this problem.

Is there any such feature in POI v 3.0 ? 

Reply via email to