国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

jquery使用jxl插件導出excel示例

2024-05-06 16:04:06
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了jquery使用jxl插件導出excel的具體實現步驟,需要的朋友可以參考下

復制代碼 代碼如下:


function formattable(tableHtml, sheetName) {
var template = '<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head><!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines/></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--><meta http-equiv="content-type" content="text/plain; charset=UTF-8"/></head><body><table>{table}</table></body></html>';
var ctx = {
worksheet : name,
table : tableHtml
};
var downloadLink = document.createElement("a");
downloadLink.href = 'data:application/vnd.ms-excel;base64,' + base64(format(
template, ctx));
downloadLink.download = sheetName + ".xls";
document.body.appendChild(downloadLink);
downloadLink.click();
document.body.removeChild(downloadLink);
// window.open('data:application/vnd.ms-excel;base64,'+
// base64(format(template, ctx)));
}


function base64(s) {
return $.base64.btoa(unescape(encodeURIComponent(s)));
}


var format = function(s, c) {
return s.replace(/{(/w+)}/g, function(m, p) {
return c[p];
});
}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 汾阳市| 南开区| 梅河口市| 北川| 凉城县| 洛川县| 建始县| 壶关县| 双流县| 高安市| 同德县| 新民市| 寿阳县| 庄河市| 那曲县| 万安县| 景宁| 崇文区| 阿鲁科尔沁旗| 昌吉市| 历史| 尉氏县| 泊头市| 西林县| 辽中县| 夏津县| 共和县| 酒泉市| 翼城县| 金昌市| 瑞金市| 铜鼓县| 互助| 冀州市| 鄯善县| 仁寿县| 成安县| 长葛市| 修文县| 普格县| 四平市|