typo3-cms-extension powermail_fastexport
Extends the powermail standard export for faster export to .xlsx and .csv files.
bithost-gmbh/powermail_fastexport
Extends the powermail standard export for faster export to .xlsx and .csv files.
- Tuesday, June 5, 2018
- by bithost-gmbh
- Repository
- 2 Watchers
- 3 Stars
- 99 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
TYPO3 CMS Extension powermail_fastexport
Introduction
This is a TYPO3 CMS extension that extends powermail for faster export to .xlsx / .csv files by
fetching the data directly as an array without the Extbase ORM and
rendering the output directly without Fluid.
This is useful if you have many records to be exported.
In our test case with > 10'000 records to be exported, the
required time was reduced from 45 minutes to 45 seconds.
The extension powermail_fastexport extends the standard powermail export.
You can simply install the extension and use the export functionality just like before., (*1)
Bug Tracker
https://github.com/bithost-gmbh/powermail_fastexport/issues, (*2)
Git Repository
https://github.com/bithost-gmbh/powermail_fastexport, (*3)
Packagist
https://packagist.org/packages/bithost-gmbh/powermail_fastexport, (*4)
TER
https://typo3.org/extensions/repository/view/powermail_fastexport, (*5)