I need to use PHPExcel with a Symfony2 project. Anyone know how to set up the project correctly to use the library? Should i put it in the vendor directory? Wha
actually the best solution is to use https://github.com/liuggio/ExcelBundle.
I tried to use @Crozin's solution but I was still getting an error about IOFactory::createWriter.
Hope this helps,
Simone