PHPExcel_Cell
[ class tree: PHPExcel_Cell ] [ index: PHPExcel_Cell ] [ all elements ]

Element index for package PHPExcel_Cell

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ _ ]

_

__clone
in file DataValidation.php, method PHPExcel_Cell_DataValidation::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__clone
in file Cell.php, method PHPExcel_Cell::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__construct
in file DataValidation.php, method PHPExcel_Cell_DataValidation::__construct()
    Create a new PHPExcel_Cell_DataValidation
__construct
in file Cell.php, method PHPExcel_Cell::__construct()
    Create a new Cell
__construct
in file Hyperlink.php, method PHPExcel_Cell_Hyperlink::__construct()
    Create a new PHPExcel_Cell_Hyperlink
__toString
in file Cell.php, method PHPExcel_Cell::__toString()
    Convert to string
top

a

absoluteCoordinate
in file Cell.php, method PHPExcel_Cell::absoluteCoordinate()
    Make string coordinate absolute
absoluteReference
in file Cell.php, method PHPExcel_Cell::absoluteReference()
    Make string row, column or cell coordinate absolute
attach
in file Cell.php, method PHPExcel_Cell::attach()
AdvancedValueBinder.php
procedural page AdvancedValueBinder.php
top

b

bindValue
in file DefaultValueBinder.php, method PHPExcel_Cell_DefaultValueBinder::bindValue()
    Bind value to a cell
bindValue
in file AdvancedValueBinder.php, method PHPExcel_Cell_AdvancedValueBinder::bindValue()
    Bind value to a cell
bindValue
in file IValueBinder.php, method PHPExcel_Cell_IValueBinder::bindValue()
    Bind value to a cell
buildRange
in file Cell.php, method PHPExcel_Cell::buildRange()
    Build range from coordinate strings
top

c

checkErrorCode
in file DataType.php, method PHPExcel_Cell_DataType::checkErrorCode()
    Check a value that it is a valid error code
checkString
in file DataType.php, method PHPExcel_Cell_DataType::checkString()
    Check a string that it satisfies Excel requirements
columnIndexFromString
in file Cell.php, method PHPExcel_Cell::columnIndexFromString()
    Column index from string
compareCells
in file Cell.php, method PHPExcel_Cell::compareCells()
    Compare 2 cells
coordinateFromString
in file Cell.php, method PHPExcel_Cell::coordinateFromString()
    Coordinate from string
Cell.php
procedural page Cell.php
top

d

dataTypeForValue
in file DefaultValueBinder.php, method PHPExcel_Cell_DefaultValueBinder::dataTypeForValue()
    DataType for value
dataTypeForValue
in file DataType.php, method PHPExcel_Cell_DataType::dataTypeForValue()
    DataType for value
DEFAULT_RANGE
in file Cell.php, class constant PHPExcel_Cell::DEFAULT_RANGE
    Default range variable constant
detach
in file Cell.php, method PHPExcel_Cell::detach()
DataType.php
procedural page DataType.php
DataValidation.php
procedural page DataValidation.php
DefaultValueBinder.php
procedural page DefaultValueBinder.php
top

e

extractAllCellReferencesInRange
in file Cell.php, method PHPExcel_Cell::extractAllCellReferencesInRange()
    Extract all cell references in range
top

g

getAllowBlank
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getAllowBlank()
    Get Allow Blank
getCalculatedValue
in file Cell.php, method PHPExcel_Cell::getCalculatedValue()
    Get calculated cell value
getColumn
in file Cell.php, method PHPExcel_Cell::getColumn()
    Get cell coordinate column
getCoordinate
in file Cell.php, method PHPExcel_Cell::getCoordinate()
    Get cell coordinate
getDataType
in file Cell.php, method PHPExcel_Cell::getDataType()
    Get cell data type
getDataValidation
in file Cell.php, method PHPExcel_Cell::getDataValidation()
    Get Data validation rules
getError
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getError()
    Get Error
getErrorCodes
in file DataType.php, method PHPExcel_Cell_DataType::getErrorCodes()
    Get list of error codes
getErrorStyle
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getErrorStyle()
    Get Error style
getErrorTitle
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getErrorTitle()
    Get Error title
getFormattedValue
in file Cell.php, method PHPExcel_Cell::getFormattedValue()
    Get cell value with formatting
getFormula1
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getFormula1()
    Get Formula 1
getFormula2
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getFormula2()
    Get Formula 2
getFormulaAttributes
in file Cell.php, method PHPExcel_Cell::getFormulaAttributes()
getHashCode
in file Hyperlink.php, method PHPExcel_Cell_Hyperlink::getHashCode()
    Get hash code
getHashCode
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getHashCode()
    Get hash code
getHyperlink
in file Cell.php, method PHPExcel_Cell::getHyperlink()
    Get Hyperlink
getOldCalculatedValue
in file Cell.php, method PHPExcel_Cell::getOldCalculatedValue()
    Get old calculated value (cached) This returns the value last calculated by MS Excel or whichever spreadsheet program was used to create the original spreadsheet file.
getOperator
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getOperator()
    Get Operator
getParent
in file Cell.php, method PHPExcel_Cell::getParent()
    Get parent worksheet
getPrompt
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getPrompt()
    Get Prompt
getPromptTitle
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getPromptTitle()
    Get Prompt title
getRangeBoundaries
in file Cell.php, method PHPExcel_Cell::getRangeBoundaries()
    Calculate range boundaries
getRow
in file Cell.php, method PHPExcel_Cell::getRow()
    Get cell coordinate row
getShowDropDown
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getShowDropDown()
    Get Show DropDown
getShowErrorMessage
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getShowErrorMessage()
    Get Show ErrorMessage
getShowInputMessage
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getShowInputMessage()
    Get Show InputMessage
getTooltip
in file Hyperlink.php, method PHPExcel_Cell_Hyperlink::getTooltip()
    Get tooltip
getType
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getType()
    Get Type
getUrl
in file Hyperlink.php, method PHPExcel_Cell_Hyperlink::getUrl()
    Get URL
getValue
in file Cell.php, method PHPExcel_Cell::getValue()
    Get cell value
getValueBinder
in file Cell.php, method PHPExcel_Cell::getValueBinder()
    Get value binder to use
getXfIndex
in file Cell.php, method PHPExcel_Cell::getXfIndex()
    Get index to cellXf
top

h

hasDataValidation
in file Cell.php, method PHPExcel_Cell::hasDataValidation()
    Does this cell contain Data validation rules?
hasHyperlink
in file Cell.php, method PHPExcel_Cell::hasHyperlink()
    Does this cell contain a Hyperlink?
Hyperlink.php
procedural page Hyperlink.php
top

i

isInRange
in file Cell.php, method PHPExcel_Cell::isInRange()
    Is cell in a specific range?
isInternal
in file Hyperlink.php, method PHPExcel_Cell_Hyperlink::isInternal()
    Is this hyperlink internal? (to another sheet)
IValueBinder.php
procedural page IValueBinder.php
top

n

notifyCacheController
in file Cell.php, method PHPExcel_Cell::notifyCacheController()
    Send notification to the cache controller
top

o

OPERATOR_BETWEEN
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::OPERATOR_BETWEEN
OPERATOR_EQUAL
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::OPERATOR_EQUAL
OPERATOR_GREATERTHAN
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::OPERATOR_GREATERTHAN
OPERATOR_GREATERTHANOREQUAL
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::OPERATOR_GREATERTHANOREQUAL
OPERATOR_LESSTHAN
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::OPERATOR_LESSTHAN
OPERATOR_LESSTHANOREQUAL
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::OPERATOR_LESSTHANOREQUAL
OPERATOR_NOTBETWEEN
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::OPERATOR_NOTBETWEEN
OPERATOR_NOTEQUAL
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::OPERATOR_NOTEQUAL
top

p

PHPExcel_Cell
in file Cell.php, class PHPExcel_Cell
    PHPExcel_Cell
PHPExcel_Cell_AdvancedValueBinder
in file AdvancedValueBinder.php, class PHPExcel_Cell_AdvancedValueBinder
    PHPExcel_Cell_AdvancedValueBinder
PHPExcel_Cell_DataType
in file DataType.php, class PHPExcel_Cell_DataType
    PHPExcel_Cell_DataType
PHPExcel_Cell_DataValidation
in file DataValidation.php, class PHPExcel_Cell_DataValidation
    PHPExcel_Cell_DataValidation
PHPExcel_Cell_DefaultValueBinder
in file DefaultValueBinder.php, class PHPExcel_Cell_DefaultValueBinder
    PHPExcel_Cell_DefaultValueBinder
PHPExcel_Cell_Hyperlink
in file Hyperlink.php, class PHPExcel_Cell_Hyperlink
    PHPExcel_Cell_Hyperlink
PHPExcel_Cell_IValueBinder
in file IValueBinder.php, class PHPExcel_Cell_IValueBinder
    PHPExcel_Cell_IValueBinder
top

r

rangeBoundaries
in file Cell.php, method PHPExcel_Cell::rangeBoundaries()
    Calculate range boundaries
rangeDimension
in file Cell.php, method PHPExcel_Cell::rangeDimension()
    Calculate range dimension
rebindParent
in file Cell.php, method PHPExcel_Cell::rebindParent()
    Re-bind parent
top

s

setAllowBlank
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setAllowBlank()
    Set Allow Blank
setCalculatedValue
in file Cell.php, method PHPExcel_Cell::setCalculatedValue()
    Set old calculated value (cached)
setDataType
in file Cell.php, method PHPExcel_Cell::setDataType()
    Set cell data type
setDataValidation
in file Cell.php, method PHPExcel_Cell::setDataValidation()
    Set Data validation rules
setError
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setError()
    Set Error
setErrorStyle
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setErrorStyle()
    Set Error style
setErrorTitle
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setErrorTitle()
    Set Error title
setFormula1
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setFormula1()
    Set Formula 1
setFormula2
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setFormula2()
    Set Formula 2
setFormulaAttributes
in file Cell.php, method PHPExcel_Cell::setFormulaAttributes()
setHyperlink
in file Cell.php, method PHPExcel_Cell::setHyperlink()
    Set Hyperlink
setOperator
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setOperator()
    Set Operator
setPrompt
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setPrompt()
    Set Prompt
setPromptTitle
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setPromptTitle()
    Set Prompt title
setShowDropDown
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setShowDropDown()
    Set Show DropDown
setShowErrorMessage
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setShowErrorMessage()
    Set Show ErrorMessage
setShowInputMessage
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setShowInputMessage()
    Set Show InputMessage
setTooltip
in file Hyperlink.php, method PHPExcel_Cell_Hyperlink::setTooltip()
    Set tooltip
setType
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setType()
    Set Type
setUrl
in file Hyperlink.php, method PHPExcel_Cell_Hyperlink::setUrl()
    Set URL
setValue
in file Cell.php, method PHPExcel_Cell::setValue()
    Set cell value
setValueBinder
in file Cell.php, method PHPExcel_Cell::setValueBinder()
    Set value binder to use
setValueExplicit
in file Cell.php, method PHPExcel_Cell::setValueExplicit()
    Set the value for a cell, with the explicit data type passed to the method (bypassing any use of the value binder)
setXfIndex
in file Cell.php, method PHPExcel_Cell::setXfIndex()
    Set index to cellXf
splitRange
in file Cell.php, method PHPExcel_Cell::splitRange()
    Split range into coordinate strings
stringFromColumnIndex
in file Cell.php, method PHPExcel_Cell::stringFromColumnIndex()
    String from columnindex
STYLE_INFORMATION
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::STYLE_INFORMATION
STYLE_STOP
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::STYLE_STOP
STYLE_WARNING
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::STYLE_WARNING
top

t

TYPE_BOOL
in file DataType.php, class constant PHPExcel_Cell_DataType::TYPE_BOOL
TYPE_CUSTOM
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::TYPE_CUSTOM
TYPE_DATE
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::TYPE_DATE
TYPE_DECIMAL
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::TYPE_DECIMAL
TYPE_ERROR
in file DataType.php, class constant PHPExcel_Cell_DataType::TYPE_ERROR
TYPE_FORMULA
in file DataType.php, class constant PHPExcel_Cell_DataType::TYPE_FORMULA
TYPE_INLINE
in file DataType.php, class constant PHPExcel_Cell_DataType::TYPE_INLINE
TYPE_LIST
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::TYPE_LIST
TYPE_NONE
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::TYPE_NONE
TYPE_NULL
in file DataType.php, class constant PHPExcel_Cell_DataType::TYPE_NULL
TYPE_NUMERIC
in file DataType.php, class constant PHPExcel_Cell_DataType::TYPE_NUMERIC
TYPE_STRING
in file DataType.php, class constant PHPExcel_Cell_DataType::TYPE_STRING
TYPE_STRING2
in file DataType.php, class constant PHPExcel_Cell_DataType::TYPE_STRING2
TYPE_TEXTLENGTH
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::TYPE_TEXTLENGTH
TYPE_TIME
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::TYPE_TIME
TYPE_WHOLE
in file DataValidation.php, class constant PHPExcel_Cell_DataValidation::TYPE_WHOLE
top

Documentation generated on Fri, 12 Oct 2012 00:15:03 +0200 by phpDocumentor 1.4.4