FileDocCategorySizeDatePackage
NotImplementedFunction.javaAPI DocApache Poi 3.0.11526Sun Mar 11 12:59:30 GMT 2007org.apache.poi.hssf.record.formula.functions

NotImplementedFunction

public class NotImplementedFunction extends Object implements Function
author
Amol S. Deshmukh < amolweb at ya hoo dot com > This is the default implementation of a Function class. The default behaviour is to return a non-standard ErrorEval "ErrorEval.FUNCTION_NOT_IMPLEMENTED". This error should alert the user that the formula contained a function that is not yet implemented.

Fields Summary
Constructors Summary
Methods Summary
public org.apache.poi.hssf.record.formula.eval.Evalevaluate(org.apache.poi.hssf.record.formula.eval.Eval[] operands, int srcRow, short srcCol)

        return ErrorEval.FUNCTION_NOT_IMPLEMENTED;