Possible Duplicate:
Alternative for PHP_excel
I'm lookin开发者_如何学运维g 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?
You could try these projects:
http://code.google.com/p/php-excel/
http://phpexcel.codeplex.com/ (Excel 2007)
精彩评论