FORMAT_GENERAL
FORMAT_GENERAL = 'General'
PHPExcel_Style_NumberFormat
$_parent : \PHPExcel_Style
Parent. Only used for supervisor
__construct(boolean $isSupervisor = FALSE, boolean $isConditional = FALSE)
Create a new PHPExcel_Style_NumberFormat
boolean | $isSupervisor | Flag indicating if this is a supervisor or not Leave this value at default unless you understand exactly what its ramifications are |
boolean | $isConditional | Flag indicating if this is a conditional style or not Leave this value at default unless you understand exactly what its ramifications are |
bindParent(\PHPExcel $parent, $parentPropertyName = NULL) : \PHPExcel_Style_Supervisor
Bind parent. Only used for supervisor
\PHPExcel | $parent | |
$parentPropertyName |
getActiveSheet() : \PHPExcel_Worksheet
Get the currently active sheet. Only used for supervisor
getSharedComponent() : \PHPExcel_Style_NumberFormat
Get the shared style component for the currently active cell in currently active sheet.
Only used for style supervisor
applyFromArray(array $pStyles = null) : \PHPExcel_Style_NumberFormat
Apply styles from array
$objPHPExcel->getActiveSheet()->getStyle('B2')->getNumberFormat()->applyFromArray(
array(
'code' => PHPExcel_Style_NumberFormat::FORMAT_CURRENCY_EUR_SIMPLE
)
);
array | $pStyles | Array containing style information |
setFormatCode(string $pValue = \PHPExcel_Style_NumberFormat::FORMAT_GENERAL) : \PHPExcel_Style_NumberFormat
Set Format Code
string | $pValue |
setBuiltInFormatCode(integer $pValue) : \PHPExcel_Style_NumberFormat
Set Built-In Format Code
integer | $pValue |
toFormattedString(mixed $value = '0', string $format = \PHPExcel_Style_NumberFormat::FORMAT_GENERAL, array $callBack = null) : string
Convert a value in a pre-defined format to a PHP string
mixed | $value | Value to format |
string | $format | Format code |
array | $callBack | Callback function for additional formatting of string |
Formatted string