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

           Summary: XSSFSheet.setColumnHidden bleeds into adjacent columns
                    having the same width.
           Product: POI
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from David Agnew <[email protected]> 2009-09-08 13:02:23 PDT 
---
Created an attachment (id=24231)
Small test case to demonstrate the column-hiding bug.

I tried to use XSSFSheet's setColumnHidden method to hide columns for future
accounting periods on a financial worksheet. However, all of the data columns
in the resulting worksheet were hidden, not just the ones for future periods.

Noticing that the hidden columns all had the same width and speculating that
the bug might be related to data sharing, I tried tweaking the columns to all
have slightly different widths. That fixed the problem.

Affects both Excel Mac 2008 and Excel 2007 on Windows.

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