isabas
isabas
Yeah, plugin is not adding ".xls" to filename at IE Edge with last version. Maybe, using filename "myexcel.xls" instead of "myexcel" it can be a solution for this issue. And...
https://github.com/rainabba/jquery-table2excel/blob/243fa8505fc60304662551fc4abc52853eb4ddad/src/jquery.table2excel.js#L154 After line 154 you can add this code. delete e.ctx.table; console.log("checking browser"); var isIE = false; if (/MSIE 10/i.test(navigator.userAgent)) { // This is internet explorer 10 isIE = true;...