diff options
author | Nick Burch <nick@apache.org> | 2008-03-29 18:27:38 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-03-29 18:27:38 +0000 |
commit | 59faaa7434413fba7ec247d3a9d8b36352a9c919 (patch) | |
tree | 637fe3d28d80c5b4d52ea58ee3f87523714b59d2 /src/documentation/content/xdocs/spreadsheet/eval.xml | |
parent | 2cc20707fccc70dfc7d6e5460284f8728d977916 (diff) | |
download | poi-59faaa7434413fba7ec247d3a9d8b36352a9c919.tar.gz poi-59faaa7434413fba7ec247d3a9d8b36352a9c919.zip |
Manually merge a few documentation updates
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642576 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/spreadsheet/eval.xml')
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/eval.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/documentation/content/xdocs/spreadsheet/eval.xml b/src/documentation/content/xdocs/spreadsheet/eval.xml index 8d63512173..a0d7ae4a77 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. </p> - <note> This code currently lives the scratchpad area of the POI SVN repository. - Ensure that you have the scratchpad jar or the scratchpad build area in your - classpath before experimenting with this code. You are advised - to make use of a recent SVN checkout, as new functions are - being supported fairly frequently. + <note>In versions of POI before 3.0.3, this code lived in the + scratchpad area of the POI SVN repository. If using an such an older + version of POI, ensure that you have the scratchpad jar or the + scratchpad build area in your classpath before experimenting with this + code. Users of all versions of POI may wish to make use of a recent + SVN checkout, as new functions are currently being added fairly frequently. </note> </section> |