Subclasses of TextFunction in org.apache.poi.hssf.record.formula.functions |
class |
Concatenate
|
class |
Exact
|
class |
Left
|
class |
Len
|
class |
Lower
|
class |
Mid
An implementation of the MID function:
Returns a specific number of characters from a text string,
starting at the position you specify, based on the number
of characters you specify. |
class |
Replace
An implementation of the REPLACE function:
Replaces part of a text string based on the number of characters
you specify, with another text string. |
class |
Right
|
class |
Substitute
An implementation of the SUBSTITUTE function:
Substitutes text in a text string with new text, some number of times. |
class |
Trim
An implementation of the TRIM function:
Removes leading and trailing spaces from value if evaluated operand
value is string. |
class |
Upper
|