]> 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)
commit891deb3967289d5636db8b57ea4ef1bd1f5f95cc
tree208e2bb0aeb9e0f0a5fd0f6a70c171934e83ae7b
parent74c07d53077a04a654331114427dbeb41f68038f
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