Uses of Class
org.apache.poi.ss.formula.functions.Fixed1ArgFunction

Packages that use Fixed1ArgFunction
org.apache.poi.ss.formula.eval   
org.apache.poi.ss.formula.functions   
 

Uses of Fixed1ArgFunction in org.apache.poi.ss.formula.eval
 

Subclasses of Fixed1ArgFunction in org.apache.poi.ss.formula.eval
 class PercentEval
          Implementation of Excel formula token '%'.
 class UnaryMinusEval
           
 class UnaryPlusEval
           
 

Uses of Fixed1ArgFunction in org.apache.poi.ss.formula.functions
 

Subclasses of Fixed1ArgFunction in org.apache.poi.ss.formula.functions
 class CalendarFieldFunction
          Implementation of Excel functions Date parsing functions: Date - DAY, MONTH and YEAR Time - HOUR, MINUTE and SECOND
 class Columns
          Implementation for Excel COLUMNS function.
 class Countblank
          Implementation for the function COUNTBLANK
 class Errortype
          Implementation for the ERROR.TYPE() Excel function.
 class Even
           
 class LogicalFunction
           
static class NumericFunction.OneArg
           
 class Odd
           
 class Rows
          Implementation for Excel ROWS function.
 class T
          Implementation of Excel T() function

If the argument is a text or error value it is returned unmodified.

 class Value
          Implementation for Excel VALUE() function.

Syntax:
VALUE(text)
Converts the text argument to a number.

 



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