PHPExcel_Cell_DataType
category | PHPExcel |
---|---|
package | PHPExcel_Cell |
copyright | Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) |
checkErrorCode(mixed $pValue) : string
mixed
Value to sanitize to an Excel error code
string
Sanitized valuecheckString(mixed $pValue) : mixed
mixed
Value to sanitize to an Excel string
mixed
Sanitized valuedataTypeForValue(mixed $pValue) : string
deprecated | Replaced by PHPExcel_Cell_IValueBinder infrastructure, will be removed in version 1.8.0 |
---|
mixed
string
getErrorCodes() : array
array
$_errorCodes : array
TYPE_BOOL
TYPE_ERROR
TYPE_FORMULA
TYPE_INLINE
TYPE_NULL
TYPE_NUMERIC
TYPE_STRING
TYPE_STRING2