|
||||||||||
| 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.Substitute
public final class Substitute
An implementation of the SUBSTITUTE function:
Substitutes text in a text string with new text, some number of times.
| 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 | |
|---|---|
Substitute()
|
|
| 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 Substitute()
| Method Detail |
|---|
protected ValueEval evaluateFunc(Eval[] args,
int srcCellRow,
short srcCellCol)
throws EvaluationException
evaluateFunc in class TextFunctionEvaluationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||