ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Go to the source code of this file.
Namespaces | |
PHPExcel | |
Variables | |
const | EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Create new PHPExcel | object |
$objPHPExcel = new PHPExcel() | |
Set document | properties |
Add some | data |
Write to Excel2007 | format |
$callStartTime = microtime(true) | |
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') | |
$callEndTime = microtime(true) | |
$callTime = $callEndTime - $callStartTime | |
File written | to |
sprintf('%.4f', $callTime) | seconds |
memory_get_usage(true)/1024/1024) | MB |
Peak memory | usage |
Done writing | file |
$callEndTime = microtime(true) |
Definition at line 87 of file 22heavilyformatted.php.
$callStartTime = microtime(true) |
Definition at line 83 of file 22heavilyformatted.php.
$callTime = $callEndTime - $callStartTime |
Definition at line 88 of file 22heavilyformatted.php.
$objPHPExcel = new PHPExcel() |
Definition at line 44 of file 22heavilyformatted.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 85 of file 22heavilyformatted.php.
Add some data |
Definition at line 58 of file 22heavilyformatted.php.
getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 34 of file 22heavilyformatted.php.
Done writing file |
Definition at line 115 of file 22heavilyformatted.php.
Write to Excel5 format |
Definition at line 82 of file 22heavilyformatted.php.
Peak memory memory_get_peak_usage (true)/1024/1024) MB |
Definition at line 93 of file 22heavilyformatted.php.
Create new PHPExcel object |
Definition at line 39 of file 22heavilyformatted.php.
Set document properties |
Definition at line 47 of file 22heavilyformatted.php.
sprintf ('%.4f', $callTime) seconds |
Definition at line 91 of file 22heavilyformatted.php.
File written to |
Definition at line 90 of file 22heavilyformatted.php.
Peak memory usage |
Definition at line 112 of file 22heavilyformatted.php.