ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Namespaces | |
PHPExcel | |
Variables | |
Load from Excel2003XML | file |
Load from Excel2003XML | PHP_EOL |
$callStartTime = microtime(true) | |
$objReader = PHPExcel_IOFactory::createReader('Excel2003XML') | |
$objPHPExcel = $objReader->load("Excel2003XMLTest.xml") | |
$callEndTime = microtime(true) | |
$callTime = $callEndTime - $callStartTime | |
sprintf('%.4f', $callTime) | seconds |
memory_get_usage(true)/1024/1024) | MB |
Write to Excel5 | format |
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5') | |
File written | to |
Peak memory | usage |
$callEndTime = microtime(true) |
Definition at line 44 of file Excel2003XMLReader.php.
$callStartTime = microtime(true) |
Definition at line 38 of file Excel2003XMLReader.php.
$callTime = $callEndTime - $callStartTime |
Definition at line 45 of file Excel2003XMLReader.php.
$objPHPExcel = $objReader->load("Excel2003XMLTest.xml") |
Definition at line 41 of file Excel2003XMLReader.php.
$objReader = PHPExcel_IOFactory::createReader('Excel2003XML') |
Definition at line 40 of file Excel2003XMLReader.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5') |
Definition at line 52 of file Excel2003XMLReader.php.
Done writing file |
Definition at line 34 of file Excel2003XMLReader.php.
Write to Excel5 format |
Definition at line 51 of file Excel2003XMLReader.php.
Peak memory memory_get_peak_usage (true)/1024/1024) MB |
Definition at line 48 of file Excel2003XMLReader.php.
Done writing PHP_EOL |
Definition at line 34 of file Excel2003XMLReader.php.
sprintf ('%.4f', $callTime) seconds |
Definition at line 46 of file Excel2003XMLReader.php.
File written to |
Definition at line 54 of file Excel2003XMLReader.php.
Peak memory usage |
Definition at line 58 of file Excel2003XMLReader.php.