Store number in Excel using Apache POI.
Posted
by Manoj
on Stack Overflow
See other posts from Stack Overflow
or by Manoj
Published on 2010-05-06T13:35:15Z
Indexed on
2010/05/06
13:38 UTC
Read the original article
Hit count: 274
apache-poi
Hi All,
I am using Apache POI to store data in excel sheet. I can store data like "50%" in the cell. Excel also shows up, but it show error like "Number stored as String".
If i click that message and click "convert number to String". It shows perfectly.
How to store it without errror using POI
© Stack Overflow or respective owner