class |
AverageIf |
Handler for singular AverageIf which has different operand handling than
the generic AverageIfs version.
|
class |
Averageifs |
Implementation for the Excel function AVERAGEIFS
|
class |
BesselJ |
Implementation for Excel BESSELJ() function.
|
class |
Bin2Dec |
Implementation for Excel Bin2Dec() function.
|
class |
CeilingMath |
Implementation for Excel CEILING.MATH() function.
|
class |
CeilingPrecise |
Implementation for Excel CEILING.PRECISE() function.
|
class |
Complex |
Implementation for Excel COMPLEX () function.
|
class |
Countifs |
Implementation for the function COUNTIFS
|
class |
Covar |
Implementation for Excel COVAR() and COVARIANCE.P() functions.
|
class |
Days |
Calculates the number of days between two dates based on a real year,
which is used in some accounting calculations.
|
class |
Dec2Bin |
Implementation for Excel DEC2BIN() function.
|
class |
Dec2Hex |
Implementation for Excel DELTA() function.
|
class |
Delta |
Implementation for Excel DELTA() function.
|
class |
DollarDe |
Implementation for Excel DOLLARDE() function.
|
class |
DollarFr |
Implementation for Excel DOLLARFR() function.
|
class |
EDate |
Implementation for Excel EDATE () function.
|
class |
EOMonth |
Implementation for the Excel EOMONTH() function.
|
class |
FactDouble |
Implementation for Excel FACTDOUBLE() function.
|
class |
FloorMath |
Implementation for Excel FLOOR.MATH() function.
|
class |
FloorPrecise |
Implementation for Excel FLOOR.PRECISE() function.
|
class |
Forecast |
Implementation for Excel FORECAST() and FORECAST.LINEAR() functions.
|
class |
Gcd |
Implementation for Excel GCD() function.
|
class |
Hex2Dec |
Implementation for Excel HEX2DEC() function.
|
class |
Imaginary |
Implementation for Excel IMAGINARY() function.
|
class |
ImReal |
Implementation for Excel ImReal() function.
|
class |
Indirect |
Implementation for Excel function INDIRECT
|
class |
Lcm |
Implementation for Excel LCM() function.
|
class |
Maxifs |
Implementation for the Excel function MAXIFS
|
class |
Minifs |
Implementation for the Excel function MINIFS
|
class |
NormDist |
Implementation for Excel NORMDIST() and NORM.DIST() functions.
|
class |
NormInv |
Implementation for Excel NORMINV() and NORM.INV() functions.
|
class |
NormSDist |
Implementation for Excel NORMSDIST() and NORM.S.DIST functions.
|
class |
NormSInv |
Implementation for Excel NORMSINV() and NORM.S.INV() functions.
|
class |
NumberValueFunction |
/**
Implementation for the NUMBERVALUE() Excel function.
|
class |
Oct2Dec |
Implementation for Excel Oct2Dec() function.
|
class |
Poisson |
|
class |
Quotient |
Implementation for Excel QUOTIENT () function.
|
class |
Single |
Implementation of the SINGLE function, used by Dynamic Arrays, which is
now largely replaced by the @ character.
|
class |
Sqrtpi |
Implementation for Excel SQRTPI() function.
|
class |
Standardize |
Implementation for Excel STANDARDIZE() function.
|
class |
Sumifs |
Implementation for the Excel function SUMIFS
|
class |
TDist |
Implementation for Excel TDIST() function.
|
class |
TDist2t |
Implementation for Excel T.DIST.2T() function.
|
class |
TDistLt |
Implementation for Excel T.DIST() function.
|
class |
TDistRt |
Implementation for Excel T.DIST.RT() function.
|
class |
WeekNum |
Implementation for Excel WeekNum() function.
|