]> source.dussan.org Git - poi.git/commit
Bug 55745: fix handling of tables in XSSF if there are comments as well, there is...
authorDominik Stadler <centic@apache.org>
Thu, 28 Nov 2013 15:15:59 +0000 (15:15 +0000)
committerDominik Stadler <centic@apache.org>
Thu, 28 Nov 2013 15:15:59 +0000 (15:15 +0000)
commit6618473e64aa61345274f7ab5af570c02e4c4b3b
tree0cdda98dc04b07575b6262e59911d806ccf62fb3
parent2a5758e35d6705d4dcd0b7bf2b362280cc907dc0
Bug 55745: fix handling of tables in XSSF if there are comments as well, there is not much sense in leaving the loop on the first instance of comment table and skipping all the other tables.

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