You are here

public function PHPExcel_Cell::getValue in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php \PHPExcel_Cell::getValue()

* Get cell value * *

Return value

mixed

1 call to PHPExcel_Cell::getValue()
PHPExcel_Cell::__toString in vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php
Convert to string

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php, line 181

Class

PHPExcel_Cell
PHPExcel_Cell

Code

public function getValue() {
  return $this->_value;
}