DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44243>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44243 Summary: Inner group not created if ends in same row as the outer group Product: POI Version: 3.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] HSSFSheet.groupRow(..): Inner group is not created if the outer group end on the same row. Order of creating is irrelevant. e.g. sheet.groupRow(2, 10); //outer sheet.groupRow(4, 6); //first inner (created) sheet.groupRow(8, 10); //second inner (NOT CREATED) It seems there is a check, if the two groups ends with the same (possible begins too) the inner group is not created. Excel allows such a behaviour. The main line is above of the grouping, in my testcases. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
