0

Possible Duplicate:
Export from PHP to Excel

I need to export data retrieved from mysql database to excel. I need to do some changes to my data before exporting to excel. I really can't understand how I should begin.

Should i go for PEAR? or any other class library? or any simple way to do this?

1

2 Answers 2

0

You can use phpexcel library. It allow you to write to and read from different spreadsheet file formats.

Sign up to request clarification or add additional context in comments.

1 Comment

To enhance the answer please refer to this post, stackoverflow.com/questions/4005814/export-from-php-to-excel
0

You may go through How to Generate a Complete Excel Spreadsheet From MySQL and Read and write Excel data with PHP.

Hope this helps.

Comments