pjfanning commented on code in PR #802:
URL: https://github.com/apache/poi/pull/802#discussion_r2072235292
##########
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:
I created a workbook in Excel and unzipped the xlsx file. It does look the
function appears as `_xlfn.SHEET` in the XML so that would tally with what POI
expects AnalysisToolPak functions to be referenced as.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]