You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2011/03/31 13:00:07 UTC

DO NOT REPLY [Bug 51003] New: Selecting a specific worksheet to parse in event model HSSF?

https://issues.apache.org/bugzilla/show_bug.cgi?id=51003

           Summary: Selecting a specific worksheet to parse in event model
                    HSSF?
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: critical
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: sriku_klose@yahoo.co.in


Using HSSFEvent API I am able to read data from each worksheet present in the
workbook. But I am not able to find a way to read data from a specific
worksheet in the workbook.

Thanks.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 51003] Selecting a specific worksheet to parse in event model HSSF?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51003

Nick Burch <ni...@alfresco.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Nick Burch <ni...@alfresco.com> 2011-03-31 07:25:06 EDT ---
You simply need to ignore the records until you hit the BOF of the sheet that
interests you.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org