ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
All Data Structures Namespaces Files Functions Variables Typedefs Modules Pages
Excel2003XMLReader.php File Reference

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
 

Variable Documentation

◆ $callEndTime

$callEndTime = microtime(true)

Definition at line 44 of file Excel2003XMLReader.php.

◆ $callStartTime

$callStartTime = microtime(true)

Definition at line 38 of file Excel2003XMLReader.php.

◆ $callTime

$callTime = $callEndTime - $callStartTime

Definition at line 45 of file Excel2003XMLReader.php.

◆ $objPHPExcel

$objPHPExcel = $objReader->load("Excel2003XMLTest.xml")

Definition at line 41 of file Excel2003XMLReader.php.

◆ $objReader

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

Definition at line 40 of file Excel2003XMLReader.php.

◆ $objWriter

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

Definition at line 52 of file Excel2003XMLReader.php.

◆ file

Done writing file

Definition at line 34 of file Excel2003XMLReader.php.

◆ format

Write to Excel5 format

Definition at line 51 of file Excel2003XMLReader.php.

◆ MB

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

Definition at line 48 of file Excel2003XMLReader.php.

◆ PHP_EOL

Done writing PHP_EOL

Definition at line 34 of file Excel2003XMLReader.php.

◆ seconds

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

Definition at line 46 of file Excel2003XMLReader.php.

◆ to

File written to

Definition at line 54 of file Excel2003XMLReader.php.

◆ usage

Peak memory usage

Definition at line 58 of file Excel2003XMLReader.php.