ExcelBundle
ExcelBundle copied to clipboard
added create file response to factory
I had problems when browser receive a stream response. After search for a solution I thought the idea of return a stream response for a file it is not the best idea. Then I create a file response using BinaryFileResponse of HttpFoundation of symfony and this is the code that I did.