Hi guys,
I am using APACHE-POI to read XL sheet. But I am having a
problem in reading integer value. There is column called EMPLOYEE_NO which
can have both Alpha Numeric and Numeric Values. If it is a Numeric Value it
always return in double. For example
A1500 --> It reads correctly
B1555 --> It reads correctly
------------------------------------------------
7892 ---> It reads wrongly --> gives 7892.0 , But I wanted 7892.
I cant check if it is employee number and numberic value, convert it into
Integer. can you pls
sugget a gd soln to read as it looks in XL cell ?
------------------------------------------------
Thx !
--
View this message in context:
http://www.nabble.com/Problem-in-reading-Integer---POI-tf4934184.html#a14123371
Sent from the POI - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]