15:30:06 Create new PHPExcel object
15:30:07 Set document properties
15:30:07 Add some data
15:30:08 Sum of Range #1 is 23
15:30:08 Sum of Range #2 is 33
15:30:08 Sum of both Ranges is 56
15:30:08 Minimum value in either Range is 3
15:30:09 Maximum value in either Range is 17
15:30:09 Average value of both Ranges is 9.3333333333333
15:30:09 Rename worksheet
15:30:09 Write to Excel2007 format
15:30:11 File written to 03formulas.xlsx
Call time to write Workbook was 1.1875 seconds
15:30:11 Current memory usage: 8.5 MB
15:30:11 Write to Excel5 format
15:30:11 File written to 03formulas.xls
Call time to write Workbook was 0.0649 seconds
15:30:11 Current memory usage: 11.5 MB
15:30:11 Peak memory usage: 11.5 MB
15:30:11 Done writing files
Files have been created in C:\wamp64\www\car\vendor\phpoffice\phpexcel\Examples