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