]> source.dussan.org Git - poi.git/commit
Bug 62740 - XSSFTable constructor automatically assigns invalid (non-unique) column IDs
authorGreg Woolsey <gwoolsey@apache.org>
Wed, 19 Sep 2018 17:42:43 +0000 (17:42 +0000)
committerGreg Woolsey <gwoolsey@apache.org>
Wed, 19 Sep 2018 17:42:43 +0000 (17:42 +0000)
commitddef898999e36c7095c276e360334db6dc54e65e
tree208e2bb0aeb9e0f0a5fd0f6a70c171934e83ae7b
parent5c582c101996ccb26fac6e6a360200dcd6c14c1b
Bug 62740 - XSSFTable constructor automatically assigns invalid (non-unique) column IDs

fix the logic and update the unit test to check for and catch the problem.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841357 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java