]> source.dussan.org Git - poi.git/commit
Prevent problems reported in Bug 56574 by ensuring that Cells are properly removed...
authorDominik Stadler <centic@apache.org>
Tue, 19 May 2015 13:13:09 +0000 (13:13 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 19 May 2015 13:13:09 +0000 (13:13 +0000)
commit589b18915101386d79f59bf9aa78c220b04c5911
tree77e0fc99de3c8f77365ab2de42720c23c92577d0
parent4c826a7ee3079c8584e95540f389d511ac99a9dc
Prevent problems reported in Bug 56574 by ensuring that Cells are properly removed when a row is overwritten by calling createRow() with it's rownum.

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