Bug for Excel Export in Reports June 26, 2019, 01:47:58 PM Bug for button Excel Export in ReportsCAUSE: Opening and closing TABLE tag is missing in file: assets\js\export-plugin\tableExport.jsLines 148 and 150SOLUTION:excelFile += "</head>";excelFile += "<body><table>";excelFile += excel;excelFile += "</table></body>";excelFile += "</html>"; Quote Selected