]> source.dussan.org Git - poi.git/commit
Partial fix for bug #44410 - support whole column ranges such as C:C in the formula...
authorNick Burch <nick@apache.org>
Fri, 15 Feb 2008 12:59:40 +0000 (12:59 +0000)
committerNick Burch <nick@apache.org>
Fri, 15 Feb 2008 12:59:40 +0000 (12:59 +0000)
commit5eb3ab088f90ade741014b7b8c4dfe725fe15ab6
treeabf70912b4fcac6f72a95b0d4e10844d0b3cf9b6
parent919b35e9e12fde62244d03aea0ab1c9f531d18be
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.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]