前端使用jquery.table2excel.js导出数据
1、页面引入相关js文件
2、导出表格容器
3、获取导出的数据 渲染到表格中
<script src="../../../../plugIns/jquery-table2excel/jquery.table2excel.js"></script>
<script src="../../../../plugIns/jquery-table2excel/FileSaver.js"></script>