]> source.dussan.org Git - poi.git/commit
added support for RANDBETWEEN(), see Bugzilla 48526
authorYegor Kozlov <yegor@apache.org>
Thu, 12 Aug 2010 14:14:26 +0000 (14:14 +0000)
committerYegor Kozlov <yegor@apache.org>
Thu, 12 Aug 2010 14:14:26 +0000 (14:14 +0000)
commitea9c0b028f666b7040510a0d3c78c3a44733a0a5
treeaa3201157d940639298acd666edfc6a238a7db76
parent135f3b2f3d1ce37f007da872aa86a543c8996ba1
added support for RANDBETWEEN(), see Bugzilla 48526

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984796 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/record/formula/atp/AnalysisToolPak.java
src/java/org/apache/poi/hssf/record/formula/atp/RandBetween.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/formula/atp/TestRandBetween.java [new file with mode: 0644]
test-data/spreadsheet/TestRandBetween.xls [new file with mode: 0644]