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.
+
+ 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.
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) { }