ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
notifyCacheController () | |
Send notification to the cache controller. More... | |
detach () | |
attach (PHPExcel_CachedObjectStorage_CacheBase $parent) | |
__construct ($pValue=NULL, $pDataType=NULL, PHPExcel_Worksheet $pSheet=NULL) | |
Create a new Cell. More... | |
getColumn () | |
Get cell coordinate column. More... | |
getRow () | |
Get cell coordinate row. More... | |
getCoordinate () | |
Get cell coordinate. More... | |
getValue () | |
Get cell value. More... | |
getFormattedValue () | |
Get cell value with formatting. More... | |
setValue ($pValue=NULL) | |
Set cell value. More... | |
setValueExplicit ($pValue=NULL, $pDataType=PHPExcel_Cell_DataType::TYPE_STRING) | |
Set the value for a cell, with the explicit data type passed to the method (bypassing any use of the value binder) More... | |
getCalculatedValue ($resetLog=TRUE) | |
Get calculated cell value. More... | |
setCalculatedValue ($pValue=NULL) | |
Set old calculated value (cached) More... | |
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. More... | |
getDataType () | |
Get cell data type. More... | |
setDataType ($pDataType=PHPExcel_Cell_DataType::TYPE_STRING) | |
Set cell data type. More... | |
isFormula () | |
Identify if the cell contains a formula. More... | |
hasDataValidation () | |
Does this cell contain Data validation rules? More... | |
getDataValidation () | |
Get Data validation rules. More... | |
setDataValidation (PHPExcel_Cell_DataValidation $pDataValidation=NULL) | |
Set Data validation rules. More... | |
hasHyperlink () | |
Does this cell contain a Hyperlink? More... | |
getHyperlink () | |
Get Hyperlink. More... | |
setHyperlink (PHPExcel_Cell_Hyperlink $pHyperlink=NULL) | |
Set Hyperlink. More... | |
getParent () | |
Get parent worksheet. More... | |
getWorksheet () | |
Get parent worksheet. More... | |
isInMergeRange () | |
Is this cell in a merge range. More... | |
isMergeRangeValueCell () | |
Is this cell the master (top left cell) in a merge range (that holds the actual data value) More... | |
getMergeRange () | |
If this cell is in a merge range, then return the range. More... | |
getStyle () | |
Get cell style. More... | |
rebindParent (PHPExcel_Worksheet $parent) | |
Re-bind parent. More... | |
isInRange ($pRange='A1:A1') | |
Is cell in a specific range? More... | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
getXfIndex () | |
Get index to cellXf. More... | |
setXfIndex ($pValue=0) | |
Set index to cellXf. More... | |
setFormulaAttributes ($pAttributes) | |
getFormulaAttributes () | |
__toString () | |
Convert to string. More... | |
Static Public Member Functions | |
static | coordinateFromString ($pCoordinateString='A1') |
Coordinate from string. More... | |
static | absoluteReference ($pCoordinateString='A1') |
Make string row, column or cell coordinate absolute. More... | |
static | absoluteCoordinate ($pCoordinateString='A1') |
Make string coordinate absolute. More... | |
static | splitRange ($pRange='A1:A1') |
Split range into coordinate strings. More... | |
static | buildRange ($pRange) |
Build range from coordinate strings. More... | |
static | rangeBoundaries ($pRange='A1:A1') |
Calculate range boundaries. More... | |
static | rangeDimension ($pRange='A1:A1') |
Calculate range dimension. More... | |
static | getRangeBoundaries ($pRange='A1:A1') |
Calculate range boundaries. More... | |
static | columnIndexFromString ($pString='A') |
Column index from string. More... | |
static | stringFromColumnIndex ($pColumnIndex=0) |
String from columnindex. More... | |
static | extractAllCellReferencesInRange ($pRange='A1') |
Extract all cell references in range. More... | |
static | compareCells (PHPExcel_Cell $a, PHPExcel_Cell $b) |
Compare 2 cells. More... | |
static | getValueBinder () |
Get value binder to use. More... | |
static | setValueBinder (PHPExcel_Cell_IValueBinder $binder=NULL) |
Set value binder to use. More... | |
Data Fields | |
const | DEFAULT_RANGE = 'A1:A1' |
Private Attributes | |
$_value | |
$_calculatedValue = NULL | |
$_dataType | |
$_parent | |
$_xfIndex = 0 | |
$_formulaAttributes | |
Attributes of the formula. More... | |
Static Private Attributes | |
static | $_valueBinder = NULL |
PHPExcel_Cell::__construct | ( | $pValue = NULL , |
|
$pDataType = NULL , |
|||
PHPExcel_Worksheet | $pSheet = NULL |
||
) |
Create a new Cell.
mixed | $pValue | |
string | $pDataType | |
PHPExcel_Worksheet | $pSheet |
PHPExcel_Exception |
Definition at line 128 of file Cell.php.
References PHPExcel_Cell_DataType\TYPE_STRING, and PHPExcel_Cell_DataType\TYPE_STRING2.
PHPExcel_Cell::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
PHPExcel_Cell::__toString | ( | ) |
Convert to string.
Definition at line 1016 of file Cell.php.
References getValue().
|
static |
Make string coordinate absolute.
string | $pCoordinateString | e.g. 'A1' |
PHPExcel_Exception |
Definition at line 631 of file Cell.php.
References $column, $row, and $worksheet.
|
static |
Make string row, column or cell coordinate absolute.
string | $pCoordinateString | e.g. 'A' or '1' or 'A1' Note that this value can be a row or column reference as well as a cell reference |
PHPExcel_Exception |
Definition at line 601 of file Cell.php.
References $worksheet.
PHPExcel_Cell::attach | ( | PHPExcel_CachedObjectStorage_CacheBase | $parent | ) |
|
static |
Build range from coordinate strings.
array | $pRange | Array containg one or more arrays containing one or two coordinate strings |
PHPExcel_Exception |
Definition at line 682 of file Cell.php.
References $counter, and array.
Referenced by PHPExcel_ReferenceHelper\_updateCellRange().
|
static |
Column index from string.
string | $pString |
Definition at line 782 of file Cell.php.
References array.
Referenced by PHPExcel_Worksheet_ColumnCellIterator\__construct(), PHPExcel_Writer_Excel5_Worksheet\__construct(), PHPExcel_Writer_HTML\_calculateSpans(), PHPExcel_Reader_Excel2007\_castToFormula(), PHPExcel_Worksheet\_createNewCell(), PHPExcel_Writer_HTML\_extendRowsForChartsAndImages(), PHPExcel_Writer_HTML\_generateTableHeader(), PHPExcel_Calculation\_processTokenStack(), PHPExcel_Reader_Excel5\_readBIFF8CellAddressB(), PHPExcel_Reader_Excel5\_readBIFF8CellRangeAddressB(), PHPExcel_ReferenceHelper\_updateSingleCellReference(), PHPExcel_Writer_Excel5_Worksheet\_writeBIFF8CellRangeAddressFixed(), PHPExcel_Writer_Excel2007_Worksheet\_writeBreaks(), PHPExcel_Writer_Excel5_Worksheet\_writeBreaks(), PHPExcel_Writer_OpenDocument_Content\_writeCells(), PHPExcel_Writer_Excel5_Worksheet\_writeCFHeader(), PHPExcel_Writer_Excel2007_Drawing\_writeChart(), PHPExcel_Writer_Excel2007_Worksheet\_writeCols(), PHPExcel_Writer_Excel2007_Drawing\_writeDrawing(), PHPExcel_Writer_Excel5_Worksheet\_writeMergedCells(), PHPExcel_Writer_Excel5_Workbook\_writeNames(), PHPExcel_Writer_Excel5_Worksheet\_writePanes(), PHPExcel_Writer_Excel5_Worksheet\_writeSelection(), PHPExcel_Writer_Excel2007_Worksheet\_writeSheetData(), PHPExcel_Writer_Excel2007_Worksheet\_writeSheetViews(), PHPExcel_Writer_Excel2007_Comments\_writeVMLComment(), PHPExcel_Style\applyFromArray(), PHPExcel_Writer_HTML\buildCSS(), PHPExcel_ReferenceHelper\cellAddressInDeleteRange(), PHPExcel_Writer_Excel5_Escher\close(), PHPExcel_Writer_Excel5_Worksheet\close(), PHPExcel_Calculation_LookupRef\COLUMN(), PHPExcel_Worksheet\garbageCollect(), PHPExcel_Writer_HTML\generateSheetData(), ilExcel\getColumnCount(), PHPExcel_Worksheet\getColumnDimension(), PHPExcel_Shared_Excel5\getDistanceX(), PHPExcel_CachedObjectStorage_CacheBase\getHighestColumn(), PHPExcel_ReferenceHelper\insertNewBefore(), PHPExcel_Reader_Excel2003XML\loadIntoExisting(), PHPExcel_Reader_OOCalc\loadIntoExisting(), PHPExcel_Calculation_LookupRef\OFFSET(), PHPExcel_Shared_Excel5\oneAnchor2twoAnchor(), PHPExcel_Worksheet\removeColumn(), PHPExcel_Worksheet_RowCellIterator\resetEnd(), PHPExcel_Worksheet_ColumnIterator\resetEnd(), PHPExcel_Worksheet_RowCellIterator\resetStart(), PHPExcel_Worksheet_ColumnIterator\resetStart(), PHPExcel_Worksheet_RowCellIterator\seek(), PHPExcel_Worksheet_ColumnIterator\seek(), PHPExcel_Worksheet_AutoFilter\setRange(), PHPExcel_Worksheet\shrinkRangeToFit(), PHPExcel_Worksheet_AutoFilter\testColumnInRange(), and PHPExcel_ReferenceHelper\updateFormulaReferences().
|
static |
Compare 2 cells.
PHPExcel_Cell | $a | Cell a |
PHPExcel_Cell | $b | Cell b |
Definition at line 917 of file Cell.php.
References getColumn(), and getRow().
|
static |
Coordinate from string.
string | $pCoordinateString |
PHPExcel_Exception |
Definition at line 580 of file Cell.php.
References array.
Referenced by PHPExcel_ReferenceHelper\_adjustColumnDimensions(), PHPExcel_ReferenceHelper\_adjustRowDimensions(), PHPExcel_Writer_HTML\_calculateSpans(), PHPExcel_Reader_Excel2007\_castToFormula(), PHPExcel_Worksheet\_createNewCell(), PHPExcel_Writer_HTML\_extendRowsForChartsAndImages(), PHPExcel_Calculation\_processTokenStack(), PHPExcel_Reader_Excel5\_readBIFF8CellAddressB(), PHPExcel_Reader_Excel5\_readBIFF8CellRangeAddressB(), PHPExcel_ReferenceHelper\_updateCellRange(), PHPExcel_ReferenceHelper\_updateSingleCellReference(), PHPExcel_Writer_Excel5_Worksheet\_writeBIFF8CellRangeAddressFixed(), PHPExcel_Writer_Excel2007_Worksheet\_writeBreaks(), PHPExcel_Writer_Excel5_Worksheet\_writeBreaks(), PHPExcel_Writer_Excel5_Worksheet\_writeCFHeader(), PHPExcel_Writer_Excel2007_Drawing\_writeChart(), PHPExcel_Writer_Excel2007_Drawing\_writeDrawing(), PHPExcel_Writer_Excel5_Worksheet\_writeMergedCells(), PHPExcel_Writer_Excel5_Workbook\_writeNames(), PHPExcel_Writer_Excel5_Worksheet\_writePanes(), PHPExcel_Writer_Excel5_Worksheet\_writeSelection(), PHPExcel_Writer_Excel2007_Worksheet\_writeSheetData(), PHPExcel_Writer_Excel2007_Worksheet\_writeSheetViews(), PHPExcel_Writer_Excel2007_Comments\_writeVMLComment(), PHPExcel_Style\applyFromArray(), PHPExcel_ReferenceHelper\cellAddressInDeleteRange(), PHPExcel_Worksheet\cellExists(), PHPExcel_Writer_Excel5_Escher\close(), PHPExcel_Writer_Excel5_Worksheet\close(), PHPExcel_Calculation\extractNamedRange(), PHPExcel_Worksheet\fromArray(), PHPExcel_Writer_HTML\generateSheetData(), PHPExcel_ReferenceHelper\insertNewBefore(), PHPExcel_Reader_Excel2007\load(), PHPExcel_Reader_Excel5\load(), PHPExcel_Calculation_LookupRef\OFFSET(), PHPExcel_Shared_Excel5\oneAnchor2twoAnchor(), and PHPExcel_ReferenceHelper\updateFormulaReferences().
PHPExcel_Cell::detach | ( | ) |
|
static |
Extract all cell references in range.
string | $pRange | Range (e.g. A1 or A1:C10 or A1:E10 A20:E25) |
Definition at line 854 of file Cell.php.
References $column, $row, and array.
Referenced by PHPExcel_Reader_HTML\_processDomElement(), PHPExcel_Reader_Excel5\_readDataValidation(), PHPExcel_Reader_Excel5\_readHyperLink(), PHPExcel_Worksheet\calculateColumnWidths(), PHPExcel_Calculation\extractCellRange(), PHPExcel_Calculation\extractNamedRange(), PHPExcel_Reader_Excel2007\load(), and PHPExcel_Worksheet\mergeCells().
PHPExcel_Cell::getCalculatedValue | ( | $resetLog = TRUE | ) |
Get calculated cell value.
boolean | $resetLog | Whether the calculation engine logger should be reset or not |
PHPExcel_Exception |
Definition at line 270 of file Cell.php.
References $_calculatedValue, $_value, $result, getCoordinate(), PHPExcel_Calculation\getInstance(), getParent(), getWorksheet(), and PHPExcel_Cell_DataType\TYPE_FORMULA.
Referenced by getFormattedValue().
PHPExcel_Cell::getColumn | ( | ) |
Get cell coordinate column.
Definition at line 151 of file Cell.php.
Referenced by compareCells(), and isInRange().
PHPExcel_Cell::getCoordinate | ( | ) |
Get cell coordinate.
Definition at line 171 of file Cell.php.
Referenced by PHPExcel_Cell_AdvancedValueBinder\bindValue(), getCalculatedValue(), getDataValidation(), getHyperlink(), getStyle(), hasDataValidation(), hasHyperlink(), PHPExcel_Shared_Date\isDateTime(), isMergeRangeValueCell(), setDataValidation(), setHyperlink(), PHPExcel_CachedObjectStorage_CacheBase\updateCacheData(), and PHPExcel_Writer_OpenDocument_Cell_Comment\write().
PHPExcel_Cell::getDataType | ( | ) |
PHPExcel_Cell::getDataValidation | ( | ) |
Get Data validation rules.
PHPExcel_Exception |
Definition at line 399 of file Cell.php.
References getCoordinate(), and getWorksheet().
PHPExcel_Cell::getFormattedValue | ( | ) |
Get cell value with formatting.
Definition at line 191 of file Cell.php.
References getCalculatedValue(), getStyle(), and PHPExcel_Style_NumberFormat\toFormattedString().
PHPExcel_Cell::getFormulaAttributes | ( | ) |
Definition at line 1006 of file Cell.php.
References $_formulaAttributes.
PHPExcel_Cell::getHyperlink | ( | ) |
Get Hyperlink.
PHPExcel_Exception |
Definition at line 447 of file Cell.php.
References getCoordinate(), and getWorksheet().
PHPExcel_Cell::getMergeRange | ( | ) |
If this cell is in a merge range, then return the range.
Definition at line 522 of file Cell.php.
References getWorksheet(), and isInRange().
Referenced by isInMergeRange(), and isMergeRangeValueCell().
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.
Note that this value is not guaranteed to refelect the actual calculated value because it is possible that auto-calculation was disabled in the original spreadsheet, and underlying data values used by the formula have changed since it was last calculated.
Definition at line 337 of file Cell.php.
References $_calculatedValue.
PHPExcel_Cell::getParent | ( | ) |
Get parent worksheet.
Definition at line 479 of file Cell.php.
References $_parent.
Referenced by getCalculatedValue().
|
static |
Calculate range boundaries.
string | $pRange | Cell range (e.g. A1:A1) |
Definition at line 756 of file Cell.php.
References array.
Referenced by PHPExcel_Reader_Excel5\_includeCellRangeFiltered(), and PHPExcel_Worksheet\shrinkRangeToFit().
PHPExcel_Cell::getRow | ( | ) |
Get cell coordinate row.
Definition at line 161 of file Cell.php.
Referenced by compareCells(), and isInRange().
PHPExcel_Cell::getStyle | ( | ) |
Get cell style.
Definition at line 536 of file Cell.php.
References getCoordinate(), and getWorksheet().
Referenced by getFormattedValue(), and ilExcel\setDateFormat().
PHPExcel_Cell::getValue | ( | ) |
Get cell value.
Definition at line 181 of file Cell.php.
References $_value.
Referenced by __toString().
|
static |
PHPExcel_Cell::getWorksheet | ( | ) |
Get parent worksheet.
Definition at line 488 of file Cell.php.
Referenced by PHPExcel_Cell_AdvancedValueBinder\bindValue(), getCalculatedValue(), getDataValidation(), getHyperlink(), getMergeRange(), getStyle(), hasDataValidation(), hasHyperlink(), PHPExcel_Shared_Date\isDateTime(), setDataValidation(), setHyperlink(), and PHPExcel_Writer_OpenDocument_Cell_Comment\write().
PHPExcel_Cell::getXfIndex | ( | ) |
PHPExcel_Cell::hasDataValidation | ( | ) |
Does this cell contain Data validation rules?
PHPExcel_Exception |
Definition at line 384 of file Cell.php.
References getCoordinate(), and getWorksheet().
PHPExcel_Cell::hasHyperlink | ( | ) |
Does this cell contain a Hyperlink?
PHPExcel_Exception |
Definition at line 432 of file Cell.php.
References getCoordinate(), and getWorksheet().
PHPExcel_Cell::isFormula | ( | ) |
Identify if the cell contains a formula.
Definition at line 373 of file Cell.php.
References PHPExcel_Cell_DataType\TYPE_FORMULA.
PHPExcel_Cell::isInMergeRange | ( | ) |
Is this cell in a merge range.
Definition at line 497 of file Cell.php.
References getMergeRange().
PHPExcel_Cell::isInRange | ( | $pRange = 'A1:A1' | ) |
Is cell in a specific range?
string | $pRange | Cell range (e.g. A1:A1) |
Definition at line 559 of file Cell.php.
References getColumn(), and getRow().
Referenced by getMergeRange().
PHPExcel_Cell::isMergeRangeValueCell | ( | ) |
Is this cell the master (top left cell) in a merge range (that holds the actual data value)
Definition at line 506 of file Cell.php.
References getCoordinate(), getMergeRange(), and splitRange().
PHPExcel_Cell::notifyCacheController | ( | ) |
Send notification to the cache controller.
Definition at line 105 of file Cell.php.
Referenced by rebindParent(), setCalculatedValue(), setDataType(), setDataValidation(), setHyperlink(), setValueExplicit(), and setXfIndex().
|
static |
Calculate range boundaries.
string | $pRange | Cell range (e.g. A1:A1) |
Definition at line 707 of file Cell.php.
References array.
Referenced by PHPExcel_Writer_Excel5\_buildWorksheetEschers(), PHPExcel_Writer_Excel5_Worksheet\_writeAutoFilterInfo(), PHPExcel_Worksheet\duplicateConditionalStyle(), PHPExcel_Worksheet\duplicateStyle(), PHPExcel_Worksheet_AutoFilter\getColumnByOffset(), PHPExcel_ReferenceHelper\insertNewBefore(), PHPExcel_Worksheet\rangeToArray(), PHPExcel_Worksheet_AutoFilter\setRange(), PHPExcel_Worksheet_AutoFilter\showHideRows(), and PHPExcel_Worksheet_AutoFilter\testColumnInRange().
|
static |
Calculate range dimension.
string | $pRange | Cell range (e.g. A1:A1) |
Definition at line 741 of file Cell.php.
References array.
Referenced by PHPExcel_Chart_DataSeriesValues\refresh().
PHPExcel_Cell::rebindParent | ( | PHPExcel_Worksheet | $parent | ) |
Re-bind parent.
PHPExcel_Worksheet | $parent |
Definition at line 547 of file Cell.php.
References PHPExcel_Worksheet\getCellCacheController(), and notifyCacheController().
PHPExcel_Cell::setCalculatedValue | ( | $pValue = NULL | ) |
Set old calculated value (cached)
mixed | $pValue | Value |
Definition at line 318 of file Cell.php.
References notifyCacheController().
PHPExcel_Cell::setDataType | ( | $pDataType = PHPExcel_Cell_DataType::TYPE_STRING | ) |
Set cell data type.
string | $pDataType |
Definition at line 358 of file Cell.php.
References notifyCacheController(), PHPExcel_Cell_DataType\TYPE_STRING, and PHPExcel_Cell_DataType\TYPE_STRING2.
PHPExcel_Cell::setDataValidation | ( | PHPExcel_Cell_DataValidation | $pDataValidation = NULL | ) |
Set Data validation rules.
PHPExcel_Cell_DataValidation | $pDataValidation |
PHPExcel_Exception |
Definition at line 415 of file Cell.php.
References getCoordinate(), getWorksheet(), and notifyCacheController().
PHPExcel_Cell::setFormulaAttributes | ( | $pAttributes | ) |
PHPExcel_Cell::setHyperlink | ( | PHPExcel_Cell_Hyperlink | $pHyperlink = NULL | ) |
Set Hyperlink.
PHPExcel_Cell_Hyperlink | $pHyperlink |
PHPExcel_Exception |
Definition at line 463 of file Cell.php.
References getCoordinate(), getWorksheet(), and notifyCacheController().
PHPExcel_Cell::setValue | ( | $pValue = NULL | ) |
Set cell value.
Sets the value for a cell, automatically determining the datatype using the value binder
mixed | $pValue | Value |
PHPExcel_Exception |
Definition at line 209 of file Cell.php.
|
static |
Set value binder to use.
PHPExcel_Cell_IValueBinder | $binder |
PHPExcel_Exception |
Definition at line 949 of file Cell.php.
PHPExcel_Cell::setValueExplicit | ( | $pValue = NULL , |
|
$pDataType = PHPExcel_Cell_DataType::TYPE_STRING |
|||
) |
Set the value for a cell, with the explicit data type passed to the method (bypassing any use of the value binder)
mixed | $pValue | Value |
string | $pDataType | Explicit data type |
PHPExcel_Exception |
Definition at line 225 of file Cell.php.
References PHPExcel_Cell_DataType\checkErrorCode(), PHPExcel_Cell_DataType\checkString(), notifyCacheController(), string, PHPExcel_Cell_DataType\TYPE_BOOL, PHPExcel_Cell_DataType\TYPE_ERROR, PHPExcel_Cell_DataType\TYPE_FORMULA, PHPExcel_Cell_DataType\TYPE_INLINE, PHPExcel_Cell_DataType\TYPE_NULL, PHPExcel_Cell_DataType\TYPE_NUMERIC, PHPExcel_Cell_DataType\TYPE_STRING, and PHPExcel_Cell_DataType\TYPE_STRING2.
Referenced by PHPExcel_Cell_AdvancedValueBinder\bindValue(), and PHPExcel_Cell_DefaultValueBinder\bindValue().
PHPExcel_Cell::setXfIndex | ( | $pValue = 0 | ) |
Set index to cellXf.
int | $pValue |
Definition at line 987 of file Cell.php.
References notifyCacheController().
|
static |
Split range into coordinate strings.
string | $pRange | e.g. 'B4:D9' or 'B4:D9,H2:O11' or 'B4' |
Definition at line 660 of file Cell.php.
References $counter.
Referenced by PHPExcel_Writer_HTML\_calculateSpans(), PHPExcel_ReferenceHelper\_updateCellRange(), PHPExcel_Writer_Excel5_Workbook\_writeAllDefinedNamesBiff8(), PHPExcel_Writer_Excel2007_Worksheet\_writeAutoFilter(), PHPExcel_Writer_Excel2007_Workbook\_writeDefinedNameForNamedRange(), PHPExcel_Writer_Excel5_Worksheet\_writeMergedCells(), PHPExcel_Writer_Excel5_Workbook\_writeNames(), PHPExcel_Writer_Excel5_Worksheet\_writeSelection(), PHPExcel_Calculation\extractNamedRange(), isMergeRangeValueCell(), and PHPExcel_Worksheet\setSelectedCells().
|
static |
String from columnindex.
int | $pColumnIndex | Column index (base 0 !!!) |
Definition at line 825 of file Cell.php.
References array.
Referenced by PHPExcel_Writer_Excel5\_buildWorksheetEschers(), PHPExcel_Writer_HTML\_generateRow(), PHPExcel_Writer_Excel5_Worksheet\_positionImage(), PHPExcel_Calculation\_processTokenStack(), PHPExcel_Reader_Excel5\_readBIFF5CellRangeAddressFixed(), PHPExcel_Reader_Excel5\_readBIFF8CellAddress(), PHPExcel_Reader_Excel5\_readBIFF8CellAddressB(), PHPExcel_Reader_Excel5\_readBIFF8CellRangeAddress(), PHPExcel_Reader_Excel5\_readBIFF8CellRangeAddressB(), PHPExcel_Reader_Excel5\_readBIFF8CellRangeAddressFixed(), PHPExcel_Reader_Excel5\_readBlank(), PHPExcel_Reader_Excel5\_readBoolErr(), PHPExcel_Reader_Excel5_Escher\_readClientAnchor(), PHPExcel_Reader_Excel5\_readFormula(), PHPExcel_Reader_Excel5\_readLabel(), PHPExcel_Reader_Excel5\_readLabelSst(), PHPExcel_Reader_Excel5\_readMulBlank(), PHPExcel_Reader_Excel5\_readMulRk(), PHPExcel_Reader_Excel5\_readNumber(), PHPExcel_Reader_Excel5\_readPane(), PHPExcel_Reader_Excel5\_readRk(), PHPExcel_ReferenceHelper\_updateSingleCellReference(), PHPExcel_Worksheet_PageSetup\addPrintAreaByColumnAndRow(), PHPExcel_Style\applyFromArray(), PHPExcel_Calculation_LookupRef\CELL_ADDRESS(), PHPExcel_Worksheet\cellExistsByColumnAndRow(), PHPExcel_Writer_Excel5_Worksheet\close(), PHPExcel_Worksheet_ColumnIterator\current(), PHPExcel_Worksheet\duplicateConditionalStyle(), PHPExcel_Worksheet\duplicateStyle(), PHPExcel_Worksheet\freezePaneByColumnAndRow(), PHPExcel_Worksheet\garbageCollect(), PHPExcel_Writer_HTML\generateSheetData(), PHPExcel_Worksheet\getCellByColumnAndRow(), PHPExcel_Worksheet_AutoFilter\getColumnByOffset(), ilExcel\getColumnCoord(), PHPExcel_Worksheet\getColumnDimensionByColumn(), PHPExcel_Worksheet\getCommentByColumnAndRow(), ilExcel\getCoordByColumnAndRow(), PHPExcel_Shared_Excel5\getDistanceX(), PHPExcel_CachedObjectStorage_CacheBase\getHighestColumn(), PHPExcel_Worksheet\getStyleByColumnAndRow(), PHPExcel_ReferenceHelper\insertNewBefore(), PHPExcel_Worksheet\insertNewColumnBeforeByIndex(), PHPExcel_Worksheet_RowCellIterator\key(), PHPExcel_Worksheet_ColumnIterator\key(), PHPExcel_Reader_SYLK\listWorksheetInfo(), PHPExcel_Reader_Gnumeric\listWorksheetInfo(), PHPExcel_Reader_Excel2003XML\listWorksheetInfo(), PHPExcel_Reader_Excel2007\listWorksheetInfo(), PHPExcel_Reader_CSV\listWorksheetInfo(), PHPExcel_Reader_OOCalc\listWorksheetInfo(), PHPExcel_Reader_Excel5\listWorksheetInfo(), PHPExcel_Reader_Excel2007\load(), PHPExcel_Reader_SYLK\loadIntoExisting(), PHPExcel_Reader_Gnumeric\loadIntoExisting(), PHPExcel_Reader_Excel2003XML\loadIntoExisting(), PHPExcel_Reader_OOCalc\loadIntoExisting(), PHPExcel_Worksheet\mergeCellsByColumnAndRow(), PHPExcel_Calculation_LookupRef\OFFSET(), PHPExcel_Shared_Excel5\oneAnchor2twoAnchor(), PHPExcel_Worksheet_ColumnIterator\prev(), PHPExcel_Worksheet_RowCellIterator\prev(), PHPExcel_Worksheet\protectCellsByColumnAndRow(), PHPExcel_Worksheet\rangeToArray(), PHPExcel_Worksheet\removeColumn(), PHPExcel_Worksheet\removeColumnByIndex(), PHPExcel_Worksheet_RowCellIterator\resetStart(), PHPExcel_Worksheet\setAutoFilterByColumnAndRow(), PHPExcel_Worksheet\setBreakByColumnAndRow(), PHPExcel_Worksheet_PageSetup\setPrintAreaByColumnAndRow(), PHPExcel_Worksheet\setSelectedCellByColumnAndRow(), PHPExcel_Worksheet\shrinkRangeToFit(), PHPExcel_Worksheet\unmergeCellsByColumnAndRow(), and PHPExcel_Worksheet\unprotectCellsByColumnAndRow().
|
private |
Definition at line 70 of file Cell.php.
Referenced by getCalculatedValue(), and getOldCalculatedValue().
|
private |
Definition at line 77 of file Cell.php.
Referenced by getDataType().
|
private |
Attributes of the formula.
Definition at line 97 of file Cell.php.
Referenced by getFormulaAttributes().
|
private |
Definition at line 84 of file Cell.php.
Referenced by getParent().
|
private |
Definition at line 58 of file Cell.php.
Referenced by getCalculatedValue(), and getValue().
|
private |
Definition at line 91 of file Cell.php.
Referenced by getXfIndex().