JS直接导出excel 兼容ie、chrome、firefox
2021-06-09 19:04
标签:cap ret org copy create isp dmi turn creat
‘, base64 = function(s) { return window.btoa(unescape(encodeURIComponent(s))) }, format = function(s, c) { return s.replace(/{(\w+)}/g, function(m, p) { return c[p]; }) } return function(table, name) { if (!table.nodeType) table = document.getElementById(table) var ctx = {worksheet: name || ‘Worksheet‘, table: table.innerHTML} window.location.href = uri + base64(format(template, ctx)) } })()
1 | admin | 23 | 程序员 | 天津 | admin@kali.com |
2 | guest | 23 | 测试员 | 北京 | guest@kali.com |
JS直接导出excel 兼容ie、chrome、firefox
标签:cap ret org copy create isp dmi turn creat
原文地址:http://www.cnblogs.com/zhj-Acmen/p/7298936.html
文章标题:JS直接导出excel 兼容ie、chrome、firefox
文章链接:http://soscw.com/index.php/essay/92807.html