You are here

protected static property PHPExcel_Calculation_Functions::$_errorCodes in Loft Data Grids 6.2

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

* List of error codes * * @access private *

Type: array

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php, line 93

Class

PHPExcel_Calculation_Functions
PHPExcel_Calculation_Functions

Code

protected static $_errorCodes = array(
  'null' => '#NULL!',
  'divisionbyzero' => '#DIV/0!',
  'value' => '#VALUE!',
  'reference' => '#REF!',
  'name' => '#NAME?',
  'num' => '#NUM!',
  'na' => '#N/A',
  'gettingdata' => '#GETTING_DATA',
);