vue中解决xlsx-style引入的问题

1.引入插件

npm install xlsx-style --save

npm install xlsx --save

2.本地src目录新建vendor/Export2Excel.js(网上可以下载)

关键:注释掉import XLSX from 'xlsx-style'

在node-modules中找到xlsx-style中的dist目录中的xlsx.full.min.js粘贴到static里

在index.html引入

参考:

https://blog.csdn.net/zfz5720/article/details/90676359

https://www.cnblogs.com/yinxingen/p/11052184.html

你可能感兴趣的:(vue中解决xlsx-style引入的问题)