4 require_once
'testDataFileIterator.php';
11 if (!
defined(
'PHPEXCEL_ROOT')) {
12 define(
'PHPEXCEL_ROOT', APPLICATION_PATH .
'/');
14 require_once(PHPEXCEL_ROOT .
'PHPExcel/Autoloader.php');
25 $args = func_get_args();
26 $expectedResult = array_pop($args);
27 $result = call_user_func_array(
array(
'PHPExcel_Style_NumberFormat',
'toFormattedString'),$args);
28 $this->assertEquals($expectedResult,
$result);
static setDecimalSeparator($pValue='.')
Set the decimal separator.
static setThousandsSeparator($pValue=',')
Set the thousands separator.
Create styles array
The data for the language used.
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'