Export datatable to Excel
Export datatable to Excel
measterbrook
Posts: 14Questions: 5Answers: 0
I have been using this code for awhile to allow users to export a datatable to Excel. However the export buttons no longer appear (the website is for internal-use only and I cannot provide a link to it). I using DataTables 1.10.18:
"buttons": [
{
extend: 'excelHtml5',
text: '<i class="fa fa-files-o">Click here to export two years of data to Excel</i>',
titleAttr: 'Export'
}
]
This discussion has been closed.
Replies
Its very difficult to debug that without being able to see it, particularly as the example with the latest releases appears to work no problem.
Perhaps you can use http://live.datatables.net to create an example that shows the issue.
Allan
I was missing the link to pkzip. When I added that it worked ok.