git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2015-12-04 11:56:59 +00:00
parent eca89530d3
commit abced24fe4

View File

@ -55,7 +55,8 @@ public final class FunctionEval {
protected static final Function[] functions = produceFunctions(); protected static final Function[] functions = produceFunctions();
/** /**
* @see https://www.openoffice.org/sc/excelfileformat.pdf * See <a href="https://www.openoffice.org/sc/excelfileformat.pdf">Apache Open Office Excel File Format,
* Section 3.11 Built-In Sheet Functions</a>
*/ */
private static Function[] produceFunctions() { private static Function[] produceFunctions() {
Function[] retval = new Function[368]; Function[] retval = new Function[368];