small update

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Avik Sengupta 2005-05-24 14:23:03 +00:00
parent ede1473037
commit 0ee73b1c5e
1 changed files with 4 additions and 5 deletions

View File

@ -15,11 +15,10 @@
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>
<warning> This code currently lives in Bugzilla as <note> This code currently lives the scratchpad area of the POI CVS repository.
<link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=34828"> Ensure that you have the scratchpad jar or the scratchpad build area in your
bug 34828 </link>. It is expected to land in POI CVS in the scratchpad classpath before experimenting with this code.
area soon. </note>
</warning>
</section> </section>
<section><title>Status</title> <section><title>Status</title>
<p> The code currently provides implementations for all the arithmatic operators. <p> The code currently provides implementations for all the arithmatic operators.