ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
bindValue (PHPExcel_Cell $cell, $value=null) | |
Bind value to a cell. More... | |
Public Member Functions inherited from PHPExcel_Cell_DefaultValueBinder | |
bindValue (PHPExcel_Cell $cell, $value=null) | |
Bind value to a cell. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from PHPExcel_Cell_DefaultValueBinder | |
static | dataTypeForValue ($pValue=null) |
DataType for value. More... | |
Definition at line 46 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 |
Implements PHPExcel_Cell_IValueBinder.
Definition at line 55 of file AdvancedValueBinder.php.
References $d, $h, $m, $s, array, PHPExcel_Calculation\CALCULATION_REGEXP_NUMBER, PHPExcel_Style_NumberFormat\FORMAT_CURRENCY_USD_SIMPLE, PHPExcel_Style_NumberFormat\FORMAT_DATE_TIME3, PHPExcel_Style_NumberFormat\FORMAT_DATE_TIME4, PHPExcel_Style_NumberFormat\FORMAT_PERCENTAGE_00, PHPExcel_Cell\getCoordinate(), PHPExcel_Shared_String\getCurrencyCode(), PHPExcel_Shared_String\getDecimalSeparator(), PHPExcel_Calculation\getFALSE(), PHPExcel_Shared_String\getThousandsSeparator(), PHPExcel_Calculation\getTRUE(), PHPExcel_Cell\getWorksheet(), PHPExcel_Shared_String\SanitizeUTF8(), PHPExcel_Cell\setValueExplicit(), PHPExcel_Shared_Date\stringToExcel(), PHPExcel_Cell_DataType\TYPE_BOOL, PHPExcel_Cell_DataType\TYPE_NUMERIC, and PHPExcel_Cell_DataType\TYPE_STRING.