Reading xlsx file using Apache POI
825944Dec 30 2010 — edited Dec 30 2010Hi,
I am reading an xlsx file using Apache POI. The content of my file is as below:
Name Zip Code
Tim 42351
Sharon 09266
Seema 75432
When I try to read the content of cell 1 of row 1 i.e. 09266 it returns me 9266. I want to get the content as it is with zero.
Can anyone let me know how to read the content of a cell if it is prepended with zero.
Regards,
Raj