]> source.dussan.org Git - poi.git/commit
Add a new method onto AreaReference to get all the cells referenced, not just the...
authorNick Burch <nick@apache.org>
Tue, 8 Jan 2008 16:20:48 +0000 (16:20 +0000)
committerNick Burch <nick@apache.org>
Tue, 8 Jan 2008 16:20:48 +0000 (16:20 +0000)
commitbf989ca39ec8172b869df6ffc3e4f273155c0386
treeea2eadf00fd28e0d165fe9c8355f3ccb72428e4e
parent33dbe52e16f8ccaf5f9203e419c910a8a0741472
Add a new method onto AreaReference to get all the cells referenced, not just the corners. Includes tests for this

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610048 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/hssf/quick-guide.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
src/java/org/apache/poi/hssf/util/AreaReference.java
src/java/org/apache/poi/hssf/util/CellReference.java
src/testcases/org/apache/poi/hssf/util/TestAreaReference.java