Hello, I tried reading a date using the HSSFDateUtil class. The javadocs lists a method 'isCellDateFormatted (HSSFCell cell)' to determine if the data within the excel cell is a date or a number. However, when i tried using this method, i got a compile time error saying 'isCellDateFormatted(HSSFCell) is undefined for the type org.apache.poi.hssf.usermodel.HSSFDateUtil ! I am using the jar: jakarta-poi-1.5.1-final-20020615 I'd like to know if there's a newer version or any other alternative i can use to determine a date & read it. Regards, Swati
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
