conversion of data from database to MS-excel using php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rohitsing.pardeshi
Forum Newbie
Posts: 2
Joined: Thu Sep 20, 2007 12:19 am

conversion of data from database to MS-excel using php

Post by rohitsing.pardeshi »

Hi All
I have some 60 employees data in my database and i want to generate reports for these employees on monthly basis in excel format using php . Will anybody help me , how to proceed.

:lol:
Rohit
User avatar
maliskoleather
Forum Contributor
Posts: 155
Joined: Tue May 15, 2007 2:19 am
Contact:

Post by maliskoleather »

http://sourceforge.net/projects/phpexcelreader might be what youre looking for
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I suspect he's looking for http://pear.php.net/package/spreadsheet_excel_writer/ actually.
User avatar
maliskoleather
Forum Contributor
Posts: 155
Joined: Tue May 15, 2007 2:19 am
Contact:

Post by maliskoleather »

feyd wrote:I suspect he's looking for http://pear.php.net/package/spreadsheet_excel_writer/ actually.
whoops. thats what i meant to link to :oops:
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Post by aceconcepts »

This is a pretty good simple script: http://www.phpsimple.net/tutorials/mysql_to_excel/
Post Reply