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 />' |
$objPHPExcel = new PHPExcel() | |
PHPExcel. More... | |
$objWorksheet = $objPHPExcel->getActiveSheet() | |
$dataSeriesLabels | |
$xAxisTickValues | |
$dataSeriesValues | |
$series | |
$plotArea = new PHPExcel_Chart_PlotArea(NULL, array($series)) | |
$legend = new PHPExcel_Chart_Legend(PHPExcel_Chart_Legend::POSITION_RIGHT, NULL, false) | |
$title = new PHPExcel_Chart_Title('Test Bar Chart') | |
$yAxisLabel = new PHPExcel_Chart_Title('Value ($k)') | |
$chart | |
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 |
Done writing | file |
Definition at line 113 of file 33chartcreate-bar.php.
$dataSeriesLabels |
Definition at line 62 of file 33chartcreate-bar.php.
$dataSeriesValues |
Definition at line 84 of file 33chartcreate-bar.php.
$legend = new PHPExcel_Chart_Legend(PHPExcel_Chart_Legend::POSITION_RIGHT, NULL, false) |
Definition at line 106 of file 33chartcreate-bar.php.
$objPHPExcel = new PHPExcel() |
Definition at line 43 of file 33chartcreate-bar.php.
$objWorksheet = $objPHPExcel->getActiveSheet() |
Definition at line 44 of file 33chartcreate-bar.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 134 of file 33chartcreate-bar.php.
$plotArea = new PHPExcel_Chart_PlotArea(NULL, array($series)) |
Definition at line 104 of file 33chartcreate-bar.php.
$series |
Definition at line 91 of file 33chartcreate-bar.php.
$title = new PHPExcel_Chart_Title('Test Bar Chart') |
Definition at line 108 of file 33chartcreate-bar.php.
$xAxisTickValues |
Definition at line 74 of file 33chartcreate-bar.php.
$yAxisLabel = new PHPExcel_Chart_Title('Value ($k)') |
Definition at line 109 of file 33chartcreate-bar.php.
getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 9 of file 33chartcreate-bar.php.
Done writing file |
Definition at line 144 of file 33chartcreate-bar.php.
Write to Excel2007 format |
Definition at line 133 of file 33chartcreate-bar.php.
Peak memory memory_get_peak_usage (true)/1024/1024) MB |
Definition at line 141 of file 33chartcreate-bar.php.
File written to |
Definition at line 137 of file 33chartcreate-bar.php.
Peak memory usage |
Definition at line 141 of file 33chartcreate-bar.php.