Insert title here
vartableToExcel=(function() {varuri= 'data:application/vnd.ms-excel;base64,', template= '
', base64= function(s) {returnwindow.btoa(unescape(encodeURIComponent(s))) }, format= function(s, c) {returns.replace(/{(w+)}/g,function(m, p) {returnc[p]; }) }return function(table, name) {if(!table.nodeType) table=document.getElementById(table)varctx={worksheet: name|| 'Worksheet', table: table.innerHTML}
window.location.href=uri+base64(format(template, ctx))
}
})()
tableToExcel Demo
Exporting the W3C Example Table