rainabba / jquery-table2excel

jQuery Plugin to export HTML tabled to Excel Spreadsheet Compatible Files
592 stars 665 forks source link

xlsx file creation #124

Open nitinpandirkar opened 3 years ago

nitinpandirkar commented 3 years ago

even if we specify fileext:".xlsx", the file generated is xls so fileext parameter is not working in table2excel.js

ItsThatFox commented 3 years ago

I'm getting the same problem. When I open the exported file, Excel prompts an error saying the format and the extension don't match.

girishvora12 commented 2 years ago

Is there any solution for this issue?