The header grouping is not working in export to excel. I have applied it using headers colspan in the pdf report with the code
"headers" => array(
array(
"" => array("colSpan"=>3),
"Amount" => array("colSpan"=>3),
"Percentage" => array("colSpan"=>2),
)
)
Find the below print screen for reference.