前言
这里我们用到的是SheetJS
安装
1 | npm rm --save xlsx |
导出
基本
1 | <a-button size="small" @click="excelExportClick">下载模板</a-button> |
TS
1 | import XLSX from 'xlsx' |
设置表头别名
1 | import XLSX from 'xlsx' |
导入
1 | <label for="file_upload" class="custom_button">选择文件</label> |
TS
1 | import XLSX from 'xlsx' |
样式
1 | .custom_button { |