bithost-gmbh/powermail_fastexport

Extends the powermail standard export for faster export to .xlsx and .csv files.

Installs: 11 465

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 6

Open Issues: 2

Type:typo3-cms-extension

1.0.5 2020-03-06 09:20 UTC

This package is auto-updated.

Last update: 2024-04-06 19:39:30 UTC


README

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.

Bug Tracker

https://github.com/bithost-gmbh/powermail_fastexport/issues

Git Repository

https://github.com/bithost-gmbh/powermail_fastexport

Packagist

https://packagist.org/packages/bithost-gmbh/powermail_fastexport

TER

https://typo3.org/extensions/repository/view/powermail_fastexport

Contact