pjfanning commented on code in PR #802:
URL: https://github.com/apache/poi/pull/802#discussion_r2072230888


##########
poi/src/main/java/org/apache/poi/ss/formula/atp/AnalysisToolPak.java:
##########
@@ -180,6 +180,7 @@ private Map<String, FreeRefFunction> createFunctionsMap() {
         r(m, "RECEIVED", null);
         r(m, "RTD", null);
         r(m, "SERIESSUM", null);
+        r(m, "SHEET", Sheet.instance);

Review Comment:
   Can you find proof that this function is a part of the AnalysisToolPak?  
AnalysisToolPak is usually for statistics functions.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to