00:45:06 Create new PHPExcel object
00:45:06 Add some data and formulas
00:45:06 Calculated data
Value of A1 [=B1]: 100
Value of B1 [=A1+1]: 100
Value of A2 [=B2+1]: 100
Value of B2 [=A2]: 99
00:45:06 Write to Excel2007 format
00:45:06 File written to 13calculationCyclicFormulae.xlsx
Call time to write Workbook was 0.0130 seconds
00:45:06 Current memory usage: 6 MB
00:45:06 Peak memory usage: 6 MB
00:45:06 Done writing file
File has been created in /home/gicbc/public_html/stripe-sample-code/vendor/PHPExcel-1.8/Examples