ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Namespaces | |
PHPExcel | |
Variables | |
Load from OOCalc | file |
Load from OOCalc | PHP_EOL |
$callStartTime = microtime(true) | |
$objReader = PHPExcel_IOFactory::createReader('OOCalc') | |
$objPHPExcel = $objReader->load("OOCalcTest.ods") | |
$callEndTime = microtime(true) | |
$callTime = $callEndTime - $callStartTime | |
sprintf('%.4f', $callTime) | seconds |
memory_get_usage(true)/1024/1024) | MB |
Write to Excel2007 | format |
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') | |
File written | to |
Peak memory | usage |
$callEndTime = microtime(true) |
Definition at line 46 of file OOCalcReaderPCLZip.php.
$callStartTime = microtime(true) |
Definition at line 40 of file OOCalcReaderPCLZip.php.
$callTime = $callEndTime - $callStartTime |
Definition at line 47 of file OOCalcReaderPCLZip.php.
$objPHPExcel = $objReader->load("OOCalcTest.ods") |
Definition at line 43 of file OOCalcReaderPCLZip.php.
$objReader = PHPExcel_IOFactory::createReader('OOCalc') |
Definition at line 42 of file OOCalcReaderPCLZip.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 54 of file OOCalcReaderPCLZip.php.
Done writing file |
Definition at line 39 of file OOCalcReaderPCLZip.php.
Write to Excel2007 format |
Definition at line 53 of file OOCalcReaderPCLZip.php.
Peak memory memory_get_peak_usage (true)/1024/1024) MB |
Definition at line 50 of file OOCalcReaderPCLZip.php.
Done writing PHP_EOL |
Definition at line 39 of file OOCalcReaderPCLZip.php.
sprintf ('%.4f', $callTime) seconds |
Definition at line 48 of file OOCalcReaderPCLZip.php.
File written to |
Definition at line 56 of file OOCalcReaderPCLZip.php.
Peak memory usage |
Definition at line 60 of file OOCalcReaderPCLZip.php.