Hello all,
I've been thinking about implementing some formulas that I might need
for a project, first of all "INTERCEPT", the problem is I don't really
know where to start:
This page links to "Developing Formula Evaluation" and the javadocs.
http://poi.apache.org/spreadsheet/eval.html
Javadocs link is 404:
http://poi.apache.org/apidocs/org/apache/poi/hssf/record/formula/functions/package-summary.html
This developing-formula-page seems, for all I can deduce, to talk about
some old implementation of POI.
http://poi.apache.org/spreadsheet/eval-devguide.html
I can't find any skeleton-class for the intercept formula like the page
says should exist:
"The first thing to realise is that classes already exist, even for
functions that are not yet implemented."
Also, the Sqrt example doesn't in any way correspond to the actual
implementation in the latest svn-version of poi.
Any pointers would be appreciated
Cincerely,
Martin Peters