用JavaScript或python将html中的table导出为excel文件
一、使用jQuery的jquery-table2excel插件( 该部分内容参考https://github.com/rainabba/jquery-table2excel )
使用方法:
-页面中引入jquery和jquery.table2excel.js文件。
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.table2excel.js"></script>
-HTML代码结构
<table id="table-excel">
<thead>
<tr class="noExl">
<td>class为noExl的不会被导出到excel</td>
<td>class为noExl的不会被导出到excel</t