|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Namespaces | |
| namespace | PHPExcel |
Variables | |
| const | EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
| $objPHPExcel = new PHPExcel() | |
| $objConditional1 = new PHPExcel_Style_Conditional() | |
| $objConditional2 = new PHPExcel_Style_Conditional() | |
| $objConditional3 = new PHPExcel_Style_Conditional() | |
| $conditionalStyles = $objPHPExcel->getActiveSheet()->getStyle('B2')->getConditionalStyles() | |
| $callStartTime = microtime(true) | |
| $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') | |
| $callEndTime = microtime(true) | |
| $callTime = $callEndTime - $callStartTime | |
| sprintf ('%.4f', $callTime) | |
| memory_get_usage (true)/1024/1024) | |
| memory_get_peak_usage (true)/1024/1024) | |
| $callEndTime = microtime(true) |
Definition at line 164 of file 08conditionalformatting.php.
| $callStartTime = microtime(true) |
Definition at line 160 of file 08conditionalformatting.php.
| $callTime = $callEndTime - $callStartTime |
Definition at line 165 of file 08conditionalformatting.php.
| $conditionalStyles = $objPHPExcel->getActiveSheet()->getStyle('B2')->getConditionalStyles() |
Definition at line 114 of file 08conditionalformatting.php.
Referenced by PHPExcel_Writer_Excel5_Worksheet\_writeCFHeader(), PHPExcel_Writer_Excel2007_Worksheet\_writeConditionalFormatting(), PHPExcel_Writer_Excel2007_Style\allConditionalStyles(), PHPExcel_Writer_Excel5_Worksheet\close(), PHPExcel_ReferenceHelper\insertNewBefore(), and PHPExcel_Reader_Excel2007\load().
| $objConditional1 = new PHPExcel_Style_Conditional() |
Definition at line 89 of file 08conditionalformatting.php.
| $objConditional2 = new PHPExcel_Style_Conditional() |
Definition at line 98 of file 08conditionalformatting.php.
| $objConditional3 = new PHPExcel_Style_Conditional() |
Definition at line 106 of file 08conditionalformatting.php.
| $objPHPExcel = new PHPExcel() |
Definition at line 43 of file 08conditionalformatting.php.
| $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 162 of file 08conditionalformatting.php.
| getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 33 of file 08conditionalformatting.php.
| memory_get_peak_usage(true)/1024/1024) | ( | true | ) |
Definition at line 185 of file 08conditionalformatting.php.
| memory_get_usage(true)/1024/1024) | ( | true | ) |
Definition at line 181 of file 08conditionalformatting.php.
| sprintf('%.4f', $callTime) | ( | '%.4f' | , |
| $callTime | |||
| ) |
Definition at line 168 of file 08conditionalformatting.php.