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!
I normally don't use PEAR, but there is a PEAR class for Excel. I used it to generate Excel documents that were emailed to people that needed to see those reports.
CSV would be the best solution I think.
For automated reading of CSV files, you can write your own PHP script, should not be so hard.
For non-automated reading, you can use phpmyadmin to upload CSV files.
duk wrote:
but what i want to do is creating excel files with data from Mysql... but i need to create a pretty excel file with table and image's etc...
i dont understand why you guys are talking about comma separated values, and CVS...