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: poi-user@jakarta.apache.org
> 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