Uses of Interface
org.apache.poi.ss.formula.functions.Function1Arg

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

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

Classes in org.apache.poi.ss.formula.eval that implement Function1Arg
 class PercentEval
          Implementation of Excel formula token '%'.
 class UnaryMinusEval
           
 class UnaryPlusEval
           
 

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

Classes in org.apache.poi.ss.formula.functions that implement Function1Arg
 class CalendarFieldFunction
          Implementation of Excel functions Date parsing functions: Date - DAY, MONTH and YEAR Time - HOUR, MINUTE and SECOND
 class Column
           
 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 Fixed1ArgFunction
          Convenience base class for functions that must take exactly one argument.
 class Hyperlink
          Implementation of Excel HYPERLINK function.

In Excel this function has special behaviour - it causes the displayed cell value to behave like a hyperlink in the GUI.

 class LogicalFunction
           
static class NumericFunction.OneArg
           
 class Odd
           
 class RowFunc
          Implementation for the Excel function ROW
 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.