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