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

首頁 > 編程 > JavaScript > 正文

jquery使用jxl插件導(dǎo)出excel示例

2019-11-20 20:49:45
字體:
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

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];
});
}
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 金堂县| 益阳市| 屏东县| 荥阳市| 鹤庆县| 长顺县| 丹阳市| 黄龙县| 潢川县| 垣曲县| 思茅市| 黄骅市| 华宁县| 沂源县| 望奎县| 乌什县| 绵阳市| 进贤县| 齐齐哈尔市| 惠来县| 鹤岗市| 麻栗坡县| 北碚区| 呼图壁县| 卓尼县| 鞍山市| 泽州县| 望奎县| 鄂伦春自治旗| 舞阳县| 黄龙县| 永福县| 平塘县| 凤冈县| 北碚区| 东乡族自治县| 湄潭县| 岫岩| 绍兴县| 渝北区| 东源县|