I am following this documentation
to implement export to Excel in my laravel 4 project.
So am trying to generate excel file from array like this:
This is easy all you need to do is something like this Grab your contents like this
$result->get(filed1) = 'some modification'; $result->get(filed2) = 'some modification2';