CodeIgniter Forums
Outputting data 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: Outputting data to Excel (/showthread.php?tid=4460)



Outputting data to Excel - El Forum - 11-26-2007

[eluser]spheroid[/eluser]
Is it possible to output data to an Excel file on multiple tabs/sheets, and formatted in a particular way? I think the only scripts I've seen output data to one tab/sheet.


Outputting data to Excel - El Forum - 11-26-2007

[eluser]sandwormusmc[/eluser]
I've seen some of that type of code in the past ... let me see if I can dig something up.

Looks like the demo here generates multiple sheets. I forgot the actual PHP, but digging through there would be a good start.

I think it's probably as simple as a "excel->new_sheet()" or something.