Problem
For large amount of data, the export usage log and the generation of the excel file will go out of memory resulting with crashed export. Problem is the column index array in the
phpoffice/phpspreadsheet library is very large. Maybe some kind of caching is involved, must be checked.