Hi Dave, The date values are stored as numeric. You can use "isCellDateFormatted" fn. of HSSFDateUtil class to check if the cell represents a date field.
HTH, Rishi -----Original Message----- From: David Holtzhouser [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 9:48 PM To: [EMAIL PROTECTED] Subject: How to get cell value defined as Date using Event API I'm using the Event API to read an Excel sheet, but am having trouble figuring out which subclass of Record to use in order to catch a cell value formatted as a Date. Can someone please clue me in... Thanks, Dave _______________________________ Do you Yahoo!? Express yourself with Y! Messenger! Free. Download now. http://messenger.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
