]> source.dussan.org Git - poi.git/commitdiff
small update
authorAvik Sengupta <avik@apache.org>
Tue, 24 May 2005 14:23:03 +0000 (14:23 +0000)
committerAvik Sengupta <avik@apache.org>
Tue, 24 May 2005 14:23:03 +0000 (14:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353699 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/hssf/eval.xml

index 30785274c28831af474ac24cb969ab67e4318f21..5132e0c41c92d5738be9843701e214921c6bcb79 100644 (file)
                                formulas in Excels sheets read-in, or created in POI. This document explains
                                how to use the API to evaluate your formulas. 
                        </p>
-                       <warning> This code currently lives in Bugzilla as 
-                               <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=34828"> 
-                               bug 34828 </link>. It is expected to land in POI CVS in the scratchpad 
-                               area soon.
-                       </warning>
+                       <note> This code currently lives the scratchpad area of the POI CVS repository. 
+                               Ensure that you have the scratchpad jar or the scratchpad build area in your
+                               classpath before experimenting with this code.
+                       </note>
                </section>
                <section><title>Status</title>
                        <p>     The code currently provides implementations for all the arithmatic operators.