fix: Update Export2Excel.js (#4191)

Export2Excel.js 代码第 83 行报错,找不到属性 XLSX.utils
pull/4228/head
百里飞洋 2024-03-14 23:29:16 +08:00 committed by GitHub
parent 0caa975ee2
commit 5843615f9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* eslint-disable */
import { saveAs } from 'file-saver'
import XLSX from 'xlsx'
import * as XLSX from 'xlsx'
function generateArray(table) {
var out = [];