mirror of https://github.com/apache/poi.git
Bug 55742: fixed mirr FormulaEvalTestData.xls tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539451 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a3a49c82bb
commit
fb3659fc0d
|
@ -136,8 +136,8 @@ public final class AnalysisToolPak implements UDFFinder {
|
|||
r(m, "MULTINOMIAL", null);
|
||||
r(m, "NETWORKDAYS", NetworkdaysFunction.instance);
|
||||
r(m, "NOMINAL", null);
|
||||
r(m, "OCT2BIN", Oct2Dec.instance);
|
||||
r(m, "OCT2DEC", null);
|
||||
r(m, "OCT2BIN", null);
|
||||
r(m, "OCT2DEC", Oct2Dec.instance);
|
||||
r(m, "OCT2HEX", null);
|
||||
r(m, "ODDFPRICE", null);
|
||||
r(m, "ODDFYIELD", null);
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue