rainabba / jquery-table2excel

jQuery Plugin to export HTML tabled to Excel Spreadsheet Compatible Files
595 stars 663 forks source link

IE 11, 360 安全浏览器无法导出数据问题 #49

Closed kenttanl closed 7 years ago

kenttanl commented 8 years ago

在使用IE 11, 以及 360 安全浏览器导出数据到 EXCEL 时,仅在第一个单元格显示 “{table0}”,无其它数据,经过阅读源码发现,在导出数据时,数据未被替换,修改源码后,以正常。 谷歌浏览器测试则无此问题。

rainabba commented 8 years ago

Changes at 113 look like they'd conflict or duplicate the code at https://github.com/tanliang199/jquery-table2excel/blob/e7cb4faf21f2b8c1466f64bb92001b869d960283/dist/jquery.table2excel.js#L115 and also, fullTemplate is overwritten for each itteration in the loop so I don't think this code does what it was intended to do.

rainabba commented 7 years ago

Thanks for the PR @tanliang199 Sorry this took so long to get to.

kenttanl commented 7 years ago

Thank you for your reply, and I use the plug-in in my project, It's very nice! Thank you for you open source this plug-in, Wish you a happy life