|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Go to the source code of this file.
Namespaces | |
| namespace | PHPExcel |
Variables | |
| const | EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
| $objPHPExcel = new PHPExcel() | |
| Include PHPExcel. More... | |
| $startYear = $endYear = $currentYear = date('Y') | |
| $endYear | |
| $years = range($startYear,$endYear) | |
| $periods = range(1,12) | |
| $countries | |
| $row = 2 | |
| $autoFilter = $objPHPExcel->getActiveSheet()->getAutoFilter() | |
| $autoFilter = $objPHPExcel->getActiveSheet()->getAutoFilter() |
Definition at line 134 of file 10autofilter-selection-display.php.
| $countries |
Definition at line 70 of file 10autofilter-selection-display.php.
| $endYear |
Definition at line 66 of file 10autofilter-selection-display.php.
| $objPHPExcel = new PHPExcel() |
Include PHPExcel.
Definition at line 42 of file 10autofilter-selection-display.php.
| $periods = range(1,12) |
Definition at line 69 of file 10autofilter-selection-display.php.
| foreach ( $years as $year) $row = 2 |
Definition at line 74 of file 10autofilter-selection-display.php.
| $startYear = $endYear = $currentYear = date('Y') |
Definition at line 64 of file 10autofilter-selection-display.php.
| $years = range($startYear,$endYear) |
Definition at line 68 of file 10autofilter-selection-display.php.
| const EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 34 of file 10autofilter-selection-display.php.