Bug 10619

Summary: [PATCH] Method to select sheet tabs in Workbook
Product: POI Reporter: Shawn Laubach <shawn.laubach>
Component: HSSFAssignee: POI Developers List <dev>
Status: CLOSED FIXED    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: Patch to fix this problem.
New patch that moves change to Sheet

Description Shawn Laubach 2002-07-09 22:54:35 UTC
Some of the excel files where I work need to have all the pages selected and/or 
certain other pages selected.  I have not seen a way in the sheet interface to 
do this.
Comment 1 Shawn Laubach 2002-07-09 22:55:14 UTC
Created attachment 2292 [details]
Patch to fix this problem.
Comment 2 Andy Oliver 2002-07-15 01:30:28 UTC
please move the functionality into the model.Sheet instead of doing it in the
usermodel.HSSFSheet and resubmit the patch.  (just reopen this bug)

Thanks.
Comment 3 Shawn Laubach 2002-07-15 12:29:55 UTC
Moved method to Sheet.  Patch coming.
Comment 4 Shawn Laubach 2002-07-15 12:31:04 UTC
Created attachment 2355 [details]
New patch that moves change to Sheet
Comment 5 Shawn Laubach 2002-07-20 05:07:17 UTC
What's the current status of this?
Comment 6 Glen Stampoultzis 2002-07-20 11:19:15 UTC
Applied, thanks.  For extra credit please patch the documentation.
Comment 7 Shawn Laubach 2002-10-07 17:16:44 UTC
I did the extra credit.  Added example and committed.