Pivot Table Export includes "Click to configure"

We’re trialing Webix for some pivot table functionality in our app, but when we use the export functions for the report, it includes the words “Click to Configure” in the actual export.

Is it possible to exclude this?

Hello @adamgriffis ,
As a solution, you can simply set:

function toExcel(){
  $$("pivot").$$("data").config.columns[0].header = false;
  webix.toExcel($$("pivot"));
};

Please take a look at the snippet:
https://snippet.webix.com/1lve14k0