Class 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.Function CELL  
      static 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
      static org.apache.poi.ss.formula.functions.Function N  
      static org.apache.poi.ss.formula.functions.Function TYPE  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • InfoFunctionImpl

        public InfoFunctionImpl()