diff --git a/src/documentation/content/xdocs/spreadsheet/eval.xml b/src/documentation/content/xdocs/spreadsheet/eval.xml index 8d6351217..a0d7ae4a7 100644 --- a/src/documentation/content/xdocs/spreadsheet/eval.xml +++ b/src/documentation/content/xdocs/spreadsheet/eval.xml @@ -32,11 +32,12 @@ formulas in Excels sheets read-in, or created in POI. This document explains how to use the API to evaluate your formulas.
--This is an experimental extension to the normal +This is an extension to the normal Event API. With this, your listener will be called with extra, dummy records. These dummy records should alert you to records which aren't present in the file (eg cells that have @@ -463,7 +463,8 @@ The latest version is always available from subversion.
-This code is currently in the scratchpad section, so you will either +In POI versions before 3.0.3, this code lived in the scratchpad section. + If you're using one of these older versions of POI, you will either need to include the scratchpad jar on your classpath, or build from a subversion checkout.