From 5e043ff231e7ecc15999bc106927f36c073ff950 Mon Sep 17 00:00:00 2001
From: Nick Burch
Date: Wed, 9 Jan 2008 20:50:00 +0000
Subject: [PATCH] Put the anchors where forrest wants them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610560 13f79535-47bb-0310-9956-ffa450edef68
---
src/documentation/content/xdocs/hssf/eval.xml | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/documentation/content/xdocs/hssf/eval.xml b/src/documentation/content/xdocs/hssf/eval.xml
index 197391b381..1416ad7c29 100644
--- a/src/documentation/content/xdocs/hssf/eval.xml
+++ b/src/documentation/content/xdocs/hssf/eval.xml
@@ -39,8 +39,9 @@
being supported fairly frequently.
+
+ Status
-
The code currently provides implementations for all the arithmatic operators.
It also provides implementations for approx. 100 built in
functions in Excel. The framework however makes is easy to add
@@ -55,8 +56,9 @@
in the context of other POI excel reading code.
There are two ways in which you can use the HSSFFormulaEvalutator API.
+
+ Using HSSFFormulaEvaluator.evaluate(HSSFCell cell)
-
-
+
+ Using HSSFFormulaEvaluator.evaluateInCell(HSSFCell cell)
-
evaluateInCell(HSSFCell cell) will check to
see if the supplied cell is a formula cell. If it isn't,
then no changes will be made to it. If it is, then the
@@ -142,8 +144,9 @@ if (cell!=null) {
}
+
+ Re-calculating all formulas in a Workbook
-
+ Performance Notes
-
Generally you should have to create only one HSSFFormulaEvaluator
instance per sheet, but there really is no overhead in creating
--
2.39.5