开发者

Looking for a PHP to Excel library [duplicate]

开发者 https://www.devze.com 2023-02-25 12:58 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: Alternative for PHP_excel
This question already has answers here: Closed 11 years ago.

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)

0

精彩评论

暂无评论...
验证码 换一张
取 消