Has anybody successfully managed to recognize a date cell and differentiate
it from a numeric cell for either:

1. eventmodel
2. usermodel

And would they care to contribute a code snippet. I cannot figure out how to
do it reliably with the eventmodel and the method used in the usermodel (see
below) always returns false even even when cell is date formatted.

boolean isDate = HSSFDateUtil.isCellDateFormatted(cell);

Any insight you may have would be great.

-DAB


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

Reply via email to