]> source.dussan.org Git - poi.git/commit
improved XSSFSheet.shiftRows: 1. properly update cell references of the shifted cells...
authorYegor Kozlov <yegor@apache.org>
Sun, 8 Feb 2009 16:35:27 +0000 (16:35 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 8 Feb 2009 16:35:27 +0000 (16:35 +0000)
commit73b8bf48af59614f4683e6303a80939b3f8630fd
tree69f58485329b61c3432347c97da0f74395e5b110
parent6259f37e1162251573e8b3159748edbeea16c368
improved XSSFSheet.shiftRows: 1. properly update cell references of the shifted cells (bugzilla 4663) 2. When shifting rows, update formulas on that sheet to point to the new location of those rows (bugzilla 46536)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742126 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheet.java
src/testcases/org/apache/poi/hssf/data/46536.xlsx [new file with mode: 0755]