]> source.dussan.org Git - poi.git/commit
Fix bug #56502 - When shifting XSSF rows with formula cells, if the formula can't...
authorNick Burch <nick@apache.org>
Thu, 31 Jul 2014 15:07:27 +0000 (15:07 +0000)
committerNick Burch <nick@apache.org>
Thu, 31 Jul 2014 15:07:27 +0000 (15:07 +0000)
commita4e29760f894f8af8a1b7225cbcc3df3eb000251
tree13686ad45fc70f7b298f8b9f73771bfa72f59f5b
parent2809a55dd3afe83dd6d62d13cf588c9e3463d818
Fix bug #56502 - When shifting XSSF rows with formula cells, if the formula can't be parsed, log + leave it unchanged rather than failing

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