You are here

17 calls to PHPExcel_Calculation::getTRUE() in Loft Data Grids 7.2

PHPExcel_Calculation_Logical::LOGICAL_AND in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Logical.php
* LOGICAL_AND * * Returns boolean TRUE if all its arguments are TRUE; returns FALSE if one or more argument is FALSE. * * Excel Function: * =AND(logical1[,logical2[, ...]]) * * The arguments must evaluate to logical values such as TRUE…
PHPExcel_Calculation_Logical::LOGICAL_OR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Logical.php
* LOGICAL_OR * * Returns boolean TRUE if any argument is TRUE; returns FALSE if all arguments are FALSE. * * Excel Function: * =OR(logical1[,logical2[, ...]]) * * The arguments must evaluate to logical values such as TRUE or FALSE, or…
PHPExcel_Calculation_Logical::NOT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Logical.php
* NOT * * Returns the boolean inverse of the argument. * * Excel Function: * =NOT(logical) * * The argument must evaluate to a logical value such as TRUE or FALSE * * Boolean arguments are treated as True or False as appropriate …
PHPExcel_Calculation_TextData::ASCIICODE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* ASCIICODE * *
PHPExcel_Calculation_TextData::CONCATENATE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* CONCATENATE * *
PHPExcel_Calculation_TextData::LEFT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* LEFT * *
PHPExcel_Calculation_TextData::LOWERCASE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* LOWERCASE * * Converts a string value to upper case. * *
PHPExcel_Calculation_TextData::MID in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* MID * *
PHPExcel_Calculation_TextData::PROPERCASE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* PROPERCASE * * Converts a string value to upper case. * *
PHPExcel_Calculation_TextData::RIGHT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* RIGHT * *
PHPExcel_Calculation_TextData::SEARCHINSENSITIVE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* SEARCHINSENSITIVE * *
PHPExcel_Calculation_TextData::SEARCHSENSITIVE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* SEARCHSENSITIVE * *
PHPExcel_Calculation_TextData::STRINGLENGTH in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* STRINGLENGTH * *
PHPExcel_Calculation_TextData::TRIMNONPRINTABLE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* TRIMNONPRINTABLE * *
PHPExcel_Calculation_TextData::TRIMSPACES in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* TRIMSPACES * *
PHPExcel_Calculation_TextData::UPPERCASE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* UPPERCASE * * Converts a string value to upper case. * *
PHPExcel_Cell_AdvancedValueBinder::bindValue in vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/AdvancedValueBinder.php
Bind value to a cell