js操作table表格匯出資料到excel方法

來源:互聯網
上載者:User

標籤:put   prim   lin   tar   jquery   code   檔案   blog   click   

js匯出excel資料很少,網上也找了很多,基本都不能用,要麼只能是IE用,還必須要許可權,這是非常不好的。後來到github上找到table2excel.js,雖然可以用,但仍然對IE支援不夠,也算不錯的東西。

 

匯出的excel檔案是xlsx,也可以改為xls開啟。注意的是,要對每個table做個標記,加上div架構如代碼:

 

<div class="table-responsive table2excel" data-tableName="Test Table 1">
緊接著跟著你的table就OK了。匯出按鈕:
<button id="btn" class="btn btn-primary">匯出</button>

</table>結尾載入JS檔案

<script>window.jQuery || document.write(‘<script src="i/js/jquery-1.11.0.min.js"><\/script>‘)</script><script src="i/js/jquery.table2excel.js"></script><script>$(function() {$("#btn").click(function(){$(".table2excel").table2excel({exclude: ".noExl",name: "Apptoapi Excel",filename: "domain",exclude_img: true,exclude_links: true,exclude_inputs: true});});});</script>

這樣就可以直接從頁面TABLE上匯出檔案XLS了。

 

附件:js  http://pan.baidu.com/s/1kVqbTMB

 

js操作table表格匯出資料到excel方法

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.