Hi, I had the same issue.
For me… I do this with a page with shortcode (password protected) AND a simple template with
Jquery Datatable (https://datatables.net/)
Now User (with access) can search, filter, order AND export the entries.
Work fine for me.
cheers
-
This reply was modified 6 years, 5 months ago by andr3as1.
Hi,
I create a new Page-Template and put Jquery Datatables on it.
Then I search the last and order it.
`$(‘#id_table’).DataTable().columns(-1).order(‘desc’).draw();
cheers
Andy
ok, now I got it!
Change the PHPExcel.php line 145 to .xlsx
AND
Change class-advanced-cf7-db-admin.php (from Excel5 –> Excel2007)
Hope that’s correct… But it works…
Is there an easier way?
THX
Sorry for the short question.
Is it possible to change the export format from xls to xlsx (default)
Thanks for your help.