When exporting from grid to Excel, the header includes the normal header values in the first row, but the second row includes the filters fields (and all of their possible values) as part of the header as well.
Is there any way to suppress the second row of the header?
Hi,
if you have plans to export just one grid by export script you might customize it to enable printing just first grid row. To implement it modify gridExcelGenerator.php like here: