\PhpOffice\PhpSpreadsheet\CellAdvancedValueBinder

Summary

Methods
Properties
Constants
bindValue()
dataTypeForValue()
No public properties found
No constants found
setImproperFraction()
setProperFraction()
setPercentage()
setTimeHoursMinutes()
setTimeHoursMinutesSeconds()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

bindValue()

bindValue(\PhpOffice\PhpSpreadsheet\Cell\Cell  $cell, mixed  $value = null) : bool

Bind value to a cell.

Parameters

\PhpOffice\PhpSpreadsheet\Cell\Cell $cell

Cell to bind value to

mixed $value

Value to bind in cell

Returns

bool —

dataTypeForValue()

dataTypeForValue(mixed  $value) : string

DataType for value.

Parameters

mixed $value

Returns

string —

setImproperFraction()

setImproperFraction(array  $matches, \PhpOffice\PhpSpreadsheet\Cell\Cell  $cell) : bool

Parameters

array $matches
\PhpOffice\PhpSpreadsheet\Cell\Cell $cell

Returns

bool —

setProperFraction()

setProperFraction(array  $matches, \PhpOffice\PhpSpreadsheet\Cell\Cell  $cell) : bool

Parameters

array $matches
\PhpOffice\PhpSpreadsheet\Cell\Cell $cell

Returns

bool —

setPercentage()

setPercentage(string  $value, \PhpOffice\PhpSpreadsheet\Cell\Cell  $cell) : bool

Parameters

string $value
\PhpOffice\PhpSpreadsheet\Cell\Cell $cell

Returns

bool —

setTimeHoursMinutes()

setTimeHoursMinutes(string  $value, \PhpOffice\PhpSpreadsheet\Cell\Cell  $cell) : bool

Parameters

string $value
\PhpOffice\PhpSpreadsheet\Cell\Cell $cell

Returns

bool —

setTimeHoursMinutesSeconds()

setTimeHoursMinutesSeconds(string  $value, \PhpOffice\PhpSpreadsheet\Cell\Cell  $cell) : bool

Parameters

string $value
\PhpOffice\PhpSpreadsheet\Cell\Cell $cell

Returns

bool —