You are here

public static function PHPExcel_Cell_DataType::dataTypeForValue 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::dataTypeForValue()

DataType for value

Parameters

mixed $pValue:

Return value

string

Deprecated

Replaced by PHPExcel_Cell_IValueBinder infrastructure, will be removed in version 1.8.0

File

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

Class

PHPExcel_Cell_DataType
PHPExcel_Cell_DataType

Code

public static function dataTypeForValue($pValue = null) {
  return PHPExcel_Cell_DefaultValueBinder::dataTypeForValue($pValue);
}