I have an Array of arrays at the beginning of each sub array is the header of the column followed by integers that I want to populate the column. It looks something like thi
If you really want to export array to excel, have a look at PHPReport. I have written that class to simplify exporting with phpexcel. It supports xls and xlsx.