mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
add SHEET function to list of allowed functions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925374 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2052a9be7d
commit
22192ce2cc
@ -180,6 +180,7 @@ public final class AnalysisToolPak implements UDFFinder {
|
||||
r(m, "RECEIVED", null);
|
||||
r(m, "RTD", null);
|
||||
r(m, "SERIESSUM", null);
|
||||
r(m, "SHEET", null);
|
||||
r(m, "SINGLE", Single.instance);
|
||||
r(m, "SQRTPI", Sqrtpi.instance);
|
||||
r(m, "STDEV.S", Stdevs.instance);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user