Welcome Guest, Not a member yet? Register   Sign In
Download excel file with ajax
#6

(This post was last modified: 09-23-2018, 09:43 AM by Wouter60.)

For me, this works:
Code:
header('Content-Disposition: attachment;filename="Export.xls"');

And you can simplify the url with this:
PHP Code:
<?= anchor('admin/export','<i class="fa fa-file-excel-o"></i>' $this->lang->line('export') ,'class="btn btn-warning btn-sm"');?>
Reply


Messages In This Thread
Download excel file with ajax - by demo - 09-22-2018, 10:57 AM
RE: Download excel file with ajax - by fenzy - 09-23-2018, 03:30 AM
RE: Download excel file with ajax - by demo - 09-23-2018, 03:35 AM
RE: Download excel file with ajax - by Wouter60 - 09-23-2018, 05:19 AM
RE: Download excel file with ajax - by demo - 09-23-2018, 07:16 AM
RE: Download excel file with ajax - by Wouter60 - 09-23-2018, 09:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB