]> source.dussan.org Git - poi.git/commit
Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58466
authorDavid North <dnorth@apache.org>
Mon, 5 Oct 2015 10:31:33 +0000 (10:31 +0000)
committerDavid North <dnorth@apache.org>
Mon, 5 Oct 2015 10:31:33 +0000 (10:31 +0000)
commit2dc93d441170460a3420aecf8fa78c564c1c14f8
treea8701661051ee93c465c69e8c505b4d4ede3b02c
parent8bd9fbb86ad63b764c6b0dc777baf14c063b487d
Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58466

ColumnHelper now preserves information on multiple changes to the same group, hopefully while preserving the faster implementation intended by the original patch.

NB changes to TestXSSFSheet: the behaviour of column group collapsing/expanding is now closer to what Excel does than before.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706789 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/ColumnHelper.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheet.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/helpers/TestColumnHelper.java