exan / exprot
There is no license information available for the latest version (dev-master) of this package.
dev-master
2026-07-14 14:08 UTC
Requires
- league/plates: ^3.6
Requires (Dev)
- symfony/var-dumper: ^8.0
This package is auto-updated.
Last update: 2026-07-14 14:08:55 UTC
README
NOTE: WIP. NOT RECOMMENDED FOR PRODUCTION USE
Low memory usage Excel export creation
Client has way too much data, but insists on an xlsx export rather than easy to chunk CSV? Exprot is your friend.
Individual batches of data are written to disk, rather than loading all data into memory at once, making it possible to write massive datasets without going over memory limits. A test data set of 200.000 rows used only ~4MB of memory.