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 ] [ o ] [ p ] [ r ] [ s ] [ t ] [ _ ]

_

$_allowBlank
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_allowBlank
    Allow Blank
$_calculatedValue
in file Cell.php, variable PHPExcel_Cell::$_calculatedValue
    Calculated value of the cell (used for caching)
$_cell
in file Hyperlink.php, variable PHPExcel_Cell_Hyperlink::$_cell
    Cell representing the hyperlink
$_column
in file Cell.php, variable PHPExcel_Cell::$_column
    Column of the cell
$_dataType
in file Cell.php, variable PHPExcel_Cell::$_dataType
    Type of the cell data
$_error
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_error
    Error
$_errorCodes
in file DataType.php, variable PHPExcel_Cell_DataType::$_errorCodes
    List of error codes
$_errorStyle
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_errorStyle
    Error style
$_errorTitle
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_errorTitle
    Error title
$_formula1
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_formula1
    Formula 1
$_formula2
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_formula2
    Formula 2
$_operator
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_operator
    Operator
$_parent
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_parent
    Parent cell
$_parent
in file Cell.php, variable PHPExcel_Cell::$_parent
    Parent worksheet
$_prompt
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_prompt
    Prompt
$_promptTitle
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_promptTitle
    Prompt title
$_row
in file Cell.php, variable PHPExcel_Cell::$_row
    Row of the cell
$_showDropDown
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_showDropDown
    Show DropDown
$_showErrorMessage
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_showErrorMessage
    Show ErrorMessage
$_showInputMessage
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_showInputMessage
    Show InputMessage
$_tooltip
in file Hyperlink.php, variable PHPExcel_Cell_Hyperlink::$_tooltip
    Tooltip to display on the hyperlink
$_type
in file DataValidation.php, variable PHPExcel_Cell_DataValidation::$_type
    Type
$_url
in file Hyperlink.php, variable PHPExcel_Cell_Hyperlink::$_url
    URL to link the cell to
$_value
in file Cell.php, variable PHPExcel_Cell::$_value
    Value of the cell
$_valueBinder
in file Cell.php, variable PHPExcel_Cell::$_valueBinder
    Value binder to use
$_xfIndex
in file Cell.php, variable PHPExcel_Cell::$_xfIndex
    Index to cellXf
__clone
in file Cell.php, method PHPExcel_Cell::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__clone
in file DataValidation.php, method PHPExcel_Cell_DataValidation::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__construct
in file Hyperlink.php, method PHPExcel_Cell_Hyperlink::__construct()
    Create a new PHPExcel_Cell_Hyperlink
__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
top

a

absoluteCoordinate
in file Cell.php, method PHPExcel_Cell::absoluteCoordinate()
    Make string coordinate absolute
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

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
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 caluclated 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
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
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
getHashCode
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getHashCode()
    Get hash code
getHashCode
in file Hyperlink.php, method PHPExcel_Cell_Hyperlink::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)
getOperator
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getOperator()
    Get Operator
getParent
in file DataValidation.php, method PHPExcel_Cell_DataValidation::getParent()
    Get parent
getParent
in file Cell.php, method PHPExcel_Cell::getParent()
    Get parent
getParent
in file Hyperlink.php, method PHPExcel_Cell_Hyperlink::getParent()
    Get parent
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
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()
    Has Data validation?
hasHyperlink
in file Cell.php, method PHPExcel_Cell::hasHyperlink()
    Has 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

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

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 calculated value (used for caching)
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
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
setHyperlink
in file Cell.php, method PHPExcel_Cell::setHyperlink()
    Set Hyperlink
setOperator
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setOperator()
    Set Operator
setParent
in file DataValidation.php, method PHPExcel_Cell_DataValidation::setParent()
    Set Parent
setParent
in file Hyperlink.php, method PHPExcel_Cell_Hyperlink::setParent()
    Set Parent
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 This clears the cell formula.
setValueBinder
in file Cell.php, method PHPExcel_Cell::setValueBinder()
    Set value binder to use
setValueExplicit
in file Cell.php, method PHPExcel_Cell::setValueExplicit()
    Set cell value (with explicit data type given)
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_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 Mon, 10 Aug 2009 08:01:06 +0200 by phpDocumentor 1.4.1