Class Code
java.lang.Object
org.apache.poi.ss.formula.functions.Fixed1ArgFunction
org.apache.poi.ss.formula.functions.Code
- All Implemented Interfaces:
Function
,Function1Arg
Implementation for Excel CODE () function.
Syntax:
CODE (text )
Returns a numeric code for the first character in a text string. The returned code corresponds to the character set used by your computer.
text The text for which you want the code of the first character.
- Author:
- cedric dot walter @ gmail dot com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.poi.ss.formula.functions.Fixed1ArgFunction
evaluate
-
Constructor Details
-
Code
public Code()
-
-
Method Details
-
evaluate
Description copied from interface:Function1Arg
-