|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.formula.functions.TextFunction
org.apache.poi.hssf.record.formula.functions.Replace
public final class Replace
An implementation of the Excel REPLACE() function
: Replaces part of a text string based on the number of characters you specify, with another text string.
Field Summary |
---|
Fields inherited from class org.apache.poi.hssf.record.formula.functions.TextFunction |
---|
CONCATENATE, EMPTY_STRING, EXACT, LEFT, LEN, LOWER, MID, RIGHT, TRIM, UPPER |
Constructor Summary | |
---|---|
Replace()
|
Method Summary | |
---|---|
protected ValueEval |
evaluateFunc(Eval[] args,
int srcCellRow,
short srcCellCol)
|
Methods inherited from class org.apache.poi.hssf.record.formula.functions.TextFunction |
---|
evaluate, evaluateIntArg, evaluateStringArg |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Replace()
Method Detail |
---|
protected ValueEval evaluateFunc(Eval[] args, int srcCellRow, short srcCellCol) throws EvaluationException
evaluateFunc
in class TextFunction
EvaluationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |