ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
bindValue (PHPExcel_Cell $cell, $value=null) | |
Bind value to a cell. |
Additional Inherited Members | |
Static Public Member Functions inherited from PHPExcel_Cell_DefaultValueBinder | |
static | dataTypeForValue ($pValue=null) |
DataType for value. |
Definition at line 63 of file AdvancedValueBinder.php.
PHPExcel_Cell_AdvancedValueBinder::bindValue | ( | PHPExcel_Cell | $cell, |
$value = null |
|||
) |
Bind value to a cell.
PHPExcel_Cell | $cell | Cell to bind value to |
mixed | $value | Value to bind in cell |
Reimplemented from PHPExcel_Cell_DefaultValueBinder.
Definition at line 72 of file AdvancedValueBinder.php.
References PHPExcel_Cell_DefaultValueBinder\dataTypeForValue(), PHPExcel_Style_NumberFormat\FORMAT_DATE_TIME3, PHPExcel_Style_NumberFormat\FORMAT_DATE_YYYYMMDD2, PHPExcel_Style_NumberFormat\FORMAT_PERCENTAGE, PHPExcel_Style_NumberFormat\FORMAT_TEXT, PHPExcel_Cell\getCoordinate(), PHPExcel_Cell\getParent(), PHPExcel_Shared_Date\PHPToExcel(), PHPExcel_Shared_String\SanitizeUTF8(), PHPExcel_Cell\setValueExplicit(), PHPExcel_Cell_DataType\TYPE_NUMERIC, and PHPExcel_Cell_DataType\TYPE_STRING.