
xls
楚叫兽
这个作者很懒,什么都没留下…
展开
-
纯前端通过dom导出excel
插件file-savernpm i file-saverjs部分(要求列表html有常规的table完整标签)例如:<table> <thead> <tr> <th>姓名</th> </tr> </thead> <tbody> <tr> <td>张三</td> </tr> </t原创 2021-07-16 14:47:56 · 481 阅读 · 1 评论 -
vue 导出xls
//导出记录 let _this = this const padata = { pageNum: this.pageNum, pageSize: this.pageSize, startTime: this.startTime, endTime: this.endTime, keywords: this.nameOrPhoneNumber, appId: localStorage.get原创 2021-03-24 14:10:51 · 328 阅读 · 1 评论