I am using apache poi 3.5 to retrieve data from excel.i sheet having a date cell formatted in mm / dd / yyyy.
If I print using cell.getDateCellValue (), then print the date in a different format. So, I want to print a date that is in the actual excel sheet cell format.
how am i doing this. Please give me a way to do this ....
Saravanan
source
share