Hi ,
This is Madhu and my query is that,
I have a excel sheet where a particular cell has data in date format.
eg:- my excel cell data is
June 11, 2008 |
(I came to know this by open excel and right click and format cells)
My java code is getting 39610. But I want data format as it is.
My java code to get the particular column after open the excel sheet is
String exceldata=worksheet.getCells().getCell(4, 5).getStringValue();
The result string is showing 39610.
I need date format .
Please help me out to solve the issue.
Thanks,
Madhu