Bug 34075 - Cannot hide a WorkSheet
Summary: Cannot hide a WorkSheet
Status: RESOLVED DUPLICATE of bug 34072
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 2.5-FINAL
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-18 14:50 UTC by Jochen Klein
Modified: 2005-04-22 05:24 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jochen Klein 2005-03-18 14:50:46 UTC
Hi,
I cannot see any possibility to hide or unhide a sheet using POI.

I think there is missing a method setSheetVisible(int index, boolean flag) on
the HSSFWorkbook that will change the options of the BoundSheetRecord (bit 0==0
visible, bit 0=1 hidden)
Comment 1 Avik Sengupta 2005-04-22 13:24:54 UTC

*** This bug has been marked as a duplicate of 34072 ***