Add a new method onto AreaReference to get all the cells referenced, not just the...
commitfa5f26cb0e3dc693acaf32af7f8d1012b22c98fe
authorNick Burch <nick@apache.org>
Tue, 8 Jan 2008 16:20:48 +0000 (8 16:20 +0000)
committerNick Burch <nick@apache.org>
Tue, 8 Jan 2008 16:20:48 +0000 (8 16:20 +0000)
treeea2eadf00fd28e0d165fe9c8355f3ccb72428e4e
parent69af3b3c9bf29f554c6699e50b83d602e2bcd44b
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.eu.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