| Name | Description | Type | Package | Framework |
| Address | Creates a text reference as text, given specified row and column numbers. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| AggregateFunction | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| BaseNumberUtils | Some utils for converting from and to any baseAuthor:cedric dot walter @ gmail dot com | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Bin2Dec | Syntax: Bin2Dec (number) Converts a binary number to decimal. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| BooleanFunction | Here are the general rules concerning Boolean functions: Blanks are ignored (not either true or false) Strings are ignored if part of an area ref or cell ref, otherwise they must be 'true' or 'false' Numbers: 0 is false. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| CalendarFieldFunction | Date - DAY, MONTH and YEAR Time - HOUR, MINUTE and SECOND | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Choose | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Code | Syntax: CODE (text ) Returns a numeric code for the first character in a text string. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Column | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Columns | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Complex | Syntax: COMPLEX (real_num,i_num,suffix ) Converts real and imaginary coefficients into a complex number of the form x + yi or x + yj. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Count | Counts the number of cells that contain numeric data within the list of arguments. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Counta | Counts the number of cells that contain data within the list of arguments. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Countblank | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Countif | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Countif .ErrorMatcher | | Class | org.apache.poi.ss.formula.functions.Countif | Apache POI |
|
| Countif .StringMatcher | | Class | org.apache.poi.ss.formula.functions.Countif | Apache POI |
|
| Countifs | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| DateFunc | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Days360 | Calculates the number of days between two dates based on a 360-day year (twelve 30-day months), which is used in some accounting calculations. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Dec2Bin | Syntax: Bin2Dec (number,[places] ) Converts a decimal number to binary. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Dec2Hex | Syntax: DEC2HEX (number,places ) Converts a decimal number to hexadecimal. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Delta | Syntax: DELTA (number1,number2 ) Tests whether two values are equal. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| DGet | Finds the value of a column in an area with given conditions. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| DMin | Finds the minimum value of a column in an area with given conditions. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| DStarRunner | This class performs a D* calculation. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| DStarRunner .DStarAlgorithmEnum | | Class | org.apache.poi.ss.formula.functions.DStarRunner | Apache POI |
|
| EDate | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| EOMonth | EOMONTH() returns the date of the last day of a month. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Errortype | ERROR. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Even | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| FactDouble | Syntax: FACTDOUBLE (number) Returns the double factorial of a number. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Finance | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| FinanceFunction | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| FinanceLib | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Fixed | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Fixed0ArgFunction | Convenience base class for functions that only take zero arguments. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Fixed1ArgFunction | Convenience base class for functions that must take exactly one argument. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Fixed2ArgFunction | Convenience base class for functions that must take exactly two arguments. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Fixed3ArgFunction | Convenience base class for functions that must take exactly three arguments. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Fixed4ArgFunction | Convenience base class for functions that must take exactly four arguments. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| FreeRefFunction | For most Excel functions, involving references ((cell, area), (2d, 3d)), the references are passed in as arguments, and the exact location remains fixed. | Interface | org.apache.poi.ss.formula.functions | Apache POI |
|
| Function | Common interface for all implementations of Excel built-in functions. | Interface | org.apache.poi.ss.formula.functions | Apache POI |
|
| Function0Arg | | Interface | org.apache.poi.ss.formula.functions | Apache POI |
|
| Function1Arg | | Interface | org.apache.poi.ss.formula.functions | Apache POI |
|
| Function2Arg | | Interface | org.apache.poi.ss.formula.functions | Apache POI |
|
| Function3Arg | | Interface | org.apache.poi.ss.formula.functions | Apache POI |
|
| Function4Arg | | Interface | org.apache.poi.ss.formula.functions | Apache POI |
|
| FunctionMetadata | Holds information about Excel built-in functions. | Class | org.apache.poi.ss.formula.function | Apache POI |
|
| FunctionMetadataRegistry | Allows clients to get FunctionMetadata instances for any built-in function of Excel. | Class | org.apache.poi.ss.formula.function | Apache POI |
|
| Hex2Dec | Syntax: HEX2DEC (number) Converts a hexadecimal number to decimal. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Hlookup | HLOOKUP finds a column in a lookup table by the first row value and returns the value from another row. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Hyperlink | In Excel this function has special behaviour - it causes the displayed cell value to behave like a hyperlink in the GUI. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| IDStarAlgorithm | Interface specifying how an algorithm to be used by DStarRunner should look like. | Interface | org.apache.poi.ss.formula.functions | Apache POI |
|
| IfFunc | Note that Excel is a bit picky about the arguments to this function, when serialised into Ptgs in a HSSF file. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Imaginary | Syntax: IMAGINARY (Inumber) Returns the imaginary coefficient of a complex number in x + yi or x + yj text format. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| ImReal | Syntax: ImReal (Inumber) Returns the real coefficient of a complex number in x + yi or x + yj text format. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Index | INDEX ( reference, row_num[, column_num [, area_num]]) INDEX ( array, row_num[, column_num]) | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Indirect | INDIRECT() returns the cell or area reference denoted by the text argument. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Intercept | Calculates the INTERCEPT of the linear regression line that is used to predict y values from x values (http://introcs. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| IPMT | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Irr | Calculates the internal rate of return. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| LinearRegressionFunction | Base class for linear regression functions. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| LinearRegressionFunction .FUNCTION | | Class | org.apache.poi.ss.formula.functions.LinearRegressionFunction | Apache POI |
|
| LogicalFunction | take a single expression argument, and return True or False. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Lookup | LOOKUP finds an index row in a lookup table by the first column value and returns the value from another column. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Match | MATCH(lookup_value, lookup_array, match_type) Returns a 1-based index specifying at what position in the lookup_array the specified | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| MinaMaxa | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Mirr | Calculates Modified internal rate of return. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Mode | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| MultiOperandNumericFunction | This is the super class for all excel function evaluator classes that take variable number of operands, and | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Na | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| NotImplementedFunction | This is the default implementation of a Function class. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Now | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Npv | Calculates the net present value of an investment by using a discount rate and a series of future payments (negative values) and income (positive | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| NumericFunction | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| NumericFunction .OneArg | | Class | org.apache.poi.ss.formula.functions.NumericFunction | Apache POI |
|
| NumericFunction .TwoArg | | Class | org.apache.poi.ss.formula.functions.NumericFunction | Apache POI |
|
| Oct2Dec | Converts an octal number to decimal. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Odd | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Offset | OFFSET returns an area reference that is a specified number of rows and columns from a reference cell or area. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| PPMT | Compute the interest portion of a payment. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Quotient | Syntax: QUOTIENT(Numerator,Denominator) Numerator is the dividend. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Rank | Returns the rank of a number in a list of numbers. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Rate | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Replace | An implementation of the Excel REPLACE() function: Replaces part of a text string based on the number of characters | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Rept | Syntax: REPT (text,number_times ) Repeats text a given number of times. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Roman | Syntax: WeekNum (Serial_num,Return_type) Returns a number that indicates where the week falls numerically within a year. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| RowFunc | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Rows | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Slope | Calculates the SLOPE of the linear regression line that is used to predict y values from x values (http://introcs. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Substitute | An implementation of the SUBSTITUTE function: Substitutes text in a text string with new text, some number of times. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Subtotal | SUBTOTAL ( functionCode, ref1, ref2 . | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Sumif | SUMIF ( range, criteria, sum_range ) rangeThe range over which criteria is applied. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Sumifs | SUMIFS ( sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], . | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Sumproduct | SUMPRODUCT ( array1[, array2[, array3[, . | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Sumx2my2 | Calculates the sum of differences of squares in two arrays of the same size. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Sumx2py2 | Calculates the sum of squares in two arrays of the same size. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Sumxmy2 | Calculates the sum of squares of differences between two arrays of the same size. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| T | If the argument is a text or error value it is returned unmodified. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| TextFunction | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| TimeFunc | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Today | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Value | Syntax: VALUE(text) Converts the text argument to a number. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Vlookup | VLOOKUP finds a row in a lookup table by the first column value and returns the value from another column. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| WeekdayFunc | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| WeekNum | Syntax: WeekNum (Serial_num,Return_type) Returns a number that indicates where the week falls numerically within a year. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| XYNumericFunction | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| XYNumericFunction .Accumulator | | Interface | org.apache.poi.ss.formula.functions.XYNumericFunction | Apache POI |