Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell() to...
commit18a39cbfafc2d77ab4b80bf657d1673eaa15611d
authorNick Burch <nick@apache.org>
Wed, 9 Jan 2008 14:27:51 +0000 (9 14:27 +0000)
committerNick Burch <nick@apache.org>
Wed, 9 Jan 2008 14:27:51 +0000 (9 14:27 +0000)
treee72abc68fe0e87452b13e5164951ff7f579de06b
parent0d114e5e0e09b407bd405d95579cb95cb201bf74
Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell() to HSSFRow, which correctly updates all the references

git-svn-id: https://svn.eu.apache.org/repos/asf/poi/trunk@610392 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
src/java/org/apache/poi/hssf/usermodel/HSSFRow.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFRow.java