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 |