前端导出table表格
使用table2excel.js 框架可以快速导出table表格
<script src="js/jquery.table2excel.js"></script> <script> $(function() { var name="账户营业额" $("#btn").click(function(){ $("#record").table2excel({ exclude: ".noExl", name: "Excel Document Name", filename: name, exclude_img: true, exclude_links: true, exclude_inputs: true }); }); }); </script>
下载地址:https://files.cnblogs.com/files/leegj/jquery.table2excel.zip
得之坦然,失之淡然,争其必然,顺其自然