]> source.dussan.org Git - poi.git/commit
Fix for bug 45354 - Proper distinguishing of cell references and named ranges within...
authorJosh Micich <josh@apache.org>
Tue, 8 Jul 2008 21:00:13 +0000 (21:00 +0000)
committerJosh Micich <josh@apache.org>
Tue, 8 Jul 2008 21:00:13 +0000 (21:00 +0000)
commit73f52d0f4bec5ed838deb4a81b259a0d4f63a22b
tree9476d88c172bb9b227f6d5484a6f69684f4251bd
parent24034e5de5198df6f2479f6f61404cf879ab15e7
Fix for bug 45354 - Proper distinguishing of cell references and named ranges within formulas

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@674953 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/model/FormulaParser.java
src/java/org/apache/poi/hssf/record/formula/SheetNameFormatter.java
src/java/org/apache/poi/hssf/util/CellReference.java
src/testcases/org/apache/poi/hssf/model/TestFormulaParser.java
src/testcases/org/apache/poi/hssf/record/formula/TestSheetNameFormatter.java
src/testcases/org/apache/poi/hssf/util/TestCellReference.java