public function PHPExcel_Calculation::getCalculationCacheEnabled in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php \PHPExcel_Calculation::getCalculationCacheEnabled()
* Is calculation caching enabled? * * @access public *
Return value
boolean
1 call to PHPExcel_Calculation::getCalculationCacheEnabled()
- PHPExcel_Calculation::calculateFormula in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation.php - * Calculate the value of a formula * *
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation.php, line 1882
Class
- PHPExcel_Calculation
- PHPExcel_Calculation (Multiton)
Code
public function getCalculationCacheEnabled() {
return $this->_calculationCacheEnabled;
}