]> 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)
commit59b0bd2ef04d7437b7cdeb140dafd1e8e89748d6
tree0cdda98dc04b07575b6262e59911d806ccf62fb3
parenta76a0bb4802f6480fe76183071fa9bc9863736ee
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]