public property PHPExcel_Calculation::$suppressFormulaErrors in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php \PHPExcel_Calculation::suppressFormulaErrors
* Flag to determine how formula errors should be handled * If true, then a user error will be triggered * If false, then an exception will be thrown * * @access public * *
Type: boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation.php, line 177
Class
- PHPExcel_Calculation
- PHPExcel_Calculation (Multiton)
Code
public $suppressFormulaErrors = FALSE;