You are here

public function PHPExcel_Calculation::disableCalculationCache in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php \PHPExcel_Calculation::disableCalculationCache()

* Disable calculation cache

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php, line 1909

Class

PHPExcel_Calculation
PHPExcel_Calculation (Multiton)

Code

public function disableCalculationCache() {
  $this
    ->setCalculationCacheEnabled(FALSE);
}