You are here

protected property PHPExcel_Writer_Abstract::$_preCalculateFormulas in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Abstract.php \PHPExcel_Writer_Abstract::_preCalculateFormulas

* Pre-calculate formulas * Forces PHPExcel to recalculate all formulae in a workbook when saving, so that the pre-calculated values are * immediately available to MS Excel or other office spreadsheet viewer when opening the file * *

Type: boolean

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Abstract.php, line 53

Class

PHPExcel_Writer_Abstract
PHPExcel_Writer_Abstract

Code

protected $_preCalculateFormulas = TRUE;