![]() |
How to import data into excel sheet from database - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: How to import data into excel sheet from database (/showthread.php?tid=6935) |
How to import data into excel sheet from database - El Forum - 03-18-2008 [eluser]Sawariya[/eluser] Hi Friends .. How to import data into excel from database.... Thanks in advance How to import data into excel sheet from database - El Forum - 03-18-2008 [eluser]mironcho[/eluser] You can simply create CSV (Comma Separated Values) file with .csv extension and open it with excel. http://php.net/manual/en/function.fputcsv.php http://en.wikipedia.org/wiki/Comma-separated_values |