You are here

private static property PHPExcel_Calculation::$_ExcelConstants in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php \PHPExcel_Calculation::_ExcelConstants

* Excel constant string translations to their PHP equivalents * Constant conversion from text name/value to actual (datatyped) value * * *

Type: string[]

File

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

Class

PHPExcel_Calculation
PHPExcel_Calculation (Multiton)

Code

private static $_ExcelConstants = array(
  'TRUE' => TRUE,
  'FALSE' => FALSE,
  'NULL' => NULL,
);