On Sat, 18 Jun 2011, hitz wrote:
I am using apache.poi.hssf.usermodel.HSSF.when i try to read date from excel
file, it gives numeric value

That's to be expected - excel stores dates as numbers (days since 1900 or 1904). Use DateUtil to get the date, and DataFormatter to format it as a string in the same format as excel

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to