| Name | Description | Type | Package | Framework |
| AbstractFunctionPtg | This class provides the base functionality for Excel sheet functions There are two kinds of function Ptgs - tFunc and tFuncVar | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| AddPtg | Addition operator PTG the + binomial operator. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| 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 |
|
| AggregatingUDFFinder | | Class | org.apache.poi.ss.formula.udf | Apache POI |
|
| AnalysisToolPak | | Class | org.apache.poi.ss.formula.atp | Apache POI |
|
| Area2DPtgBase | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| Area3DPtg | Title: Area 3D Ptg - 3D reference (Sheet + Area) Description: Defined an area in Extern Sheet. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| Area3DPxg | Title: XSSF Area 3D Reference (Sheet + Area) Description: Defined an area in an external or different sheet. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| AreaErrPtg | AreaErr - handles deleted cell area references. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| AreaEval | | Interface | org.apache.poi.ss.formula.eval | Apache POI |
|
| AreaEvalBase | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| AreaI | Common interface for AreaPtg and Area3DPtg, and their child classes. | Interface | org.apache.poi.ss.formula.ptg | Apache POI |
|
| AreaI .OffsetArea | | Class | org.apache.poi.ss.formula.ptg.AreaI | Apache POI |
|
| AreaNPtg | Specifies a rectangular area of cells A1:A4 for instance. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| AreaPtg | Specifies a rectangular area of cells A1:A4 for instance. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| AreaPtgBase | Specifies a rectangular area of cells A1:A4 for instance. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| ArrayPtg | ArrayPtg - handles arrays The ArrayPtg is a little weird, the size of the Ptg when parsing initially only | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| AttrPtg | "Special Attributes" This seems to be a Misc Stuff and Junk record. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| AttrPtg .SpaceType | | Class | org.apache.poi.ss.formula.ptg.AttrPtg | 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 |
|
| BlankEval | | Class | org.apache.poi.ss.formula.eval | 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 |
|
| BoolEval | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| BoolPtg | Boolean (boolean) Stores a (java) boolean value in a formula. | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| CollaboratingWorkbooksEnvironment | Manages a collection of WorkbookEvaluators, in order to support evaluation of formulas across spreadsheets. | Class | org.apache.poi.ss.formula | Apache POI |
|
| CollaboratingWorkbooksEnvironment .WorkbookNotFoundException | | Class | org.apache.poi.ss.formula.CollaboratingWorkbooksEnvironment | 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 |
|
| ConcatEval | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| ConcatPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| ConstantValueParser | To support Constant Values (2. | Class | org.apache.poi.ss.formula.constant | Apache POI |
|
| ControlPtg | | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| DateParser | Parser for java dates. | Class | org.apache.poi.ss.formula.atp | 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 |
|
| DefaultUDFFinder | Default UDF finder - for adding your own user defined functions. | Class | org.apache.poi.ss.formula.udf | Apache POI |
|
| Deleted3DPxg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| DeletedArea3DPtg | Title: Deleted Area 3D Ptg - 3D referecnce (Sheet + Area) Description: Defined a area in Extern Sheet. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| DeletedRef3DPtg | Title: Deleted Reference 3D Ptg Description: Defined a cell in extern sheet. | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| DividePtg | This PTG implements the standard binomial divide "/"Author:Andrew C. | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| EqualPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| ErrorConstant | Represents a constant error code value as encoded in a constant values array. | Class | org.apache.poi.ss.formula.constant | Apache POI |
|
| ErrorEval | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| Errortype | ERROR. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| ErrPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| EvaluationCell | Abstracts a cell for the purpose of formula evaluation. | Interface | org.apache.poi.ss.formula | Apache POI |
|
| EvaluationException | This class is used to simplify error handling logic within operator and function implementations. | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| EvaluationName | Abstracts a name record for formula evaluation. | Interface | org.apache.poi.ss.formula | Apache POI |
|
| EvaluationSheet | Abstracts a sheet for the purpose of formula evaluation. | Interface | org.apache.poi.ss.formula | Apache POI |
|
| EvaluationWorkbook | Abstracts a workbook for the purpose of formula evaluation. | Interface | org.apache.poi.ss.formula | Apache POI |
|
| EvaluationWorkbook .ExternalName | | Class | org.apache.poi.ss.formula.EvaluationWorkbook | Apache POI |
|
| EvaluationWorkbook .ExternalSheet | | Class | org.apache.poi.ss.formula.EvaluationWorkbook | Apache POI |
|
| EvaluationWorkbook .ExternalSheetRange | | Class | org.apache.poi.ss.formula.EvaluationWorkbook | Apache POI |
|
| Even | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| ExpPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| ExternalNameEval | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| ExternSheetReferenceToken | Should be implemented by any Ptg subclass that needs has an extern sheet index For POI internal use only | Interface | org.apache.poi.ss.formula | 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 |
|
| ForkedEvaluator | An alternative workbook evaluator that saves memory in situations where a single workbook is concurrently and independently evaluated many times. | Class | org.apache.poi.ss.formula.eval.forked | Apache POI |
|
| Formula | Encapsulates an encoded formula token array. | Class | org.apache.poi.ss.formula | Apache POI |
|
| FormulaParseException | This exception thrown when a supplied formula has incorrect syntax (or syntax currently not supported by POI). | Class | org.apache.poi.ss.formula | Apache POI |
|
| FormulaParser | This class parses a formula string into a List of tokens in RPN order. | Class | org.apache.poi.ss.formula | Apache POI |
|
| FormulaParsingWorkbook | Abstracts a workbook for the purpose of formula parsing. | Interface | org.apache.poi.ss.formula | Apache POI |
|
| FormulaRenderer | Common logic for rendering formulas. | Class | org.apache.poi.ss.formula | Apache POI |
|
| FormulaRenderingWorkbook | Abstracts a workbook for the purpose of converting formula to text. | Interface | org.apache.poi.ss.formula | Apache POI |
|
| FormulaShifter | | Class | org.apache.poi.ss.formula | Apache POI |
|
| FormulaType | Enumeration of various formula types. | Class | org.apache.poi.ss.formula | 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 |
|
| FuncPtg | | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| FunctionEval | | Class | org.apache.poi.ss.formula.eval | 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 |
|
| FunctionNameEval | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| FuncVarPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| GreaterEqualPtg | PTG class to implement greater or equal toAuthor:fred at stsci dot edu | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| GreaterThanPtg | Greater than operator PTG ">"Author:Cameron Riley (criley at ekmail. | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| IndexedUDFFinder | A UDFFinder that can retrieve functions both by name and by fake index. | Class | org.apache.poi.ss.formula.udf | 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 |
|
| IntersectionEval | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| IntersectionPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| IntPtg | Integer (unsigned short integer) Stores an unsigned short value (java int) inAuthor:Andrew C. | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| IStabilityClassifier | Used to help optimise cell evaluation result caching by allowing applications to specify which parts of a workbook are final. | Interface | org.apache.poi.ss.formula | Apache POI |
|
| LessEqualPtg | Ptg class to implement less than or equalAuthor:fred at stsci dot edu | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| LessThanPtg | Less than operator PTG "Author:Cameron Riley (criley at ekmail. | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| MemAreaPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| MemErrPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| MemFuncPtg | | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| MissingArgEval | Represents the (intermediate) evaluated result of a missing function argument. | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| MissingArgPtg | Missing Function Arguments Avik Sengupta | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| MultiplyPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| Na | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| NameIdentifier | | Class | org.apache.poi.ss.formula | Apache POI |
|
| NamePtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| NameXPtg | A Name, be that a Named Range or a Function / User Defined Function, addressed in the HSSF External Sheet style. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| NameXPxg | A Name, be that a Named Range or a Function / User Defined Function, addressed in the HSSF External Sheet style. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| NotEqualPtg | Ptg class to implement not equalAuthor:fred at stsci dot edu | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| NotImplementedException | An exception thrown by implementors of FormulaEvaluator, when attempting to evaluate a formula which requires features | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| NotImplementedFunction | This is the default implementation of a Function class. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| NotImplementedFunctionException | An exception thrown by implementors of FormulaEvaluator when attempting to evaluate a formula which requires a function that POI | Class | org.apache.poi.ss.formula.eval | 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 |
|
| NumberEval | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| NumberPtg | Number Stores a floating point value in a formula value stored in a 8 byte field using IEEE notation | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| NumericValueEval | | Interface | org.apache.poi.ss.formula.eval | 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 |
|
| OperandPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| OperandResolver | Provides functionality for evaluating arguments to functions and operators. | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| OperationEvaluationContext | Contains all the contextual information required to evaluate an operation For POI internal use only | Class | org.apache.poi.ss.formula | Apache POI |
|
| OperationPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| ParenthesisPtg | While formula tokens are stored in RPN order and thus do not need parenthesis for precedence reasons, Parenthesis tokens ARE written to ensure that user | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| PercentEval | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| PercentPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| PowerPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| PPMT | Compute the interest portion of a payment. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Ptg | Ptg represents a syntactic token in a formula. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| Pxg | An XSSF only special kind of Ptg, which stores the sheet / book reference in string form. | Interface | org.apache.poi.ss.formula.ptg | Apache POI |
|
| Pxg3D | An XSSF only special kind of Ptg, which stores a range of sheet / book references in string form. | Interface | org.apache.poi.ss.formula.ptg | Apache POI |
|
| Quotient | Syntax: QUOTIENT(Numerator,Denominator) Numerator is the dividend. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| RangeEval | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| RangePtg | | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| Ref3DPtg | Title: Reference 3D Ptg Description: Defined a cell in extern sheet. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| Ref3DPxg | Title: XSSF 3D Reference Description: Defines a cell in an external or different sheet. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| RefErrorPtg | RefError - handles deleted cell referenceAuthor:Jason Height (jheight at chariot dot net dot au) | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| RefEval | RefEval is the super interface for Ref2D and Ref3DEval. | Interface | org.apache.poi.ss.formula.eval | Apache POI |
|
| RefEvalBase | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| RefNPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| RefPtg | ReferencePtg - handles references (such as A1, A2, IA4)Author:Andrew C. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| RefPtgBase | ReferencePtgBase - handles references (such as A1, A2, IA4)Author:Andrew C. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| RelationalOperationEval | Base class for all comparison operator evaluatorsAuthor:Amol S. | Class | org.apache.poi.ss.formula.eval | 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 |
|
| ScalarConstantPtg | Common superclass of all Ptgs that represent simple constant values. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| SharedFormula | | Class | org.apache.poi.ss.formula | Apache POI |
|
| SheetIdentifier | | Class | org.apache.poi.ss.formula | Apache POI |
|
| SheetNameFormatter | Formats sheet names for use in formula expressions. | Class | org.apache.poi.ss.formula | Apache POI |
|
| SheetRange | | Interface | org.apache.poi.ss.formula | Apache POI |
|
| SheetRangeIdentifier | | Class | org.apache.poi.ss.formula | 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 |
|
| StringEval | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| StringPtg | String Stores a String value in a formula value stored in the format char[] | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| StringValueEval | | Interface | org.apache.poi.ss.formula.eval | 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 |
|
| SubtractPtg | | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| TblPtg | This ptg indicates a data table. | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| TextFunction | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| ThreeDEval | Optional Extension to the likes of AreaEval and which allows for looking up 3D (sheet+row+column) evaluations | Interface | org.apache.poi.ss.formula | Apache POI |
|
| TimeFunc | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| Today | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| TwoDEval | Common interface of AreaEval and AreaEvalBase, for 2D (row+column) evaluations | Interface | org.apache.poi.ss.formula | Apache POI |
|
| TwoOperandNumericOperation | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| UDFFinder | Common interface for "Add-in" libraries and user defined function libraries. | Interface | org.apache.poi.ss.formula.udf | Apache POI |
|
| UnaryMinusEval | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| UnaryMinusPtg | does not have any effect on the operandAuthor:Avik Sengupta | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| UnaryPlusEval | | Class | org.apache.poi.ss.formula.eval | Apache POI |
|
| UnaryPlusPtg | does not have any effect on the operandAuthor:Avik Sengupta | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| UnionPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| UnknownPtg | | Class | org.apache.poi.ss.formula.ptg | Apache POI |
|
| Value | Syntax: VALUE(text) Converts the text argument to a number. | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| ValueOperatorPtg | Common superclass of all value operators. | Class | org.apache.poi.ss.formula.ptg | 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 |
|
| WorkbookDependentFormula | Should be implemented by any Ptg subclass that needs a workbook to render its formula. | Interface | org.apache.poi.ss.formula | Apache POI |
|
| WorkbookEvaluator | Evaluates formula cells. | Class | org.apache.poi.ss.formula | Apache POI |
|
| WorkbookEvaluatorProvider | Provides access to a WorkbookEvaluator, eg for use with CollaboratingWorkbooksEnvironment | Interface | org.apache.poi.ss.formula | Apache POI |
|
| WorkdayCalculator | A calculator for workdays, considering dates as excel representations. | Class | org.apache.poi.ss.formula.atp | Apache POI |
|
| XYNumericFunction | | Class | org.apache.poi.ss.formula.functions | Apache POI |
|
| XYNumericFunction .Accumulator | | Interface | org.apache.poi.ss.formula.functions.XYNumericFunction | Apache POI |