Possible Duplicate:
Alternative for PHP_excel
I'm looking for a lightweight and fast PHP Excel writer. I need to export Excel files up to 50000 rows. I've tried PHPExcel, but it is far too slow and memory-intensive.
It's only data, so formatting is not necessary.
Another requirement is that fields are often bigger than 255 characters. A lot of solutions I found don't support this.
Any suggestions?