DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43005>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43005 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Additional Comments From [EMAIL PROTECTED] 2007-08-04 09:27 ------- (In reply to comment #3) > (In reply to comment #2) > /** > * Returns the number of phsyically defined rows (NOT the number of rows in > the sheet) > */ > public int getPhysicalNumberOfRows() > > Try to use HSSFSheet.getLastRowNum() to solve your problem because > getPhysicalNumberOfRows() has another nature as you can see - this method > don't > considered empty rows. Hello Bina thanks for you help but I fixed my problem before , reading all javadoc I discovered this method getLastRowNum(). First moment I thought was bug but did not. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
