|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.ss.formula.functions.NotImplementedFunction
public final class NotImplementedFunction
NotImplementedException). This error should alert
the user that the formula contained a function that is not
yet implemented.| Constructor Summary | |
|---|---|
protected |
NotImplementedFunction()
|
|
NotImplementedFunction(java.lang.String name)
|
| Method Summary | |
|---|---|
ValueEval |
evaluate(ValueEval[] operands,
int srcRow,
int srcCol)
|
java.lang.String |
getFunctionName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected NotImplementedFunction()
public NotImplementedFunction(java.lang.String name)
| Method Detail |
|---|
public ValueEval evaluate(ValueEval[] operands,
int srcRow,
int srcCol)
evaluate in interface Functionoperands - the evaluated function arguments. Empty values are represented with
BlankEval or MissingArgEval, never null.srcRow - row index of the cell containing the formula under evaluationsrcCol - column index of the cell containing the formula under evaluation
ErrorEval, never null.
Note - Excel uses the error code #NUM! instead of IEEE NaN, so when
numeric functions evaluate to Double.NaN be sure to translate the result to ErrorEval.NUM_ERROR.public java.lang.String getFunctionName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||