I cannot export to excel with the new 2.2.6 version (which I noticed is now using PHPExcel_IOFactory instead of the older PHP-export class.
It writes garbage characters that can’t be opened by excel.
How can I fix-this to be able to export?
Thanks for any help.
Thanks for sharing.
Hi,
Seems like I have same issue. Abu, Michael could you please advice how to use this solution or maybe there was some updates on export function?
Hello Im having the same issue here, the export just creates an empty file, just after upgrade.Any sugested solution?
Are you able to produce same issue on demos > export as well?
Please share you code on gist to regenerate the sceanrio.
An alternate option (if works for you) is to move to old export library. For that rename lib/inc/excel/PHPExcel to “newPHPExcel”
This will disable new library and use previous version.
Are you able to produce same issue on demos > export as well?
Please share you code on gist to regenerate the sceanrio.
An alternate option (if works for you) is to move to old export library. For that rename lib/inc/excel/PHPExcel to “newPHPExcel”
This will disable new library and use previous version.
I added an ob_clean_end(); right before the output and that seemed to solve the issue for now.
I apologize for asking questions then finding the answer – but I hope it helps if anyone else has issues.
Thanks
Mike
———8save(‘php://output’);
Hi,
Seems like I have same issue. Michael could you please advice how to use this solution? I would like to try it for my case.
Thank you