You are here

public static function PHPExcel_Cell_DataType::getErrorCodes in Loft Data Grids 7.2

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

Get list of error codes

Return value

array

2 calls to PHPExcel_Cell_DataType::getErrorCodes()
PHPExcel_Cell_DefaultValueBinder::dataTypeForValue in vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/DefaultValueBinder.php
DataType for value
PHPExcel_Writer_Excel5_Worksheet::_writeFormula in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
* Write a formula to the specified row and column (zero indexed). * The textual representation of the formula is passed to the parser in * Parser.php which returns a packed binary string. * * Returns 0 : normal termination * -1 : formula…

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/DataType.php, line 68

Class

PHPExcel_Cell_DataType
PHPExcel_Cell_DataType

Code

public static function getErrorCodes() {
  return self::$_errorCodes;
}