COMPATIBILITY_EXCEL
COMPATIBILITY_EXCEL
constants
PHPExcel_Calculation_Functions
setCompatibilityMode(string $compatibilityMode) : boolean
Set the Compatibility Mode
string | $compatibilityMode | Compatibility Mode Permitted values are: PHPExcel_Calculation_Functions::COMPATIBILITY_EXCEL 'Excel' PHPExcel_Calculation_Functions::COMPATIBILITY_GNUMERIC 'Gnumeric' PHPExcel_Calculation_Functions::COMPATIBILITY_OPENOFFICE 'OpenOfficeCalc' |
(Success or Failure)
getCompatibilityMode() : string
Return the current Compatibility Mode
Compatibility Mode Possible Return values are: PHPExcel_Calculation_Functions::COMPATIBILITY_EXCEL 'Excel' PHPExcel_Calculation_Functions::COMPATIBILITY_GNUMERIC 'Gnumeric' PHPExcel_Calculation_Functions::COMPATIBILITY_OPENOFFICE 'OpenOfficeCalc'
setReturnDateType(string $returnDateType) : boolean
Set the Return Date Format used by functions that return a date/time (Excel, PHP Serialized Numeric or PHP Object)
string | $returnDateType | Return Date Format Permitted values are: PHPExcel_Calculation_Functions::RETURNDATE_PHP_NUMERIC 'P' PHPExcel_Calculation_Functions::RETURNDATE_PHP_OBJECT 'O' PHPExcel_Calculation_Functions::RETURNDATE_EXCEL 'E' |
Success or failure
getReturnDateType() : string
Return the current Return Date Format for functions that return a date/time (Excel, PHP Serialized Numeric or PHP Object)
Return Date Format Possible Return values are: PHPExcel_Calculation_Functions::RETURNDATE_PHP_NUMERIC 'P' PHPExcel_Calculation_Functions::RETURNDATE_PHP_OBJECT 'O' PHPExcel_Calculation_Functions::RETURNDATE_EXCEL 'E'
N( $value = NULL) : \number
N
Returns a value converted to a number
$value |
N converts values listed in the following table If value is or refers to N returns A number That number A date The serial number of that date TRUE 1 FALSE 0 An error value The error value Anything else 0