$valueBinder
$valueBinder : \PhpOffice\PhpSpreadsheet\Cell\IValueBinder
Value binder to use.
$valueBinder : \PhpOffice\PhpSpreadsheet\Cell\IValueBinder
Value binder to use.
$value : mixed
Value of the cell.
$calculatedValue : mixed
Calculated value of the cell (used for caching) 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 reflect 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.
$dataType : string
Type of the cell data.
$parent : \PhpOffice\PhpSpreadsheet\Collection\Cells
Collection of cells.
$xfIndex : int
Index to cellXf.
setValueExplicit(mixed $pValue, string $pDataType) : \PhpOffice\PhpSpreadsheet\Cell\Cell
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, see DataType::TYPE_* |
getOldCalculatedValue() : mixed
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 reflect 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.