From 6073bdbbdd34845d06b12590c7a89f28ba4689a6 Mon Sep 17 00:00:00 2001
From: Avik Sengupta
Date: Tue, 24 May 2005 14:23:03 +0000
Subject: [PATCH] small update
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 | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/documentation/content/xdocs/hssf/eval.xml b/src/documentation/content/xdocs/hssf/eval.xml
index 30785274c..5132e0c41 100644
--- a/src/documentation/content/xdocs/hssf/eval.xml
+++ b/src/documentation/content/xdocs/hssf/eval.xml
@@ -15,11 +15,10 @@
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 in Bugzilla as
-
- bug 34828 . It is expected to land in POI CVS in the scratchpad
- area soon.
-
+ 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.
+ Status
The code currently provides implementations for all the arithmatic operators.