if we want to add a table footer on 'view', it can be solved by this code :
"showFooter"=>"bottom",
"columns"=>array(
"member"=>array(
"label"=>"Member",
"footer"=>"sum"
),
But when i want to export data into excel, these table footer doesn't included. how to include the table footer on excel exports?