| ILIAS
    release_5-3 Revision v5.3.23-19-g915713cf615
    | 
Go to the source code of this file.
| Namespaces | |
| namespace | PHPExcel | 
| Variables | |
| PHP_EOL | |
| $inputFileName = "XMLTest.xml" | |
| $inputFileType = PHPExcel_IOFactory::identify($inputFileName) | |
| Identify the type of $inputFileName More... | |
| $objReader = PHPExcel_IOFactory::createReader($inputFileType) | |
| Create a new Reader of the type that has been identified More... | |
| $objPHPExcel = $objReader->load($inputFileName) | |
| Load $inputFileName to a PHPExcel Object More... | |
| $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') | |
| memory_get_peak_usage (true)/1024/1024) | |
| $inputFileName = "XMLTest.xml" | 
Definition at line 38 of file XMLReader.php.
| $inputFileType = PHPExcel_IOFactory::identify($inputFileName) | 
Identify the type of $inputFileName 
 
Definition at line 41 of file XMLReader.php.
| $objPHPExcel = $objReader->load($inputFileName) | 
Load $inputFileName to a PHPExcel Object 
 
Definition at line 47 of file XMLReader.php.
| $objReader = PHPExcel_IOFactory::createReader($inputFileType) | 
Create a new Reader of the type that has been identified 
 
Definition at line 45 of file XMLReader.php.
| $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') | 
Definition at line 51 of file XMLReader.php.
| memory_get_peak_usage(true)/1024/1024) | ( | true | ) | 
Definition at line 57 of file XMLReader.php.
| PHP_EOL | 
Definition at line 37 of file XMLReader.php.