]> source.dussan.org Git - poi.git/commit
Fix bug #34023 - when shifting rows, update the any formula references to those rows...
authorNick Burch <nick@apache.org>
Tue, 8 Jan 2008 17:18:38 +0000 (17:18 +0000)
committerNick Burch <nick@apache.org>
Tue, 8 Jan 2008 17:18:38 +0000 (17:18 +0000)
commit307c17ae26dcaa69b8b3edfd57b180aea45ebfdb
treeca781ddbe31976a4b5593ae609b009d7a9195617
parentbf989ca39ec8172b869df6ffc3e4f273155c0386
Fix bug #34023 - when shifting rows, update the any formula references to those rows to point to their new location

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610072 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
src/testcases/org/apache/poi/hssf/data/ForShifting.xls [new file with mode: 0755]
src/testcases/org/apache/poi/hssf/usermodel/TestSheetShiftRows.java