Johann Hanne's php lib to write excel file
Example for your composer.json
file:
{
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/thoroc/php_writeexcel"
}
],
"require": {
"thoroc/php_writeexcel": "master",
}
}