aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/spreadsheet
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2012-08-11 16:14:49 +0000
committerYegor Kozlov <yegor@apache.org>2012-08-11 16:14:49 +0000
commit3f23441a94d49c8db19571f9438f666ab1e3c4f5 (patch)
tree19793106f72df748eefca833ce9f91dcff3f5524 /src/documentation/content/xdocs/spreadsheet
parent1f2381967a0a9fd2725abf2915eb9ff0a9ce8ab9 (diff)
downloadpoi-3f23441a94d49c8db19571f9438f666ab1e3c4f5.tar.gz
poi-3f23441a94d49c8db19571f9438f666ab1e3c4f5.zip
Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addon
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1371969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/spreadsheet')
-rw-r--r--src/documentation/content/xdocs/spreadsheet/eval-devguide.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/spreadsheet/eval-devguide.xml b/src/documentation/content/xdocs/spreadsheet/eval-devguide.xml
index f7c17650bd..99eecff4e0 100644
--- a/src/documentation/content/xdocs/spreadsheet/eval-devguide.xml
+++ b/src/documentation/content/xdocs/spreadsheet/eval-devguide.xml
@@ -88,11 +88,11 @@
<p>
As of Feb 2012, POI supports about 140 built-in functions,
see <link href="#appendixA">Appendix A</link> for the full list.
- You can programmatically list supported / unsuported functions using trhe following helper methods:
+ You can programmatically list supported / unsuported functions using the following helper methods:
</p>
<source>
// list of functions that POI can evaluate
- Collection&lt;String&gt; suportedFuncs = WorkbookEvaluator.getSupportedFunctionNames();
+ Collection&lt;String&gt; supportedFuncs = WorkbookEvaluator.getSupportedFunctionNames();
// list of functions that are not supported by POI
Collection&lt;String&gt; unsupportedFuncs = WorkbookEvaluator.getNotSupportedFunctionNames();
@@ -366,6 +366,7 @@
VAR
VARP
VLOOKUP
+ WEEKDAY
WORKDAY
YEAR
YEARFRAC