Have you thought of creating excel files using PHP?
You use these classes to generate your excel files. Pretty simple, but very effective.
Start with downloading (registrate for free to download), here http://www.phpclasses.org/browse/package/1919.html .
Unzip and upload the file named excel.php to your server.
I am going to generate a simple excel file that will contain Name and IQ in two columns
The file will look something like this (Hopefully):
First name IQ
John 2250
Ram 1200
Steve 1200
Vinod 1200
Create the php file that will create the excel files [...]
Categories: PHP

