vue-element-admin icon indicating copy to clipboard operation
vue-element-admin copied to clipboard

修复导出 Excel 时 Export2Excel.js 报错 Cannot read properties of undefined (reading 'utils')

Open Barry-Flynn opened this issue 3 months ago • 0 comments

Export2Excel.js 代码第 83 行报错,找不到属性 XLSX.utils,详见 issue https://github.com/PanJiaChen/vue-element-admin/issues/4191

error:Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'utils')

Barry-Flynn avatar Mar 14 '24 15:03 Barry-Flynn