]> source.dussan.org Git - poi.git/commit
Bugzilla 54356: Support of statistical function INTERCEPT
authorYegor Kozlov <yegor@apache.org>
Fri, 28 Dec 2012 12:50:15 +0000 (12:50 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 28 Dec 2012 12:50:15 +0000 (12:50 +0000)
commit008dea947c46c8defba2ea63ce3f96743c499ec7
tree6eed00b243dbf58559d8f96dc116fcd86730f302
parent413c5594fbc277c4db9ed467c4b9ce95f3dfcd04
Bugzilla 54356: Support of statistical function INTERCEPT

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1426485 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
src/java/org/apache/poi/ss/formula/functions/Intercept.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestIntercept.java [new file with mode: 0644]
test-data/spreadsheet/intercept.xls [new file with mode: 0644]