]> 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)
commita3dae0d233fb582cb06c9e8257def8887c8e3e8c
treea8701661051ee93c465c69e8c505b4d4ede3b02c
parent37681555b740bf36971adba1a37f7f0014864982
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