thank you, i have used this field, but, the cell seems not to be blank, but
it still appears to have data despite it is empty...


2007/4/3, Karr, David <[EMAIL PROTECTED]>:

Perhaps you're looking to check whether the cell type is "blank".  Once
you have a HSSFCell object, call "getCellType()" and compare it against
"HSSFCell.CELL_TYPE_BLANK".

> -----Original Message-----
> From: Hugo Osorio [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 03, 2007 8:50 AM
> To: [email protected]
> Subject: empty cells with iterators
>
> Hello,
>
> How can i ask in the statement while(cellsIterator.hasNext())
> AND (some cell is not empty) since this cell is my control
> for registering
>
>
> thank you
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/


Reply via email to