TableTools generate_xls.php file?
TableTools generate_xls.php file?
I have a customer requesting that I export data with a mime header, much as described in the Plugins section of TableTools
http://datatables.net/extras/tabletools/plug-ins
In your example, you write a grab to a hypothetical generate_xls.php file. I'm wondering if you have a real file/sample somewhere that does this (even if it is just the tab-delimited data similar to the output of the Excel button).
Please say you do. :)
http://datatables.net/extras/tabletools/plug-ins
In your example, you write a grab to a hypothetical generate_xls.php file. I'm wondering if you have a real file/sample somewhere that does this (even if it is just the tab-delimited data similar to the output of the Excel button).
Please say you do. :)
This discussion has been closed.
Replies
However, it shouldn't be too difficult to create one using the PHP libraries available, or one of the blob writing techniques - http://stackoverflow.com/questions/10595599/which-is-the-best-way-to-generate-excel-output-in-php .
Allan