Rokko11 commented on PR #802:
URL: https://github.com/apache/poi/pull/802#issuecomment-2848239073

   > There is a documented way to add functions to POI. 
https://poi.apache.org/components/spreadsheet/eval-devguide.html
   
   I tried that out, but when I did:
   
   ```
   WorkbookEvaluator.registerFunction("SHEET", (valueEvals, 
operationEvaluationContext) -> null);
   ```
   
   then I got the error
   
   ```
   java.lang.IllegalArgumentException: SHEET is not a function from the Excel 
Analysis Toolpack.
   ```
   


-- 
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