You are here

public function PHPExcel_Cell_IValueBinder::bindValue in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/IValueBinder.php \PHPExcel_Cell_IValueBinder::bindValue()

Bind value to a cell

Parameters

PHPExcel_Cell $cell Cell to bind value to:

mixed $value Value to bind in cell:

Return value

boolean

1 method overrides PHPExcel_Cell_IValueBinder::bindValue()
PHPExcel_Cell_DefaultValueBinder::bindValue in vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/DefaultValueBinder.php
Bind value to a cell

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/IValueBinder.php, line 45

Class

PHPExcel_Cell_IValueBinder
PHPExcel_Cell_IValueBinder

Code

public function bindValue(PHPExcel_Cell $cell, $value = NULL);