Cells formated as Currency or as Time are recognized as Dates.
How can I recognize currency or time format?
if(cellFormat==HSSFCell.CELL_TYPE_NUMERIC) { if (HSSFDateUtil.isCellDateFormatted(cell)) { //here recognizes: date - time - currency formats } }
Thanks in advance,
Valeria
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
