Releases: sujancse/php-csv-exporter
Releases · sujancse/php-csv-exporter
Now this package can be used from php version >= 5.5.0
php requirement updated for laravel 9
PHP requirement updated for laravel 9
Static removed and doc updated
After the suggestions from reddit, I removed static and redesign export.
XLSX export support
ExcelSheet export and separated exporter class for the different types of data structures.
Raw PHP support added
Raw PHP support added as well as export from Collection and Array.
Doc support updated
Doc support updated for new release
A fast and tiny PHP library to export data to CSV, excel etc.
A fast and tiny PHP library to export data to CSV, Excel, etc. The library is based on a PHP generator. It used only 20MB memory to download 5 Million data, whereas without a generator it will take up to 500MB of memory. Tested on Laravel 6.