$("#ExportEXCEL1").click(function (e) {
  $('table:first-child table:nth-child(odd)').tableExport({ type: 'excel', escape: 'false' });  
});