Export html table to Excel javascript function special characters changed

后端 未结 5 1373
Happy的楠姐
Happy的楠姐 2021-01-01 02:22

I have the following function that exports an html to excel:

function generateexcel(tableid) {
  var table= document.getElementById(tableid);
  var html = ta         


        
5条回答
提交回复
热议问题