Hi,
I have a H5 SDK with a datagrid and I want to export my datagrid to Excel including the column headers/labels, but I only get the data and also I get a first column with value "null".
Does someone know how I can include the column headers in the export? See my example below.
exportToExcel() {
Soho.excel.exportToExcel('MyExport', 'Worksheet1', this.data);
}