![]() |
export to excel - 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: export to excel (/showthread.php?tid=12514) |
export to excel - El Forum - 10-22-2008 [eluser]syntaxerror[/eluser] hi, can anyone please tell me how to export data to excel using codeigniter? i have already made a program, but i have to export it to excel. how can i do it with codeigniter? thanks export to excel - El Forum - 10-22-2008 [eluser]johnwbaxter[/eluser] http://codeigniter.com/wiki/Excel_Plugin/ export to excel - El Forum - 10-22-2008 [eluser]syntaxerror[/eluser] thanks for the help, but im not getting the data from table or database, just from a text file. somehow i figure it out how. but one more thing, from view, how can i call the variables to controller? |