Export summary rows

Currently have a report page with normal columns but also summaries.. I have to export the table pretty much as it is (including summaries)

Is there a way to do this (AFAIK not with core).. what is the best approach to still use as much of core as possible?
Solution
Laravel Excel
Laravel Excel is intended at being Laravel-flavoured PhpSpreadsheet: a simple, but elegant wrapper with the goal of simplifying exports and imports.
Was this page helpful?