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() | |
$objConditional1 = new PHPExcel_Style_Conditional() | |
$objConditional3 = new PHPExcel_Style_Conditional() | |
$conditionalStyles = $objPHPExcel->getActiveSheet()->getStyle('A1')->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 111 of file 08conditionalformatting2.php.
$callStartTime = microtime(true) |
Definition at line 107 of file 08conditionalformatting2.php.
$callTime = $callEndTime - $callStartTime |
Definition at line 112 of file 08conditionalformatting2.php.
$conditionalStyles = $objPHPExcel->getActiveSheet()->getStyle('A1')->getConditionalStyles() |
Definition at line 91 of file 08conditionalformatting2.php.
$objConditional1 = new PHPExcel_Style_Conditional() |
Definition at line 79 of file 08conditionalformatting2.php.
$objConditional3 = new PHPExcel_Style_Conditional() |
Definition at line 85 of file 08conditionalformatting2.php.
$objPHPExcel = new PHPExcel() |
Definition at line 43 of file 08conditionalformatting2.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 109 of file 08conditionalformatting2.php.
getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 33 of file 08conditionalformatting2.php.
memory_get_peak_usage(true)/1024/1024) | ( | true | ) |
Definition at line 132 of file 08conditionalformatting2.php.
memory_get_usage(true)/1024/1024) | ( | true | ) |
Definition at line 128 of file 08conditionalformatting2.php.
sprintf('%.4f', $callTime) | ( | '%.4f' | , |
$callTime | |||
) |
Definition at line 115 of file 08conditionalformatting2.php.