You are here

public static property PHPExcel_Calculation::$_localeBoolean 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::_localeBoolean

* Locale-specific translations for Excel constants (True, False and Null) * * *

Type: string[]

File

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

Class

PHPExcel_Calculation
PHPExcel_Calculation (Multiton)

Code

public static $_localeBoolean = array(
  'TRUE' => 'TRUE',
  'FALSE' => 'FALSE',
  'NULL' => 'NULL',
);