Bug 34075

Summary: Cannot hide a WorkSheet
Product: POI Reporter: Jochen Klein <Jochen.Klein>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 2.5-FINAL   
Target Milestone: ---   
Hardware: Other   
OS: other   

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