I'm using POI HSSF API for my excel manipulations in Java. I've a date value "8/1/2009" in one of my excel cell and while I try to read this value using ...
Hello, I am using Apache POI to read data from Excel worksheets. The defined types of cell are STRING, NUMERIC, BOOLEAN, BLANK, FORMULA and ERROR. When accessing a date column I think POI computes the date field eg. 12/12/2000 and returns a decimal value and the type of this column is NUMERIC. How do I get the exact contents as a ...
I am writing a program where i am fetching the records from an excel sheet and after getting those records i am trying to update it in database. Now i am able to fetch the records but i am not able to set the date field in database. In excel sheet the date is in date field format. So how can ...