Package io.keikaiex.formula.fn
Class InfoFunctionImpl
- java.lang.Object
-
- io.keikaiex.formula.fn.InfoFunctionImpl
-
public class InfoFunctionImpl extends java.lang.Object- Author:
- ashish
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.poi.ss.formula.functions.FunctionCELLstatic org.apache.poi.ss.formula.functions.FunctionISERRExcel 2007 help document: ISERR(value): Returns TRUE if value refers to any error value except #N/Astatic org.apache.poi.ss.formula.functions.FunctionNstatic org.apache.poi.ss.formula.functions.FunctionTYPE
-
Constructor Summary
Constructors Constructor Description InfoFunctionImpl()
-
-
-
Field Detail
-
ISERR
public static final org.apache.poi.ss.formula.functions.Function ISERR
Excel 2007 help document: ISERR(value): Returns TRUE if value refers to any error value except #N/A
-
N
public static final org.apache.poi.ss.formula.functions.Function N
-
TYPE
public static final org.apache.poi.ss.formula.functions.Function TYPE
-
CELL
public static final org.apache.poi.ss.formula.functions.Function CELL
-
-