Bug 53582 - sheet.setRowGroupCollapsed(rowStart, true) adds extra blank row to bottom of sheet
Summary: sheet.setRowGroupCollapsed(rowStart, true) adds extra blank row to bottom of ...
Status: RESOLVED WONTFIX
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-22 16:16 UTC by Richard
Modified: 2015-09-05 14:38 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard 2012-07-22 16:16:47 UTC
if calling sheet.setRowGroupCollapsed(rowStart, true) after each groping rowGroup(rowStart, rowEnd) there is a blank row added to the end of the sheet.

so if you group ie. 500 rows by 5 rows you will have 100 empty rows at the bottom of the sheet. 

if the  sheet.setRowGroupCollapsed(rowStart, false) is set to false it doesn't add the empty row.

this doesn't happen while using HSSF.

reg,
richard
Comment 1 Yegor Kozlov 2012-07-23 07:07:37 UTC
Can you post full Java code that demonstrates the trouble?

Yegor
Comment 2 Dmitry Smirnov 2013-02-21 13:02:50 UTC

*** This bug has been marked as a duplicate of bug 54032 ***
Comment 3 Dmitry Smirnov 2013-02-21 13:05:07 UTC
sorry for error bug 53904

*** This bug has been marked as a duplicate of bug 53904 ***
Comment 4 Dmitry Smirnov 2013-02-21 13:08:02 UTC

*** This bug has been marked as a duplicate of bug 54082 ***
Comment 5 Michael Osipov 2013-02-21 13:57:29 UTC
This isn't a dup of bug 54032.
Comment 6 Dominik Stadler 2013-07-24 08:50:13 UTC
please post your test-code if possible so we can reproduce the problem.
Comment 7 Dominik Stadler 2015-09-05 14:38:43 UTC
Asked for more info a long time ago, no response since then, therefore I am closing this as WONTFIX for now, please reopen with more information if this is still an issue for you.