--- src/documentation/content/xdocs/spreadsheet/eval.xml (revision 1704429) +++ src/documentation/content/xdocs/spreadsheet/eval.xml (working copy) @@ -62,8 +62,8 @@ for details.

Both HSSFWorkbook and XSSFWorkbook are supported, so you can evaluate formulas on both .xls and .xlsx files.

-

Note that user-defined functions are not supported, and is not likely to done - any time soon... at least, not till there is a VB implementation in Java! +

User-defined functions are supported, + but must be rewritten in Java and registered with the macro-enabled workbook in order to be evaluated.

User API How-TO