--- src/documentation/content/xdocs/spreadsheet/eval.xml (revision 1704429) +++ src/documentation/content/xdocs/spreadsheet/eval.xml (working copy) @@ -47,7 +47,7 @@ Excel, until you go to the cell and hit enter or F9, you will either see the old value or '#VALUE!' for the cell. (Sometimes Excel will notice itself, and trigger a recalculation on load, but unless you know you are - using volatile functions it's generally best to trigger a Recalulation + using volatile functions it's generally best to trigger a Recalulationa> through POI)

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