CodeIgniter Forums
how to export more than one document to excel in codelgniter at a time - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: how to export more than one document to excel in codelgniter at a time (/showthread.php?tid=18146)



how to export more than one document to excel in codelgniter at a time - El Forum - 04-27-2009

[eluser]Unknown[/eluser]
how to export more than one document to excel in codelgniter at a time,
just we have select the documents that we need to export,then when we click export button respective files should be exported individually....


how to export more than one document to excel in codelgniter at a time - El Forum - 04-27-2009

[eluser]slowgary[/eluser]
You can't export multiple files individually at the same time. They need to be zipped, as you can only send one file to the browser at a time