Get KoolPHP UI with 30% OFF!

Exporting to Excel Not Working

Hallie
Can anyone help me, I am attempting to export a Koolpivottable following the example, when I click the export button nothing is exported and the page shows jumbled data (no longer the KoolPivotTable)? has anyone ran across this? Please let me know your solution!!

Thank you!
Posted Apr 27, 2017 , edited Apr 27, 2017 Kool
Hallie
I have already tried to solve via a support ticket, and no solution was found.
Posted May 1, 2017 Kool
Peter
Hi Hallie,
Please make sure that there is nothing written to stream before the export() function. To make sure, please put the ob_start() function on very top line of your code then call ob_end_clean() before call the export function.
Regards,
Peter
Posted May 2, 2017 Kool
Hallie
I have verified all of these suggestions and still no change in the export failure.
Posted May 3, 2017 Kool
Anthony Amolochitis
Paste your code in this forum. Maybe somebody will be able to see the problem.
Posted May 5, 2017 Kool
Hallie
Thank you, I created a Support Ticket and we resolved this problem.
I needed to create a ob_start () tag before the HTML code.
This product is great!
Posted May 5, 2017 Kool -