kartik-v / yii2-export

A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)
http://demos.krajee.com/export
Other
165 stars 126 forks source link

PhpSpreadSheet is memory intensive, consider replacing it with Spout! #357

Open Ziggizag opened 2 years ago

Ziggizag commented 2 years ago

It is practically impossible to output larger files with this extension. Memory limit errors render it unusable. Please, considering replacing phpspreadsheet dependency with Spout:

https://opensource.box.com/spout/

Mohsen6558 commented 2 years ago

Like