You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by PJ Fanning <fa...@yahoo.com.INVALID> on 2021/12/10 20:42:24 UTC

RE: Formula WORKDAY.INTL

Hi Marcel,
Can you provide details of where you got the list of unimplemented functions in POI? POI is a volunteer project and there isn't much work being doing adding support for extra functions. If users want to contribute implementations of functions, the POI team are happy to look at the patches or Pull Requests.

Reading an xls or xlsx file should still work, regardless of which functions are used. You should only run into issues if you use the FormulaEvaluator to evaluate a cell that has an unimplemented function.

Excel caches the values that it evaluates for cells and POI can use these cached values when you read an Excel file.

Regards,
PJ

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