00:08:25 Create new PHPExcel object
00:08:25 Set document properties
00:08:25 Add some data
00:08:25 Set column widths
00:08:25 Add conditional formatting
00:08:25 Duplicate the conditional formatting across a range of cells
00:08:25 Set fonts
00:08:25 Set header/footer
00:08:25 Set page orientation and size
00:08:25 Rename worksheet
00:08:25 Write to Excel2007 format
00:08:25 File written to 08conditionalformatting.xlsx
Call time to write Workbook was 0.2642 seconds
00:08:25 Write to Excel5 format
00:08:26 File written to 08conditionalformatting.xls
Call time to write Workbook was 0.0265 seconds
00:08:26 Current memory usage: 6 MB
00:08:26 Peak memory usage: 6 MB
00:08:26 Done writing file
File has been created in D:\dev\vsk\vendor\phpoffice\phpexcel\Examples