]> source.dussan.org Git - poi.git/commit
Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell() to...
authorNick Burch <nick@apache.org>
Wed, 9 Jan 2008 14:27:51 +0000 (14:27 +0000)
committerNick Burch <nick@apache.org>
Wed, 9 Jan 2008 14:27:51 +0000 (14:27 +0000)
commit9093d916584d0e29f582731182ab78cb17f82a82
treee72abc68fe0e87452b13e5164951ff7f579de06b
parent6957c755c043f29c0f28860f3b791241d2ba1496
Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell() to HSSFRow, which correctly updates all the references

git-svn-id: https://svn.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