org.apache.poi.hssf.record.formula.functions
Interface Function

All Known Implementing Classes:
Absref, Activecell, Address, AggregateFunction, And, Areas, Argument, Asc, Averagea, Betadist, Betainv, Binomdist, BooleanFunction, CalendarFieldFunction, Call, Caller, Cell, Char, Chidist, Chiinv, Chitest, Choose, Clean, Code, Column, Columns, Confidence, Correl, Count, Counta, Countblank, Countif, Covar, Critbinom, Customrepeat, Datedif, DateFunc, Datestring, Datevalue, Daverage, Days360, Db, Dbcs, Dcount, Dcounta, Ddb, Deref, Dget, Dmax, Dmin, Dproduct, Dstdev, Dstdevp, Dsum, Dvar, Dvarp, Echo, Error, Errortype, Evaluate, Even, Exec, Expondist, False, Fdist, Files, FinanceFunction, Find, Findb, Finv, Fisher, Fisherinv, Fixed, Forecast, Formulaconvert, Fpos, Frequency, Ftest, Gammadist, Gammainv, Gammaln, Geomean, Goto, Group, Growth, Halt, Harmean, Help, Hlookup, Hour, Hyperlink, Hypgeomdist, If, Index, Info, Initiate, Input, Intercept, Ipmt, Irr, Isblank, Iserr, IsError, Islogical, IsNa, Isnontext, Isnumber, Ispmt, Isref, Istext, Kurt, Lasterror, Leftb, Lenb, Linest, Links, Logest, LogicalFunction, Loginv, Lognormdist, Lookup, Match, Mdeterm, Midb, MinaMaxa, Minute, Minverse, Mirr, Mmult, Mode, MultiOperandNumericFunction, N, Na, Names, Negbinomdist, Normdist, Norminv, Normsdist, Normsinv, Not, Note, NotImplementedFunction, Now, Npv, Numberstring, NumericFunction, NumericFunction.MultiArg, NumericFunction.OneArg, NumericFunction.TwoArg, Odd, Offset, Or, Pearson, Percentile, Percentrank, Permut, Pi, Poisson, Ppmt, Prob, Proper, Quartile, Rand, Rank, Rate, Reftext, Relref, Replace, Replaceb, Rept, Request, Result, Rightb, Roman, Row, Rows, Rsq, Search, Searchb, Second, Series, Setname, Setvalue, Skew, Sln, Slope, Standardize, Stdeva, Stdevp, Stdevpa, Step, Steyx, Substitute, Subtotal, Sumif, Sumproduct, Sumx2my2, Sumx2py2, Sumxmy2, Syd, T, Tdist, Text, TextFunction, Textref, Time, Timevalue, Tinv, Today, Transpose, Trend, Trimmean, True, Trunc, Ttest, Type, Usdollar, Value, Var, Vara, Varp, Varpa, Vdb, Vlookup, Volatile, Weekday, Weibull, XYNumericFunction, Ztest

public interface Function

Author:
Amol S. Deshmukh < amolweb at ya hoo dot com > Function serves as a marker interface.

Method Summary
 Eval evaluate(Eval[] evals, int srcCellRow, short srcCellCol)
           
 

Method Detail

evaluate

Eval evaluate(Eval[] evals,
              int srcCellRow,
              short srcCellCol)


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