On Fri, 13 Jul 2007, Igor Androsov wrote:
From previous post here is function that check for
date format:
        // method to determine if the cell is a date, versus
a number...
        public static boolean isCellDateFormatted(HSSFCell

Or you could just call
  org.apache.poi.hssf.usermodel.HSSFDateUtil.isADateFormat

That ought to cope with the cases where the formatting is for a date, but isn't one of the standard excel 97 date formatting strings

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to