]> source.dussan.org Git - poi.git/commit
Bug 55640, added reproducer, a fix for the Exception cases and some verify-tests...
authorDominik Stadler <centic@apache.org>
Mon, 2 Dec 2013 19:14:03 +0000 (19:14 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 2 Dec 2013 19:14:03 +0000 (19:14 +0000)
commit8e89928c883077b5720f83e937e53bb2f9af0c52
tree224a66eec05c07ac67e409875b897377fabc992b
parent7926036f2fab482b5d953457bc123a905de54147
Bug 55640, added reproducer, a fix for the Exception cases and some verify-tests to ensure future
changes are checked via unit tests. There might be more work pending to
make grouping fully work the same way as Excel does.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1547153 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheetRowGrouping.java [new file with mode: 0644]
test-data/spreadsheet/55640.xlsx [new file with mode: 0644]
test-data/spreadsheet/GroupTest.xlsx [new file with mode: 0644]