I am using this code for export link on grid.
buttons: [{ extend: 'excel', text: 'Export to Excel', filename: 'My Report1' }],
But problem is that, when I am exporting data to excel, First Row has "Index" text appearing,
I want to Remove first cell from excel.