Skip to main content
Topic: Bug for Excel Export in Reports (Read 875 times) previous topic - next topic

Bug for Excel Export in Reports

Bug for button Excel Export in Reports

CAUSE:
Opening and closing TABLE tag is missing in file:
 assets\js\export-plugin\tableExport.js

Lines 148 and 150

SOLUTION:
excelFile += "</head>";
excelFile += "<body><table>";
excelFile += excel;
excelFile += "</table></body>";
excelFile += "</html>";