protected property PHPExcel_Writer_Excel2007::$_preCalculateFormulas in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007.php \PHPExcel_Writer_Excel2007::_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 * Overrides the default TRUE for this specific writer for performance reasons
*
Type: boolean
Overrides PHPExcel_Writer_Abstract::$_preCalculateFormulas
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel2007.php, line 47
Class
- PHPExcel_Writer_Excel2007
- PHPExcel_Writer_Excel2007
Code
protected $_preCalculateFormulas = FALSE;