exan/exprot

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Package info

github.com/Exanlv/exprot

pkg:composer/exan/exprot

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-07-14 14:08 UTC

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.