Partial fix for bug #44410 - support whole column ranges such as C:C in the formula...
commitdfb66ca67f529f15fefed40e78b67703e4290f54
authorNick Burch <nick@apache.org>
Fri, 15 Feb 2008 12:59:40 +0000 (15 12:59 +0000)
committerNick Burch <nick@apache.org>
Fri, 15 Feb 2008 12:59:40 +0000 (15 12:59 +0000)
treeabf70912b4fcac6f72a95b0d4e10844d0b3cf9b6
parent31aad7265027f31b27e99fce5961488a22835c5a
Partial fix for bug #44410 - support whole column ranges such as C:C in the formula evaluator (so SUM(D:D) will now work). However, the formula string will still be displayed wrong

git-svn-id: https://svn.eu.apache.org/repos/asf/poi/trunk@628044 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/record/formula/AreaPtg.java
src/scratchpad/src/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.java
src/scratchpad/testcases/org/apache/poi/hssf/usermodel/TestBug44410.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/data/SingleLetterRanges.xls [new file with mode: 0644]