https://bz.apache.org/bugzilla/show_bug.cgi?id=59932

            Bug ID: 59932
           Summary: Incorrect column grouping behavior
           Product: POI
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 34097
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34097&action=edit
File to reproduce issue

Since r1706789 (POI 3.14 beta 1)

In the attached example, all columns have the same style.

Columns A:C have the same width, and get grouped together with
sheet.groupColumns(0, 2). The group is uncollapsed.

For columns E:G, column F has a different width. When grouping these columns,
only the first 2 columns are grouped, and the column group is collapsed.

sheet1.xml:
>  <cols>
>    <col min="1" max="5" width="13.42578125" style="1" customWidth="1"/>
>    <col min="6" max="6" width="31.7109375" style="1" customWidth="1"/>
>    <col min="7" max="7" width="13.42578125" style="1" customWidth="1"/>
>  </cols>

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