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

           Summary: setSheetHidden for XSSF workbook not working properly
           Product: POI
           Version: 3.7-dev
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


setSheetHidden on an XSSF workbook does not work as documented. Basically, I
found that 

int hidden = 2 --> means 'hidden'
int hidden = 3 --> means 'very hidden'

instead of as documented:
int hidden = 1 --> means 'hidden'
int hidden = 2 --> means 'very hidden'

On HSSF workbooks setSheetHidden is working fine and as documented.

POI: 3.7-beta2
OS: Windows 7 64bit
Java: 1.6.0_20 64bit

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to