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-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to