Documentation update

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2008-03-29 18:27:08 +00:00
parent ef5d5cb3d4
commit 603e445dce
1 changed files with 6 additions and 5 deletions

View File

@ -32,11 +32,12 @@
formulas in Excels sheets read-in, or created in POI. This document explains formulas in Excels sheets read-in, or created in POI. This document explains
how to use the API to evaluate your formulas. how to use the API to evaluate your formulas.
</p> </p>
<note> This code currently lives the scratchpad area of the POI SVN repository. <note>In versions of POI before 3.0.3, this code lived in the
Ensure that you have the scratchpad jar or the scratchpad build area in your scratchpad area of the POI SVN repository. If using an such an older
classpath before experimenting with this code. You are advised version of POI, ensure that you have the scratchpad jar or the
to make use of a recent SVN checkout, as new functions are scratchpad build area in your classpath before experimenting with this
being supported fairly frequently. 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> </note>
</section> </section>