Uses of Class
org.apache.poi.hssf.record.formula.functions.TextFunction

Packages that use TextFunction
org.apache.poi.hssf.record.formula.functions   
 

Uses of TextFunction in org.apache.poi.hssf.record.formula.functions
 

Subclasses of TextFunction in org.apache.poi.hssf.record.formula.functions
 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.
Syntax:
REPLACE(oldText, startNum, numChars, newText)

oldText The text string containing characters to replace
startNum The position of the first character to replace (1-based)
numChars The number of characters to replace
newText The new text value to replace the removed section

 class Substitute
          An implementation of the SUBSTITUTE function: Substitutes text in a text string with new text, some number of times.
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.