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 />' |
if (!file_exists("33chartcreate-bar.xlsx")) | |
PHPExcel. More... | |
Load from Excel2007 | file |
$objReader = PHPExcel_IOFactory::createReader("Excel2007") | |
$objPHPExcel = $objReader->load("33chartcreate-bar.xlsx") | |
Update cell data values that are displayed in the | chart |
$objWorksheet = $objPHPExcel->getActiveSheet() | |
Write to Excel2007 | format |
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') | |
File written | to |
Peak memory | usage |
Peak memory memory_get_peak_usage(true)/1024/1024) | MB |
$objPHPExcel = $objReader->load("33chartcreate-bar.xlsx") |
Definition at line 49 of file 34chartupdate.php.
$objReader = PHPExcel_IOFactory::createReader("Excel2007") |
Definition at line 47 of file 34chartupdate.php.
$objWorksheet = $objPHPExcel->getActiveSheet() |
Definition at line 53 of file 34chartupdate.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 67 of file 34chartupdate.php.
Definition at line 52 of file 34chartupdate.php.
getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 9 of file 34chartupdate.php.
Done writing file |
Definition at line 42 of file 34chartupdate.php.
Write to Excel2007 format |
Definition at line 66 of file 34chartupdate.php.
if(!file_exists("33chartcreate-bar.xlsx")) |
Definition at line 42 of file 34chartupdate.php.
Peak memory memory_get_peak_usage (true)/1024/1024) MB |
Definition at line 74 of file 34chartupdate.php.
File written to |
Definition at line 70 of file 34chartupdate.php.
Peak memory usage |
Definition at line 74 of file 34chartupdate.php.