DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Introduction

What does it do?

This extension 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.