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





------- Additional Comments From [EMAIL PROTECTED]  2007-08-03 08:09 -------
(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.



> (In reply to comment #1)
> > Inappropriate place to ask a question.  You found your way here...now find 
the
> > mail list as well.
> 
> Yes I know this inappropriate place to ask question , I´m sorry  but I 
searched
> many sites and not found solution for my Problem
> 
> My Sheet has this     
> structure:
> 
> XXXXX YYYY    1200401         10      11      12      13      14
> A     55      104              1      76      27       0       0
> B                                                     
> C                                                     
> D                                                     
> E                                                     
> F                                                     
> G                                                     
> H                                                     
> I                                                     
> J                                                     
> ------------------------- row blank
> This structure repeat many times in sheet 
> but when call  HSSFSheet.getPhysicalNumberOfRows() not it reaches the last 
row 
> 
> 
> 
> 
> 



-- 
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]

Reply via email to