ExcelBundle
ExcelBundle copied to clipboard
Notice: A non well formed numeric value encountered for PHP 7.1
There are few issues with PHPExcel after PHP version update (5.6 -> 7.1) but this one is the most annoying: https://github.com/PHPOffice/PHPExcel/issues/1110
Did you have a chance to review it and adapt ExcelBundle?
Thanks!
As a workaround, i just replaced :
ResponseHeaderBag::DISPOSITION_ATTACHMENT
With the string :
'attachment'
And it worked fine.