Element index for package PHPExcel_Calculation
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ y ]
[ z ]
[ _ ]
_
- _calculateFormulaValue
- in file Calculation.php, method PHPExcel_Calculation::_calculateFormulaValue()
Parse a cell formula and calculate its value
- _getMatrixDimensions
- in file Calculation.php, method PHPExcel_Calculation::_getMatrixDimensions()
Read the dimensions of a matrix, and re-index it with straight numeric keys starting from row 0, column 0
- _localeFunc
- in file Calculation.php, method PHPExcel_Calculation::_localeFunc()
- _parseComplex
- in file Functions.php, method PHPExcel_Calculation_Functions::_parseComplex()
- _raiseFormulaError
- in file Calculation.php, method PHPExcel_Calculation::_raiseFormulaError()
- _translateFormulaToEnglish
- in file Calculation.php, method PHPExcel_Calculation::_translateFormulaToEnglish()
- _translateFormulaToLocale
- in file Calculation.php, method PHPExcel_Calculation::_translateFormulaToLocale()
- _translateSeparator
- in file Calculation.php, method PHPExcel_Calculation::_translateSeparator()
- _unwrapResult
- in file Calculation.php, method PHPExcel_Calculation::_unwrapResult()
Remove quotes used as a wrapper to identify string values
- _wrapResult
- in file Calculation.php, method PHPExcel_Calculation::_wrapResult()
Wrap string values in quotes
- __clone
- in file Calculation.php, method PHPExcel_Calculation::__clone()
__clone implementation. Cloning should not be allowed in a Singleton!
- __construct
- in file FormulaToken.php, method PHPExcel_Calculation_FormulaToken::__construct()
Create a new PHPExcel_Calculation_FormulaToken
- __construct
- in file Function.php, method PHPExcel_Calculation_Function::__construct()
Create a new PHPExcel_Calculation_Function
- __construct
- in file FormulaParser.php, method PHPExcel_Calculation_FormulaParser::__construct()
Create a new PHPExcel_Calculation_FormulaParser
- __construct
- in file ExceptionHandler.php, method PHPExcel_Calculation_ExceptionHandler::__construct()
Register errorhandler
- __construct
- in file Calculation.php, method PHPExcel_Token_Stack::__construct()
- __construct
- in file Calculation.php, method PHPExcel_Calculation::__construct()
- __destruct
- in file ExceptionHandler.php, method PHPExcel_Calculation_ExceptionHandler::__destruct()
Unregister errorhandler
top
a
- ACCRINT
- in file Functions.php, method PHPExcel_Calculation_Functions::ACCRINT()
ACCRINT
- ACCRINTM
- in file Functions.php, method PHPExcel_Calculation_Functions::ACCRINTM()
ACCRINTM
- acosh
- in file Functions.php, function acosh()
- AMORDEGRC
- in file Functions.php, method PHPExcel_Calculation_Functions::AMORDEGRC()
- AMORLINC
- in file Functions.php, method PHPExcel_Calculation_Functions::AMORLINC()
- ASCIICODE
- in file Functions.php, method PHPExcel_Calculation_Functions::ASCIICODE()
ASCIICODE
- asinh
- in file Functions.php, function asinh()
- atanh
- in file Functions.php, function atanh()
- AVEDEV
- in file Functions.php, method PHPExcel_Calculation_Functions::AVEDEV()
AVEDEV
- AVERAGE
- in file Functions.php, method PHPExcel_Calculation_Functions::AVERAGE()
AVERAGE
- AVERAGEA
- in file Functions.php, method PHPExcel_Calculation_Functions::AVERAGEA()
AVERAGEA
- AVERAGEIF
- in file Functions.php, method PHPExcel_Calculation_Functions::AVERAGEIF()
AVERAGEIF
top
b
- BESSELI
- in file Functions.php, method PHPExcel_Calculation_Functions::BESSELI()
BESSELI
- BESSELJ
- in file Functions.php, method PHPExcel_Calculation_Functions::BESSELJ()
BESSELJ
- BESSELK
- in file Functions.php, method PHPExcel_Calculation_Functions::BESSELK()
BESSELK
- BESSELY
- in file Functions.php, method PHPExcel_Calculation_Functions::BESSELY()
BESSELY
- BETADIST
- in file Functions.php, method PHPExcel_Calculation_Functions::BETADIST()
BETADIST
- BETAINV
- in file Functions.php, method PHPExcel_Calculation_Functions::BETAINV()
BETAINV
- BINOMDIST
- in file Functions.php, method PHPExcel_Calculation_Functions::BINOMDIST()
BINOMDIST
- BINTODEC
- in file Functions.php, method PHPExcel_Calculation_Functions::BINTODEC()
BINTODEC
- BINTOHEX
- in file Functions.php, method PHPExcel_Calculation_Functions::BINTOHEX()
BINTOHEX
- BINTOOCT
- in file Functions.php, method PHPExcel_Calculation_Functions::BINTOOCT()
BINTOOCT
- BRACE_CLOSE
- in file FormulaParser.php, class constant PHPExcel_Calculation_FormulaParser::BRACE_CLOSE
- BRACE_OPEN
- in file FormulaParser.php, class constant PHPExcel_Calculation_FormulaParser::BRACE_OPEN
- BRACKET_CLOSE
- in file FormulaParser.php, class constant PHPExcel_Calculation_FormulaParser::BRACKET_CLOSE
- BRACKET_OPEN
- in file FormulaParser.php, class constant PHPExcel_Calculation_FormulaParser::BRACKET_OPEN
top
c
- $cyclicFormulaCount
- in file Calculation.php, variable PHPExcel_Calculation::$cyclicFormulaCount
- calculate
- in file Calculation.php, method PHPExcel_Calculation::calculate()
Calculate cell value (using formula from a cell ID) Retained for backward compatibility
- calculateCellValue
- in file Calculation.php, method PHPExcel_Calculation::calculateCellValue()
Calculate the value of a cell formula
- calculateFormula
- in file Calculation.php, method PHPExcel_Calculation::calculateFormula()
Calculate the value of a formula
- CALCULATION_REGEXP_CELLREF
- in file Calculation.php, class constant PHPExcel_Calculation::CALCULATION_REGEXP_CELLREF
- CALCULATION_REGEXP_ERROR
- in file Calculation.php, class constant PHPExcel_Calculation::CALCULATION_REGEXP_ERROR
- CALCULATION_REGEXP_FUNCTION
- in file Calculation.php, class constant PHPExcel_Calculation::CALCULATION_REGEXP_FUNCTION
- CALCULATION_REGEXP_NAMEDRANGE
- in file Calculation.php, class constant PHPExcel_Calculation::CALCULATION_REGEXP_NAMEDRANGE
- CALCULATION_REGEXP_NUMBER
- in file Calculation.php, class constant PHPExcel_Calculation::CALCULATION_REGEXP_NUMBER
Regular Expressions
- CALCULATION_REGEXP_OPENBRACE
- in file Calculation.php, class constant PHPExcel_Calculation::CALCULATION_REGEXP_OPENBRACE
- CALCULATION_REGEXP_STRING
- in file Calculation.php, class constant PHPExcel_Calculation::CALCULATION_REGEXP_STRING
- CATEGORY_CUBE
- in file Function.php, class constant PHPExcel_Calculation_Function::CATEGORY_CUBE
- CATEGORY_DATABASE
- in file Function.php, class constant PHPExcel_Calculation_Function::CATEGORY_DATABASE
- CATEGORY_DATE_AND_TIME
- in file Function.php, class constant PHPExcel_Calculation_Function::CATEGORY_DATE_AND_TIME
- CATEGORY_ENGINEERING
- in file Function.php, class constant PHPExcel_Calculation_Function::CATEGORY_ENGINEERING
- CATEGORY_FINANCIAL
- in file Function.php, class constant PHPExcel_Calculation_Function::CATEGORY_FINANCIAL
- CATEGORY_INFORMATION
- in file Function.php, class constant PHPExcel_Calculation_Function::CATEGORY_INFORMATION
- CATEGORY_LOGICAL
- in file Function.php, class constant PHPExcel_Calculation_Function::CATEGORY_LOGICAL
- CATEGORY_LOOKUP_AND_REFERENCE
- in file Function.php, class constant PHPExcel_Calculation_Function::CATEGORY_LOOKUP_AND_REFERENCE
- CATEGORY_MATH_AND_TRIG
- in file Function.php, class constant PHPExcel_Calculation_Function::CATEGORY_MATH_AND_TRIG
- CATEGORY_STATISTICAL
- in file Function.php, class constant PHPExcel_Calculation_Function::CATEGORY_STATISTICAL
- CATEGORY_TEXT_AND_DATA
- in file Function.php, class constant PHPExcel_Calculation_Function::CATEGORY_TEXT_AND_DATA
- CEILING
- in file Functions.php, method PHPExcel_Calculation_Functions::CEILING()
CEILING
- CELL_ADDRESS
- in file Functions.php, method PHPExcel_Calculation_Functions::CELL_ADDRESS()
CELL_ADDRESS
- CHARACTER
- in file Functions.php, method PHPExcel_Calculation_Functions::CHARACTER()
CHARACTER
- CHIDIST
- in file Functions.php, method PHPExcel_Calculation_Functions::CHIDIST()
CHIDIST
- CHIINV
- in file Functions.php, method PHPExcel_Calculation_Functions::CHIINV()
CHIINV
- CHOOSE
- in file Functions.php, method PHPExcel_Calculation_Functions::CHOOSE()
- clearCalculationCache
- in file Calculation.php, method PHPExcel_Calculation::clearCalculationCache()
Clear calculation cache
- COLUMN
- in file Functions.php, method PHPExcel_Calculation_Functions::COLUMN()
COLUMN
- COLUMNS
- in file Functions.php, method PHPExcel_Calculation_Functions::COLUMNS()
COLUMNS
- COMBIN
- in file Functions.php, method PHPExcel_Calculation_Functions::COMBIN()
COMBIN
- COMMA
- in file FormulaParser.php, class constant PHPExcel_Calculation_FormulaParser::COMMA
- COMPATIBILITY_EXCEL
- in file Functions.php, class constant PHPExcel_Calculation_Functions::COMPATIBILITY_EXCEL
constants
- COMPATIBILITY_GNUMERIC
- in file Functions.php, class constant PHPExcel_Calculation_Functions::COMPATIBILITY_GNUMERIC
- COMPATIBILITY_OPENOFFICE
- in file Functions.php, class constant PHPExcel_Calculation_Functions::COMPATIBILITY_OPENOFFICE
- COMPLEX
- in file Functions.php, method PHPExcel_Calculation_Functions::COMPLEX()
COMPLEX
- CONCATENATE
- in file Functions.php, method PHPExcel_Calculation_Functions::CONCATENATE()
CONCATENATE
- CONFIDENCE
- in file Functions.php, method PHPExcel_Calculation_Functions::CONFIDENCE()
CONFIDENCE
- CONVERTUOM
- in file Functions.php, method PHPExcel_Calculation_Functions::CONVERTUOM()
CONVERTUOM
- CORREL
- in file Functions.php, method PHPExcel_Calculation_Functions::CORREL()
CORREL
- count
- in file Calculation.php, method PHPExcel_Token_Stack::count()
- COUNT
- in file Functions.php, method PHPExcel_Calculation_Functions::COUNT()
COUNT
- COUNTA
- in file Functions.php, method PHPExcel_Calculation_Functions::COUNTA()
COUNTA
- COUNTBLANK
- in file Functions.php, method PHPExcel_Calculation_Functions::COUNTBLANK()
COUNTBLANK
- COUNTIF
- in file Functions.php, method PHPExcel_Calculation_Functions::COUNTIF()
COUNTIF
- COUPDAYBS
- in file Functions.php, method PHPExcel_Calculation_Functions::COUPDAYBS()
- COUPDAYS
- in file Functions.php, method PHPExcel_Calculation_Functions::COUPDAYS()
- COUPDAYSNC
- in file Functions.php, method PHPExcel_Calculation_Functions::COUPDAYSNC()
- COUPNCD
- in file Functions.php, method PHPExcel_Calculation_Functions::COUPNCD()
- COUPNUM
- in file Functions.php, method PHPExcel_Calculation_Functions::COUPNUM()
- COUPPCD
- in file Functions.php, method PHPExcel_Calculation_Functions::COUPPCD()
- COVAR
- in file Functions.php, method PHPExcel_Calculation_Functions::COVAR()
COVAR
- CRITBINOM
- in file Functions.php, method PHPExcel_Calculation_Functions::CRITBINOM()
CRITBINOM
- CUMIPMT
- in file Functions.php, method PHPExcel_Calculation_Functions::CUMIPMT()
CUMIPMT
- CUMPRINC
- in file Functions.php, method PHPExcel_Calculation_Functions::CUMPRINC()
CUMPRINC
- Calculation.php
- procedural page Calculation.php
top
d
- $debugLog
- in file Calculation.php, variable PHPExcel_Calculation::$debugLog
The debug log generated by the calculation engine
- DATE
- in file Functions.php, method PHPExcel_Calculation_Functions::DATE()
DATE
- DATEDIF
- in file Functions.php, method PHPExcel_Calculation_Functions::DATEDIF()
DATEDIF
- DATENOW
- in file Functions.php, method PHPExcel_Calculation_Functions::DATENOW()
DATENOW
- DATETIMENOW
- in file Functions.php, method PHPExcel_Calculation_Functions::DATETIMENOW()
DATETIMENOW
- DATEVALUE
- in file Functions.php, method PHPExcel_Calculation_Functions::DATEVALUE()
DATEVALUE
- DAYOFMONTH
- in file Functions.php, method PHPExcel_Calculation_Functions::DAYOFMONTH()
DAYOFMONTH
- DAYOFWEEK
- in file Functions.php, method PHPExcel_Calculation_Functions::DAYOFWEEK()
DAYOFWEEK
- DAYS360
- in file Functions.php, method PHPExcel_Calculation_Functions::DAYS360()
DAYS360
- DB
- in file Functions.php, method PHPExcel_Calculation_Functions::DB()
DB
- DDB
- in file Functions.php, method PHPExcel_Calculation_Functions::DDB()
DDB
- DECTOBIN
- in file Functions.php, method PHPExcel_Calculation_Functions::DECTOBIN()
DECTOBIN
- DECTOHEX
- in file Functions.php, method PHPExcel_Calculation_Functions::DECTOHEX()
DECTOHEX
- DECTOOCT
- in file Functions.php, method PHPExcel_Calculation_Functions::DECTOOCT()
DECTOOCT
- DELTA
- in file Functions.php, method PHPExcel_Calculation_Functions::DELTA()
DELTA
- DEVSQ
- in file Functions.php, method PHPExcel_Calculation_Functions::DEVSQ()
DEVSQ
- disableCalculationCache
- in file Calculation.php, method PHPExcel_Calculation::disableCalculationCache()
Disable calculation cache
- DISC
- in file Functions.php, method PHPExcel_Calculation_Functions::DISC()
DISC
- DOLLAR
- in file Functions.php, method PHPExcel_Calculation_Functions::DOLLAR()
DOLLAR
- DOLLARDE
- in file Functions.php, method PHPExcel_Calculation_Functions::DOLLARDE()
DOLLARDE
- DOLLARFR
- in file Functions.php, method PHPExcel_Calculation_Functions::DOLLARFR()
DOLLARFR
- DUMMY
- in file Functions.php, method PHPExcel_Calculation_Functions::DUMMY()
DUMMY
top
e
- EDATE
- in file Functions.php, method PHPExcel_Calculation_Functions::EDATE()
EDATE
- EFFECT
- in file Functions.php, method PHPExcel_Calculation_Functions::EFFECT()
EFFECT
- enableCalculationCache
- in file Calculation.php, method PHPExcel_Calculation::enableCalculationCache()
Enable calculation cache
- EOMONTH
- in file Functions.php, method PHPExcel_Calculation_Functions::EOMONTH()
EOMONTH
- EPS
- in file Functions.php, constant EPS
EPS
- ERF
- in file Functions.php, method PHPExcel_Calculation_Functions::ERF()
ERF
- ERFC
- in file Functions.php, method PHPExcel_Calculation_Functions::ERFC()
ERFC
- errorHandlerCallback
- in file Exception.php, method PHPExcel_Calculation_Exception::errorHandlerCallback()
Error handler callback
- ERROR_START
- in file FormulaParser.php, class constant PHPExcel_Calculation_FormulaParser::ERROR_START
- ERROR_TYPE
- in file Functions.php, method PHPExcel_Calculation_Functions::ERROR_TYPE()
ERROR_TYPE
- EULER
- in file Functions.php, constant EULER
EULER
- EVEN
- in file Functions.php, method PHPExcel_Calculation_Functions::EVEN()
EVEN
- EXPONDIST
- in file Functions.php, method PHPExcel_Calculation_Functions::EXPONDIST()
EXPONDIST
- extractCellRange
- in file Calculation.php, method PHPExcel_Calculation::extractCellRange()
Extract range values
- extractNamedRange
- in file Calculation.php, method PHPExcel_Calculation::extractNamedRange()
Extract range values
- Exception.php
- procedural page Exception.php
- ExceptionHandler.php
- procedural page ExceptionHandler.php
top
f
- $formulaError
- in file Calculation.php, variable PHPExcel_Calculation::$formulaError
Error message for any error that was raised/thrown by the calculation engine
- FACT
- in file Functions.php, method PHPExcel_Calculation_Functions::FACT()
FACT
- FACTDOUBLE
- in file Functions.php, method PHPExcel_Calculation_Functions::FACTDOUBLE()
FACTDOUBLE
- FINANCIAL_MAX_ITERATIONS
- in file Functions.php, constant FINANCIAL_MAX_ITERATIONS
FINANCIAL_MAX_ITERATIONS
- FINANCIAL_PRECISION
- in file Functions.php, constant FINANCIAL_PRECISION
FINANCIAL_PRECISION
- FISHER
- in file Functions.php, method PHPExcel_Calculation_Functions::FISHER()
FISHER
- FISHERINV
- in file Functions.php, method PHPExcel_Calculation_Functions::FISHERINV()
FISHERINV
- FIXEDFORMAT
- in file Functions.php, method PHPExcel_Calculation_Functions::FIXEDFORMAT()
FIXEDFORMAT
- flattenArray
- in file Functions.php, method PHPExcel_Calculation_Functions::flattenArray()
Convert a multi-dimensional array to a simple 1-dimensional array
- flattenArrayIndexed
- in file Functions.php, method PHPExcel_Calculation_Functions::flattenArrayIndexed()
Convert a multi-dimensional array to a simple 1-dimensional array, but retain an element of indexing
- flattenSingleValue
- in file Functions.php, method PHPExcel_Calculation_Functions::flattenSingleValue()
Convert an array to a single scalar value by extracting the first element
- FLOOR
- in file Functions.php, method PHPExcel_Calculation_Functions::FLOOR()
FLOOR
- FORECAST
- in file Functions.php, method PHPExcel_Calculation_Functions::FORECAST()
FORECAST
- FV
- in file Functions.php, method PHPExcel_Calculation_Functions::FV()
FV
- FVSCHEDULE
- in file Functions.php, method PHPExcel_Calculation_Functions::FVSCHEDULE()
FVSCHEDULE
- FormulaParser.php
- procedural page FormulaParser.php
- FormulaToken.php
- procedural page FormulaToken.php
- Function.php
- procedural page Function.php
- Functions.php
- procedural page Functions.php
top
g
- GAMMADIST
- in file Functions.php, method PHPExcel_Calculation_Functions::GAMMADIST()
GAMMADIST
- GAMMAINV
- in file Functions.php, method PHPExcel_Calculation_Functions::GAMMAINV()
GAMMAINV
- GAMMALN
- in file Functions.php, method PHPExcel_Calculation_Functions::GAMMALN()
GAMMALN
- GCD
- in file Functions.php, method PHPExcel_Calculation_Functions::GCD()
GCD
- GEOMEAN
- in file Functions.php, method PHPExcel_Calculation_Functions::GEOMEAN()
GEOMEAN
- GESTEP
- in file Functions.php, method PHPExcel_Calculation_Functions::GESTEP()
GESTEP
- getArrayReturnType
- in file Calculation.php, method PHPExcel_Calculation::getArrayReturnType()
Return the Array Return Type (Array or Value of first element in the array)
- getCalculationCacheEnabled
- in file Calculation.php, method PHPExcel_Calculation::getCalculationCacheEnabled()
Is calculation caching enabled?
- getCalculationCacheExpirationTime
- in file Calculation.php, method PHPExcel_Calculation::getCalculationCacheExpirationTime()
Get calculation cache expiration time
- getCategory
- in file Function.php, method PHPExcel_Calculation_Function::getCategory()
Get Category (represented by CATEGORY_*)
- getCompatibilityMode
- in file Functions.php, method PHPExcel_Calculation_Functions::getCompatibilityMode()
Return the current Compatibility Mode
- getConversionGroups
- in file Functions.php, method PHPExcel_Calculation_Functions::getConversionGroups()
getConversionGroups
- getConversionGroupUnitDetails
- in file Functions.php, method PHPExcel_Calculation_Functions::getConversionGroupUnitDetails()
getConversionGroupUnitDetails
- getConversionGroupUnits
- in file Functions.php, method PHPExcel_Calculation_Functions::getConversionGroupUnits()
getConversionGroupUnits
- getConversionMultipliers
- in file Functions.php, method PHPExcel_Calculation_Functions::getConversionMultipliers()
getConversionGroups
- getExcelName
- in file Function.php, method PHPExcel_Calculation_Function::getExcelName()
Get Excel name
- getFormula
- in file FormulaParser.php, method PHPExcel_Calculation_FormulaParser::getFormula()
Get Formula
- getInstance
- in file Calculation.php, method PHPExcel_Calculation::getInstance()
Get an instance of this class
- getLocale
- in file Calculation.php, method PHPExcel_Calculation::getLocale()
Get the currently defined locale code
- getPHPExcelName
- in file Function.php, method PHPExcel_Calculation_Function::getPHPExcelName()
Get PHPExcel name
- getReturnDateType
- in file Functions.php, method PHPExcel_Calculation_Functions::getReturnDateType()
Return the current Return Date Format for functions that return a date/time (Excel, PHP Serialized Numeric or PHP Object)
- getToken
- in file FormulaParser.php, method PHPExcel_Calculation_FormulaParser::getToken()
Get Token
- getTokenCount
- in file FormulaParser.php, method PHPExcel_Calculation_FormulaParser::getTokenCount()
Get Token count
- getTokens
- in file FormulaParser.php, method PHPExcel_Calculation_FormulaParser::getTokens()
Get Tokens
- getTokenSubType
- in file FormulaToken.php, method PHPExcel_Calculation_FormulaToken::getTokenSubType()
Get Token SubType (represented by TOKEN_SUBTYPE_*)
- getTokenType
- in file FormulaToken.php, method PHPExcel_Calculation_FormulaToken::getTokenType()
Get Token Type (represented by TOKEN_TYPE_*)
- getValue
- in file FormulaToken.php, method PHPExcel_Calculation_FormulaToken::getValue()
Get Value
- GROWTH
- in file Functions.php, method PHPExcel_Calculation_Functions::GROWTH()
GROWTH
top
top
i
- IMABS
- in file Functions.php, method PHPExcel_Calculation_Functions::IMABS()
IMABS
- IMAGINARY
- in file Functions.php, method PHPExcel_Calculation_Functions::IMAGINARY()
IMAGINARY
- IMARGUMENT
- in file Functions.php, method PHPExcel_Calculation_Functions::IMARGUMENT()
IMARGUMENT
- IMCONJUGATE
- in file Functions.php, method PHPExcel_Calculation_Functions::IMCONJUGATE()
IMCONJUGATE
- IMCOS
- in file Functions.php, method PHPExcel_Calculation_Functions::IMCOS()
IMCOS
- IMDIV
- in file Functions.php, method PHPExcel_Calculation_Functions::IMDIV()
IMDIV
- IMEXP
- in file Functions.php, method PHPExcel_Calculation_Functions::IMEXP()
IMEXP
- IMLN
- in file Functions.php, method PHPExcel_Calculation_Functions::IMLN()
IMLN
- IMLOG2
- in file Functions.php, method PHPExcel_Calculation_Functions::IMLOG2()
IMLOG2
- IMLOG10
- in file Functions.php, method PHPExcel_Calculation_Functions::IMLOG10()
IMLOG10
- IMPOWER
- in file Functions.php, method PHPExcel_Calculation_Functions::IMPOWER()
IMPOWER
- IMPRODUCT
- in file Functions.php, method PHPExcel_Calculation_Functions::IMPRODUCT()
IMPRODUCT
- IMREAL
- in file Functions.php, method PHPExcel_Calculation_Functions::IMREAL()
IMREAL
- IMSIN
- in file Functions.php, method PHPExcel_Calculation_Functions::IMSIN()
IMSIN
- IMSQRT
- in file Functions.php, method PHPExcel_Calculation_Functions::IMSQRT()
IMSQRT
- IMSUB
- in file Functions.php, method PHPExcel_Calculation_Functions::IMSUB()
IMSUB
- IMSUM
- in file Functions.php, method PHPExcel_Calculation_Functions::IMSUM()
IMSUM
- INDEX
- in file Functions.php, method PHPExcel_Calculation_Functions::INDEX()
INDEX
- INDIRECT
- in file Functions.php, method PHPExcel_Calculation_Functions::INDIRECT()
INDIRECT
- INTERCEPT
- in file Functions.php, method PHPExcel_Calculation_Functions::INTERCEPT()
INTERCEPT
- INTRATE
- in file Functions.php, method PHPExcel_Calculation_Functions::INTRATE()
INTRATE
- INTVALUE
- in file Functions.php, method PHPExcel_Calculation_Functions::INTVALUE()
INTVALUE
- IPMT
- in file Functions.php, method PHPExcel_Calculation_Functions::IPMT()
IPMT
- IRR
- in file Functions.php, method PHPExcel_Calculation_Functions::IRR()
- isImplemented
- in file Calculation.php, method PHPExcel_Calculation::isImplemented()
Is a specific function implemented?
- ISPMT
- in file Functions.php, method PHPExcel_Calculation_Functions::ISPMT()
ISPMT
- IS_BLANK
- in file Functions.php, method PHPExcel_Calculation_Functions::IS_BLANK()
IS_BLANK
- IS_ERR
- in file Functions.php, method PHPExcel_Calculation_Functions::IS_ERR()
IS_ERR
- IS_ERROR
- in file Functions.php, method PHPExcel_Calculation_Functions::IS_ERROR()
IS_ERROR
- IS_EVEN
- in file Functions.php, method PHPExcel_Calculation_Functions::IS_EVEN()
IS_EVEN
- IS_LOGICAL
- in file Functions.php, method PHPExcel_Calculation_Functions::IS_LOGICAL()
IS_LOGICAL
- IS_NA
- in file Functions.php, method PHPExcel_Calculation_Functions::IS_NA()
IS_NA
- IS_NONTEXT
- in file Functions.php, method PHPExcel_Calculation_Functions::IS_NONTEXT()
IS_NONTEXT
- IS_NUMBER
- in file Functions.php, method PHPExcel_Calculation_Functions::IS_NUMBER()
IS_NUMBER
- IS_ODD
- in file Functions.php, method PHPExcel_Calculation_Functions::IS_ODD()
IS_ODD
- IS_TEXT
- in file Functions.php, method PHPExcel_Calculation_Functions::IS_TEXT()
IS_TEXT
top
top
l
- LARGE
- in file Functions.php, method PHPExcel_Calculation_Functions::LARGE()
LARGE
- last
- in file Calculation.php, method PHPExcel_Token_Stack::last()
- LCM
- in file Functions.php, method PHPExcel_Calculation_Functions::LCM()
LCM
- LEFT
- in file Functions.php, method PHPExcel_Calculation_Functions::LEFT()
LEFT
- LINEST
- in file Functions.php, method PHPExcel_Calculation_Functions::LINEST()
LINEST
- listFunctionNames
- in file Calculation.php, method PHPExcel_Calculation::listFunctionNames()
Get a list of implemented Excel function names
- listFunctions
- in file Calculation.php, method PHPExcel_Calculation::listFunctions()
Get a list of all implemented functions as an array of function objects
- LOGEST
- in file Functions.php, method PHPExcel_Calculation_Functions::LOGEST()
LOGEST
- LOGICAL_AND
- in file Functions.php, method PHPExcel_Calculation_Functions::LOGICAL_AND()
LOGICAL_AND
- LOGICAL_FALSE
- in file Functions.php, method PHPExcel_Calculation_Functions::LOGICAL_FALSE()
LOGICAL_FALSE
- LOGICAL_NOT
- in file Functions.php, method PHPExcel_Calculation_Functions::LOGICAL_NOT()
LOGICAL_NOT
- LOGICAL_OR
- in file Functions.php, method PHPExcel_Calculation_Functions::LOGICAL_OR()
LOGICAL_OR
- LOGICAL_TRUE
- in file Functions.php, method PHPExcel_Calculation_Functions::LOGICAL_TRUE()
LOGICAL_TRUE
- LOGINV
- in file Functions.php, method PHPExcel_Calculation_Functions::LOGINV()
LOGINV
- LOGNORMDIST
- in file Functions.php, method PHPExcel_Calculation_Functions::LOGNORMDIST()
LOGNORMDIST
- LOG_BASE
- in file Functions.php, method PHPExcel_Calculation_Functions::LOG_BASE()
LOG_BASE
- LOG_GAMMA_X_MAX_VALUE
- in file Functions.php, constant LOG_GAMMA_X_MAX_VALUE
LOG_GAMMA_X_MAX_VALUE
- LOOKUP
- in file Functions.php, method PHPExcel_Calculation_Functions::LOOKUP()
LOOKUP The LOOKUP function searches for value either from a one-row or one-column range or from an array.
- LOWERCASE
- in file Functions.php, method PHPExcel_Calculation_Functions::LOWERCASE()
LOWERCASE
top
m
- MATCH
- in file Functions.php, method PHPExcel_Calculation_Functions::MATCH()
MATCH
- MAX
- in file Functions.php, method PHPExcel_Calculation_Functions::MAX()
MAX
- MAXA
- in file Functions.php, method PHPExcel_Calculation_Functions::MAXA()
MAXA
- MAXIF
- in file Functions.php, method PHPExcel_Calculation_Functions::MAXIF()
MAXIF
- MAX_ITERATIONS
- in file Functions.php, constant MAX_ITERATIONS
MAX_ITERATIONS
- MAX_VALUE
- in file Functions.php, constant MAX_VALUE
MAX_VALUE
- mb_str_replace
- in file Functions.php, function mb_str_replace()
- MDETERM
- in file Functions.php, method PHPExcel_Calculation_Functions::MDETERM()
MDETERM
- MEDIAN
- in file Functions.php, method PHPExcel_Calculation_Functions::MEDIAN()
MEDIAN
- MID
- in file Functions.php, method PHPExcel_Calculation_Functions::MID()
MID
- MIN
- in file Functions.php, method PHPExcel_Calculation_Functions::MIN()
MIN
- MINA
- in file Functions.php, method PHPExcel_Calculation_Functions::MINA()
MINA
- MINIF
- in file Functions.php, method PHPExcel_Calculation_Functions::MINIF()
MINIF
- MINUTEOFHOUR
- in file Functions.php, method PHPExcel_Calculation_Functions::MINUTEOFHOUR()
MINUTEOFHOUR
- MINVERSE
- in file Functions.php, method PHPExcel_Calculation_Functions::MINVERSE()
MINVERSE
- MIRR
- in file Functions.php, method PHPExcel_Calculation_Functions::MIRR()
- MMULT
- in file Functions.php, method PHPExcel_Calculation_Functions::MMULT()
MMULT
- MOD
- in file Functions.php, method PHPExcel_Calculation_Functions::MOD()
MOD
- MODE
- in file Functions.php, method PHPExcel_Calculation_Functions::MODE()
MODE
- money_format
- in file Functions.php, function money_format()
- MONTHOFYEAR
- in file Functions.php, method PHPExcel_Calculation_Functions::MONTHOFYEAR()
MONTHOFYEAR
- MROUND
- in file Functions.php, method PHPExcel_Calculation_Functions::MROUND()
MROUND
- MULTINOMIAL
- in file Functions.php, method PHPExcel_Calculation_Functions::MULTINOMIAL()
MULTINOMIAL
- M_2DIVPI
- in file Functions.php, constant M_2DIVPI
2 / PI
top
n
- N
- in file Functions.php, method PHPExcel_Calculation_Functions::N()
N
- NA
- in file Functions.php, method PHPExcel_Calculation_Functions::NA()
NA
- NAME
- in file Functions.php, method PHPExcel_Calculation_Functions::NAME()
NAME
- NaN
- in file Functions.php, method PHPExcel_Calculation_Functions::NaN()
NAN
- NEGBINOMDIST
- in file Functions.php, method PHPExcel_Calculation_Functions::NEGBINOMDIST()
NEGBINOMDIST
- NETWORKDAYS
- in file Functions.php, method PHPExcel_Calculation_Functions::NETWORKDAYS()
NETWORKDAYS
- NOMINAL
- in file Functions.php, method PHPExcel_Calculation_Functions::NOMINAL()
NOMINAL
- NORMDIST
- in file Functions.php, method PHPExcel_Calculation_Functions::NORMDIST()
NORMDIST
- NORMINV
- in file Functions.php, method PHPExcel_Calculation_Functions::NORMINV()
NORMINV
- NORMSDIST
- in file Functions.php, method PHPExcel_Calculation_Functions::NORMSDIST()
NORMSDIST
- NORMSINV
- in file Functions.php, method PHPExcel_Calculation_Functions::NORMSINV()
NORMSINV
- NPER
- in file Functions.php, method PHPExcel_Calculation_Functions::NPER()
NPER
- NPV
- in file Functions.php, method PHPExcel_Calculation_Functions::NPV()
NPV
top
top
p
- PAREN_CLOSE
- in file FormulaParser.php, class constant PHPExcel_Calculation_FormulaParser::PAREN_CLOSE
- PAREN_OPEN
- in file FormulaParser.php, class constant PHPExcel_Calculation_FormulaParser::PAREN_OPEN
- parseFormula
- in file Calculation.php, method PHPExcel_Calculation::parseFormula()
Validate and parse a formula string
- PERCENTILE
- in file Functions.php, method PHPExcel_Calculation_Functions::PERCENTILE()
PERCENTILE
- PERCENTRANK
- in file Functions.php, method PHPExcel_Calculation_Functions::PERCENTRANK()
PERCENTRANK
- PERMUT
- in file Functions.php, method PHPExcel_Calculation_Functions::PERMUT()
PERMUT
- PHPExcel_Calculation
- in file Calculation.php, class PHPExcel_Calculation
PHPExcel_Calculation (Singleton)
- PHPExcel_Calculation_Exception
- in file Exception.php, class PHPExcel_Calculation_Exception
PHPExcel_Calculation_Exception
- PHPExcel_Calculation_ExceptionHandler
- in file ExceptionHandler.php, class PHPExcel_Calculation_ExceptionHandler
PHPExcel_Calculation_ExceptionHandler
- PHPExcel_Calculation_FormulaParser
- in file FormulaParser.php, class PHPExcel_Calculation_FormulaParser
PHPExcel_Calculation_FormulaParser
- PHPExcel_Calculation_FormulaToken
- in file FormulaToken.php, class PHPExcel_Calculation_FormulaToken
PHPExcel_Calculation_FormulaToken
- PHPExcel_Calculation_Function
- in file Function.php, class PHPExcel_Calculation_Function
PHPExcel_Calculation_Function
- PHPExcel_Calculation_Functions
- in file Functions.php, class PHPExcel_Calculation_Functions
PHPExcel_Calculation_Functions
- PHPExcel_Token_Stack
- in file Calculation.php, class PHPExcel_Token_Stack
- PMT
- in file Functions.php, method PHPExcel_Calculation_Functions::PMT()
PMT
- POISSON
- in file Functions.php, method PHPExcel_Calculation_Functions::POISSON()
POISSON
- pop
- in file Calculation.php, method PHPExcel_Token_Stack::pop()
- POWER
- in file Functions.php, method PHPExcel_Calculation_Functions::POWER()
POWER
- PPMT
- in file Functions.php, method PHPExcel_Calculation_Functions::PPMT()
PPMT
- PRECISION
- in file Functions.php, constant PRECISION
PRECISION
- PRICE
- in file Functions.php, method PHPExcel_Calculation_Functions::PRICE()
- PRICEDISC
- in file Functions.php, method PHPExcel_Calculation_Functions::PRICEDISC()
PRICEDISC
- PRICEMAT
- in file Functions.php, method PHPExcel_Calculation_Functions::PRICEMAT()
PRICEMAT
- PRODUCT
- in file Functions.php, method PHPExcel_Calculation_Functions::PRODUCT()
PRODUCT
- PROPERCASE
- in file Functions.php, method PHPExcel_Calculation_Functions::PROPERCASE()
PROPERCASE
- push
- in file Calculation.php, method PHPExcel_Token_Stack::push()
- PV
- in file Functions.php, method PHPExcel_Calculation_Functions::PV()
PV
top
top
r
- RAND
- in file Functions.php, method PHPExcel_Calculation_Functions::RAND()
RAND
- RANK
- in file Functions.php, method PHPExcel_Calculation_Functions::RANK()
RANK
- RATE
- in file Functions.php, method PHPExcel_Calculation_Functions::RATE()
RATE
- RECEIVED
- in file Functions.php, method PHPExcel_Calculation_Functions::RECEIVED()
RECEIVED
- REF
- in file Functions.php, method PHPExcel_Calculation_Functions::REF()
REF
- REPLACE
- in file Functions.php, method PHPExcel_Calculation_Functions::REPLACE()
REPLACE
- RETURNDATE_EXCEL
- in file Functions.php, class constant PHPExcel_Calculation_Functions::RETURNDATE_EXCEL
- RETURNDATE_PHP_NUMERIC
- in file Functions.php, class constant PHPExcel_Calculation_Functions::RETURNDATE_PHP_NUMERIC
- RETURNDATE_PHP_OBJECT
- in file Functions.php, class constant PHPExcel_Calculation_Functions::RETURNDATE_PHP_OBJECT
- RETURNSTRING
- in file Functions.php, method PHPExcel_Calculation_Functions::RETURNSTRING()
RETURNSTRING
- RETURN_ARRAY_AS_ARRAY
- in file Calculation.php, class constant PHPExcel_Calculation::RETURN_ARRAY_AS_ARRAY
- RETURN_ARRAY_AS_ERROR
- in file Calculation.php, class constant PHPExcel_Calculation::RETURN_ARRAY_AS_ERROR
constants
- RETURN_ARRAY_AS_VALUE
- in file Calculation.php, class constant PHPExcel_Calculation::RETURN_ARRAY_AS_VALUE
- REVERSE_ATAN2
- in file Functions.php, method PHPExcel_Calculation_Functions::REVERSE_ATAN2()
ATAN2
- RIGHT
- in file Functions.php, method PHPExcel_Calculation_Functions::RIGHT()
RIGHT
- ROMAN
- in file Functions.php, method PHPExcel_Calculation_Functions::ROMAN()
- ROUNDDOWN
- in file Functions.php, method PHPExcel_Calculation_Functions::ROUNDDOWN()
ROUNDDOWN
- ROUNDUP
- in file Functions.php, method PHPExcel_Calculation_Functions::ROUNDUP()
ROUNDUP
- ROW
- in file Functions.php, method PHPExcel_Calculation_Functions::ROW()
ROW
- ROWS
- in file Functions.php, method PHPExcel_Calculation_Functions::ROWS()
ROWS
- RSQ
- in file Functions.php, method PHPExcel_Calculation_Functions::RSQ()
RSQ
top
s
- $suppressFormulaErrors
- in file Calculation.php, variable PHPExcel_Calculation::$suppressFormulaErrors
Flag to determine how formula errors should be handled If true, then a user error will be triggered If false, then an exception will be thrown
- SEARCHINSENSITIVE
- in file Functions.php, method PHPExcel_Calculation_Functions::SEARCHINSENSITIVE()
SEARCHINSENSITIVE
- SEARCHSENSITIVE
- in file Functions.php, method PHPExcel_Calculation_Functions::SEARCHSENSITIVE()
SEARCHSENSITIVE
- SECONDOFMINUTE
- in file Functions.php, method PHPExcel_Calculation_Functions::SECONDOFMINUTE()
SECONDOFMINUTE
- SEMICOLON
- in file FormulaParser.php, class constant PHPExcel_Calculation_FormulaParser::SEMICOLON
- SERIESSUM
- in file Functions.php, method PHPExcel_Calculation_Functions::SERIESSUM()
SERIESSUM
- setArrayReturnType
- in file Calculation.php, method PHPExcel_Calculation::setArrayReturnType()
Set the Array Return Type (Array or Value of first element in the array)
- setCalculationCacheEnabled
- in file Calculation.php, method PHPExcel_Calculation::setCalculationCacheEnabled()
Enable/disable calculation cache
- setCalculationCacheExpirationTime
- in file Calculation.php, method PHPExcel_Calculation::setCalculationCacheExpirationTime()
Set calculation cache expiration time
- setCategory
- in file Function.php, method PHPExcel_Calculation_Function::setCategory()
Set Category (represented by CATEGORY_*)
- setCompatibilityMode
- in file Functions.php, method PHPExcel_Calculation_Functions::setCompatibilityMode()
Set the Compatibility Mode
- setExcelName
- in file Function.php, method PHPExcel_Calculation_Function::setExcelName()
Set Excel name
- setLocale
- in file Calculation.php, method PHPExcel_Calculation::setLocale()
Set the locale code
- setPHPExcelName
- in file Function.php, method PHPExcel_Calculation_Function::setPHPExcelName()
Set PHPExcel name
- setReturnDateType
- in file Functions.php, method PHPExcel_Calculation_Functions::setReturnDateType()
Set the Return Date Format used by functions that return a date/time (Excel, PHP Serialized Numeric or PHP Object)
- setTokenSubType
- in file FormulaToken.php, method PHPExcel_Calculation_FormulaToken::setTokenSubType()
Set Token SubType
- setTokenType
- in file FormulaToken.php, method PHPExcel_Calculation_FormulaToken::setTokenType()
Set Token Type
- setValue
- in file FormulaToken.php, method PHPExcel_Calculation_FormulaToken::setValue()
Set Value
- SIGN
- in file Functions.php, method PHPExcel_Calculation_Functions::SIGN()
SIGN
- SKEW
- in file Functions.php, method PHPExcel_Calculation_Functions::SKEW()
SKEW
- SLN
- in file Functions.php, method PHPExcel_Calculation_Functions::SLN()
SLN
- SLOPE
- in file Functions.php, method PHPExcel_Calculation_Functions::SLOPE()
SLOPE
- SMALL
- in file Functions.php, method PHPExcel_Calculation_Functions::SMALL()
SMALL
- SQRT2PI
- in file Functions.php, constant SQRT2PI
SQRT2PI
- SQRTPI
- in file Functions.php, method PHPExcel_Calculation_Functions::SQRTPI()
SQRTPI
- STANDARDIZE
- in file Functions.php, method PHPExcel_Calculation_Functions::STANDARDIZE()
STANDARDIZE
- STATEMENT_IF
- in file Functions.php, method PHPExcel_Calculation_Functions::STATEMENT_IF()
STATEMENT_IF
- STATEMENT_IFERROR
- in file Functions.php, method PHPExcel_Calculation_Functions::STATEMENT_IFERROR()
STATEMENT_IFERROR
- STDEV
- in file Functions.php, method PHPExcel_Calculation_Functions::STDEV()
STDEV
- STDEVA
- in file Functions.php, method PHPExcel_Calculation_Functions::STDEVA()
STDEVA
- STDEVP
- in file Functions.php, method PHPExcel_Calculation_Functions::STDEVP()
STDEVP
- STDEVPA
- in file Functions.php, method PHPExcel_Calculation_Functions::STDEVPA()
STDEVPA
- STEYX
- in file Functions.php, method PHPExcel_Calculation_Functions::STEYX()
STEYX
- STRINGLENGTH
- in file Functions.php, method PHPExcel_Calculation_Functions::STRINGLENGTH()
STRINGLENGTH
- SUBSTITUTE
- in file Functions.php, method PHPExcel_Calculation_Functions::SUBSTITUTE()
SUBSTITUTE
- SUBTOTAL
- in file Functions.php, method PHPExcel_Calculation_Functions::SUBTOTAL()
SUBTOTAL
- SUM
- in file Functions.php, method PHPExcel_Calculation_Functions::SUM()
SUM
- SUMIF
- in file Functions.php, method PHPExcel_Calculation_Functions::SUMIF()
SUMIF
- SUMPRODUCT
- in file Functions.php, method PHPExcel_Calculation_Functions::SUMPRODUCT()
SUMPRODUCT
- SUMSQ
- in file Functions.php, method PHPExcel_Calculation_Functions::SUMSQ()
SUMSQ
- SUMX2MY2
- in file Functions.php, method PHPExcel_Calculation_Functions::SUMX2MY2()
SUMX2MY2
- SUMX2PY2
- in file Functions.php, method PHPExcel_Calculation_Functions::SUMX2PY2()
SUMX2PY2
- SUMXMY2
- in file Functions.php, method PHPExcel_Calculation_Functions::SUMXMY2()
SUMXMY2
- SYD
- in file Functions.php, method PHPExcel_Calculation_Functions::SYD()
SYD
top
t
- TBILLEQ
- in file Functions.php, method PHPExcel_Calculation_Functions::TBILLEQ()
TBILLEQ
- TBILLPRICE
- in file Functions.php, method PHPExcel_Calculation_Functions::TBILLPRICE()
TBILLPRICE
- TBILLYIELD
- in file Functions.php, method PHPExcel_Calculation_Functions::TBILLYIELD()
TBILLYIELD
- TDIST
- in file Functions.php, method PHPExcel_Calculation_Functions::TDIST()
TDIST
- TEXTFORMAT
- in file Functions.php, method PHPExcel_Calculation_Functions::TEXTFORMAT()
TEXTFORMAT
- TIME
- in file Functions.php, method PHPExcel_Calculation_Functions::TIME()
TIME
- TIMEVALUE
- in file Functions.php, method PHPExcel_Calculation_Functions::TIMEVALUE()
TIMEVALUE
- TINV
- in file Functions.php, method PHPExcel_Calculation_Functions::TINV()
TINV
- TOKEN_SUBTYPE_CONCATENATION
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_CONCATENATION
- TOKEN_SUBTYPE_ERROR
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_ERROR
- TOKEN_SUBTYPE_INTERSECTION
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_INTERSECTION
- TOKEN_SUBTYPE_LOGICAL
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_LOGICAL
- TOKEN_SUBTYPE_MATH
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_MATH
- TOKEN_SUBTYPE_NOTHING
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_NOTHING
- TOKEN_SUBTYPE_NUMBER
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_NUMBER
- TOKEN_SUBTYPE_RANGE
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_RANGE
- TOKEN_SUBTYPE_START
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_START
- TOKEN_SUBTYPE_STOP
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_STOP
- TOKEN_SUBTYPE_TEXT
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_TEXT
- TOKEN_SUBTYPE_UNION
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_UNION
- TOKEN_TYPE_ARGUMENT
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_ARGUMENT
- TOKEN_TYPE_FUNCTION
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_FUNCTION
- TOKEN_TYPE_NOOP
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_NOOP
- TOKEN_TYPE_OPERAND
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERAND
- TOKEN_TYPE_OPERATORINFIX
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERATORINFIX
- TOKEN_TYPE_OPERATORPOSTFIX
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERATORPOSTFIX
- TOKEN_TYPE_OPERATORPREFIX
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERATORPREFIX
- TOKEN_TYPE_SUBEXPRESSION
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_SUBEXPRESSION
- TOKEN_TYPE_UNKNOWN
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_UNKNOWN
- TOKEN_TYPE_WHITESPACE
- in file FormulaToken.php, class constant PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_WHITESPACE
- TRANSPOSE
- in file Functions.php, method PHPExcel_Calculation_Functions::TRANSPOSE()
TRANSPOSE
- TREND
- in file Functions.php, method PHPExcel_Calculation_Functions::TREND()
TREND
- TRIMMEAN
- in file Functions.php, method PHPExcel_Calculation_Functions::TRIMMEAN()
TRIMMEAN
- TRIMNONPRINTABLE
- in file Functions.php, method PHPExcel_Calculation_Functions::TRIMNONPRINTABLE()
TRIMNONPRINTABLE
- TRIMSPACES
- in file Functions.php, method PHPExcel_Calculation_Functions::TRIMSPACES()
TRIMSPACES
- TRUNC
- in file Functions.php, method PHPExcel_Calculation_Functions::TRUNC()
TRUNC
- TYPE
- in file Functions.php, method PHPExcel_Calculation_Functions::TYPE()
TYPE
top
top
top
top
top
top
top
|
|