ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
OOCalcReaderPCLZip.php File Reference

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
 

Variable Documentation

◆ $callEndTime

$callEndTime = microtime(true)

Definition at line 46 of file OOCalcReaderPCLZip.php.

◆ $callStartTime

$callStartTime = microtime(true)

Definition at line 40 of file OOCalcReaderPCLZip.php.

◆ $callTime

$callTime = $callEndTime - $callStartTime

Definition at line 47 of file OOCalcReaderPCLZip.php.

◆ $objPHPExcel

$objPHPExcel = $objReader->load("OOCalcTest.ods")

Definition at line 43 of file OOCalcReaderPCLZip.php.

◆ $objReader

$objReader = PHPExcel_IOFactory::createReader('OOCalc')

Definition at line 42 of file OOCalcReaderPCLZip.php.

◆ $objWriter

$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007')

Definition at line 54 of file OOCalcReaderPCLZip.php.

◆ file

Done writing file

Definition at line 39 of file OOCalcReaderPCLZip.php.

◆ format

Write to Excel2007 format

Definition at line 53 of file OOCalcReaderPCLZip.php.

◆ MB

Peak memory memory_get_peak_usage (true)/1024/1024) MB

Definition at line 50 of file OOCalcReaderPCLZip.php.

◆ PHP_EOL

Done writing PHP_EOL

Definition at line 39 of file OOCalcReaderPCLZip.php.

◆ seconds

sprintf ('%.4f', $callTime) seconds

Definition at line 48 of file OOCalcReaderPCLZip.php.

◆ to

File written to

Definition at line 56 of file OOCalcReaderPCLZip.php.

◆ usage

Peak memory usage

Definition at line 60 of file OOCalcReaderPCLZip.php.