Currently i am using POI API to read the cell values, i have some issue with
the API, can any one help me in resolving issue. Here is the problem
1) Currently i have a Column Header with Postal Code/Zip Code
2) Having cell value as "01234" when I read the data i get the value as
1234, has any one face this type of problem and what is the work around
Here is the code
case HSSFCell.CELL_TYPE_NUMERIC:
value =
String.valueOf(cell.getNumericCellValue()).trim();
Thanks
Bhanu S
--
View this message in context: http://www.nabble.com/Getting-wrong-cell-value-if-starts-with-01234-tp25934933p25934933.html
Sent from the POI - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org
|