]> 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)
commit9aabade3f067b0befbc2680489ace13a6d5fa7e6
tree593d17f5e6af32b32968590a2777142d72745e6e
parent341f456ef7868db6c518cdcb0570dd9c43b41472
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]