You are here

public function PHPExcel::getCalculationEngine in Loft Data Grids 7.2

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

* Return the calculation engine for this worksheet * *

Return value

PHPExcel_Calculation

File

vendor/phpoffice/phpexcel/Classes/PHPExcel.php, line 415

Class

PHPExcel
PHPExcel

Code

public function getCalculationEngine() {
  return $this->_calculationEngine;
}