CodeIgniter Forums
Download Excel and CSV File format in HMVC ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: Download Excel and CSV File format in HMVC ? (/showthread.php?tid=75095)



Download Excel and CSV File format in HMVC ? - Geetha - 12-20-2019

Hi,

Please tell me Download XLS and CSV file using helper download ($this->load->helper('download')in HMVC CodeIgniter. 
Or Download https://github.com/PHPOffice/PHPExcel  PHPEXCEL library for download excel file format Which one is correct format to done XLS and CSV File Download in HMVC CodeIgniter. Please Give Me Idea Which way is good to download file XLS and CSV in HMVC codeIgniter.