ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
30template.php File Reference

Go to the source code of this file.

Namespaces

namespace  PHPExcel
 

Variables

const EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />'
 
 $objReader = PHPExcel_IOFactory::createReader('Excel5')
 
 $objPHPExcel = $objReader->load("templates/30template.xls")
 
 $data
 
 $baseRow = 5
 
 $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5')
 
 memory_get_peak_usage (true)/1024/1024)
 

Variable Documentation

◆ $baseRow

◆ $data

$data
Initial value:
= array(array('title' => 'Excel for dummies',
'price' => 17.99,
'quantity' => 2
),
array('title' => 'PHP for dummies',
'price' => 15.99,
'quantity' => 1
),
array('title' => 'Inside OOP',
'price' => 12.95,
'quantity' => 1
)
)

Definition at line 50 of file 30template.php.

◆ $objPHPExcel

$objPHPExcel = $objReader->load("templates/30template.xls")

Definition at line 44 of file 30template.php.

◆ $objReader

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

Definition at line 43 of file 30template.php.

◆ $objWriter

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

Definition at line 81 of file 30template.php.

◆ EOL

getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />'

Definition at line 33 of file 30template.php.

◆ memory_get_peak_usage

memory_get_peak_usage(true)/1024/1024) ( true  )

Definition at line 87 of file 30template.php.