Have a look at the DataFormatter class - http://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/DataFormatter.html - and more specifically at the formatCelValue() method(s). They will accept as a parameter a ference yo a cell from the worksheet and return to you a formatted String containing - in your case - the date value you are looking for.
Yours Mark B -- View this message in context: http://apache-poi.1045710.n5.nabble.com/to-read-date-content-from-an-excel-file-tp3268820p3269296.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
