Table to Excel File

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
rd.dcse
Forum Newbie
Posts: 7
Joined: Fri Jun 11, 2010 2:56 pm

Table to Excel File

Post by rd.dcse »

Hi I have designed a website containing a table fetching data from table.
I want to export this table as an ms excel i.e. .xls file.

Please reply with a sample code.

Thanks in advance :banghead: :banghead: :banghead:
MB34
Forum Newbie
Posts: 6
Joined: Wed Jun 16, 2010 9:38 pm

Re: Table to Excel File

Post by MB34 »

Check out these classes: http://phpexcel.codeplex.com/

Lots of great examples...
Post Reply