10 define(
'PHPEXCEL_ROOT', APPLICATION_PATH .
'/');
12 require_once(PHPEXCEL_ROOT .
'PHPExcel/Autoloader.php');
17 $timezoneValues =
array(
20 'America/Indiana/Indianapolis',
25 foreach($timezoneValues as $timezoneValue) {
26 $result = call_user_func(
array(
'PHPExcel_Shared_TimeZone',
'setTimezone'),$timezoneValue);
34 $unsupportedTimezone =
'Etc/GMT+10';
35 $result = call_user_func(
array(
'PHPExcel_Shared_TimeZone',
'setTimezone'),$unsupportedTimezone);
testSetTimezoneWithInvalidValue()
Create styles array
The data for the language used.
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'