CATEGORY_CUBE
CATEGORY_CUBE = 'Cube'
PHPExcel_Calculation_Function
$_category : string
Category (represented by CATEGORY_*)
$_excelName : string
Excel name
$_phpExcelName : string
PHPExcel name
__construct(string $pCategory = NULL, string $pExcelName = NULL, string $pPHPExcelName = NULL) : mixed
Create a new PHPExcel_Calculation_Function
string | $pCategory | Category (represented by CATEGORY_*) |
string | $pExcelName | Excel function name |
string | $pPHPExcelName | PHPExcel function mapping |