You are here

private property PHPExcel_Cell::$_calculatedValue in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php \PHPExcel_Cell::_calculatedValue

* 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. * *

Type: mixed

File

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

Class

PHPExcel_Cell
PHPExcel_Cell

Code

private $_calculatedValue = NULL;