From 603e445dcefa670b20ecccdc84e3b3768a1b93b7 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Sat, 29 Mar 2008 18:27:08 +0000 Subject: [PATCH] Documentation update git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642575 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/hssf/eval.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/documentation/content/xdocs/hssf/eval.xml b/src/documentation/content/xdocs/hssf/eval.xml index 8d6351217..32279cc4a 100644 --- a/src/documentation/content/xdocs/hssf/eval.xml +++ b/src/documentation/content/xdocs/hssf/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 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. + 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.