]> source.dussan.org Git - poi.git/commit
Addition of GreaterThan and LessThan in formulas (IF Functions)
authorAvik Sengupta <avik@apache.org>
Sun, 4 May 2003 18:22:09 +0000 (18:22 +0000)
committerAvik Sengupta <avik@apache.org>
Sun, 4 May 2003 18:22:09 +0000 (18:22 +0000)
commit11eb7c710ca76bb76d9856a7359176bed50f1300
tree364f14a8c57c3fc08a4bdcd8742a0965742b183f
parentf3a3ac8d9f5b7cdb970099d5226240e4dc597e19
Addition of GreaterThan and LessThan in formulas (IF Functions)
Originally submitted by Cameron Riley (PR 16392). Thanks.
Added simple tests at high and low level, more complicated cases to be tested
<= and >= probably still wont work!
Had to apply diff by hand, one horrible line at a time (yikes!!)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353081 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/model/FormulaParser.java
src/java/org/apache/poi/hssf/record/formula/GreaterThanPtg.java [new file with mode: 0644]
src/java/org/apache/poi/hssf/record/formula/LessThanPtg.java [new file with mode: 0644]
src/java/org/apache/poi/hssf/record/formula/Ptg.java
src/testcases/org/apache/poi/hssf/model/TestFormulaParser.java
src/testcases/org/apache/poi/hssf/usermodel/TestFormulas.java