Jaydeep Goswami
Jaydeep Goswami
Hello, First of all thanks a lot for such a great work you did. It is working like a charm in my project. But the problem is I am using...
Thank you once again.. Its working fine now..
Same here. How can we create multiple rooms.. Author seems to be not active
Thanks https://github.com/nshah31 (nshah31).. Above Solution works perfectly when we comment the following code and add above code in jquery.table2excel.js -->> ``` javascript // $(o).find("tr").not(e.settings.exclude).each(function (i,o) { // tempRows += ""...
@Kalemstorm94 on line #54 or near by you would find following code ``` $(o).find("tr").not(e.settings.exclude).each(function (i,o) { tempRows += "" + $(o).html() + ""; }); //comment this code ``` and just...