Spreadsheet::WriteExcel Memory Usage
Posted
by Stomped
on Stack Overflow
See other posts from Stack Overflow
or by Stomped
Published on 2010-04-09T02:22:30Z
Indexed on
2010/04/09
2:33 UTC
Read the original article
Hit count: 367
Hi;
I'm trying to create a multi-sheet excel document, and thus far I'd been doing it in PHP - but using PHPExcel was eating up 70MB of RAM for about 60,000 spreadsheet cells total.
I'm wondering if anyone has experience with Spreadsheet::WriteExcel and if it has problems with creating very large documents.
I'd just give it a shot but I'm very inexperienced with Perl and it could take me quite a bit of time to get this up and rolling even if for a test, and I thought someone here might have insight for me.
© Stack Overflow or respective owner