00:06:27 Create new PHPExcel object
00:06:28 Set document properties
00:06:28 Add some data
00:06:29 Set column widths
00:06:29 Add conditional formatting
00:06:29 Duplicate the conditional formatting across a range of cells
00:06:29 Set fonts
00:06:29 Set header/footer
00:06:29 Set page orientation and size
00:06:29 Rename worksheet
00:06:29 Write to Excel2007 format
00:06:30 File written to 08conditionalformatting.xlsx
Call time to write Workbook was 1.0200 seconds
00:06:30 Write to Excel5 format
00:06:31 File written to 08conditionalformatting.xls
Call time to write Workbook was 0.8129 seconds
00:06:31 Current memory usage: 5.5 MB
00:06:31 Peak memory usage: 5.5 MB
00:06:31 Done writing file
File has been created in D:\xampp\htdocs\html5games\vendor\phpoffice\phpexcel\Examples