]> source.dussan.org Git - poi.git/commit
Bug 62836: Implementation of Excel TREND function
authorYegor Kozlov <yegor@apache.org>
Fri, 2 Nov 2018 13:34:28 +0000 (13:34 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 2 Nov 2018 13:34:28 +0000 (13:34 +0000)
commit4d3719144e22b53e703936f0a17f51ce022a9e92
tree593d17f5e6af32b32968590a2777142d72745e6e
parent1cd3f7b14e0906283684038dad0617a66addc1fc
Bug 62836: Implementation of Excel TREND function

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845586 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
src/java/org/apache/poi/ss/formula/functions/Trend.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/AllSpreadsheetBasedTests.java
src/testcases/org/apache/poi/ss/formula/functions/TestTrendFunctionsFromSpreadsheet.java [new file with mode: 0644]
test-data/spreadsheet/Trend.xls [new file with mode: 0644]