ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Go to the source code of this file.
Namespaces | |
PHPExcel | |
Variables | |
const | EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
$rendererName = PHPExcel_Settings::PDF_RENDERER_DOMPDF | |
Include PHPExcel. More... | |
$rendererLibrary = 'domPDF0.6.0beta3' | |
$rendererLibraryPath = '/php/libraries/PDF/' . $rendererLibrary | |
Load Excel2007 template | file |
$objReader = PHPExcel_IOFactory::createReader('Excel2007') | |
$objPHPExcel = $objReader->load("templates/26template.xlsx") | |
Write to Excel5 | format |
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') | |
File written | to |
try | |
Removing first two heading rows for CSV | export |
$objWorksheet = $objPHPExcel->getActiveSheet() | |
Peak memory | usage |
Peak memory memory_get_peak_usage(true)/1024/1024) | MB |
Done writing | files |
$objPHPExcel = $objReader->load("templates/26template.xlsx") |
Definition at line 55 of file 26utf8.php.
$objReader = PHPExcel_IOFactory::createReader('Excel2007') |
Definition at line 54 of file 26utf8.php.
$objWorksheet = $objPHPExcel->getActiveSheet() |
Definition at line 101 of file 26utf8.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 61 of file 26utf8.php.
$rendererLibrary = 'domPDF0.6.0beta3' |
Definition at line 48 of file 26utf8.php.
$rendererLibraryPath = '/php/libraries/PDF/' . $rendererLibrary |
Definition at line 49 of file 26utf8.php.
$rendererName = PHPExcel_Settings::PDF_RENDERER_DOMPDF |
Include PHPExcel.
Definition at line 45 of file 26utf8.php.
getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 33 of file 26utf8.php.
Definition at line 79 of file 26utf8.php.
Referenced by ilECSParticipantSetting\enableExport(), ilWikiImportantPagesBlockGUI\fillDataSection(), ilECSParticipantSettings\getEnabledParticipants(), ilTestExportPlugin\getFormat(), ilWikiImportantPagesBlockGUI\getHTML(), ilECSParticipantSettings\isEnabled(), and ilECSParticipantSettings\read().
Load Excel2007 template file |
Definition at line 53 of file 26utf8.php.
Done writing files |
Definition at line 121 of file 26utf8.php.
Write to CSV format |
Definition at line 60 of file 26utf8.php.
Peak memory memory_get_peak_usage (true)/1024/1024) MB |
Definition at line 118 of file 26utf8.php.
File written to |
Definition at line 63 of file 26utf8.php.
try |
Definition at line 79 of file 26utf8.php.
Peak memory usage |
Definition at line 118 of file 26utf8.php.