Looking for a PHP to Excel library -


possible duplicate:
alternative php_excel

i'm looking lightweight , fast php excel writer. need export excel files 50000 rows. i've tried phpexcel, far slow , memory-intensive.

it's data, formatting not necessary.

another requirement fields bigger 255 characters. lot of solutions found don't support this.

any suggestions?

you try these projects:

http://code.google.com/p/php-excel/

http://phpexcel.codeplex.com/ (excel 2007)


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -