footer can't export to excel

Dear All,

I was try to export datatable with footer to excel, but the footer value (summary) couldn’t export.
I was create the snippet on http://webix.com/snippet/46949bcb
Any body would you help me please ?

Best Regards,
Iqbal

I can confirm the issue, summ counter is excluded from an export currently.
It will be fixed in the next build.

how can I dynamically supress footer? I mean: on click on button1 I need to export with footer, on another button click without footer. how can we achieve this?

You can supress the footer dynamically by adding the footer:false setting in the export config:

webix.toExcel($$("grid"), {footer:false});

The option is missing in the docs, but we will fix it soon.