]> 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)
commit18f9a3e88e27fdac034734d1ce62959fb0d8df77
tree224a66eec05c07ac67e409875b897377fabc992b
parent5511c6dbcc5155ba265290fe74d721b0654b65a6
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]