gpt4 book ai didi

reactjs - 从 "exceljs"导入 Excel 在浏览器上抛出错误 TypeError : Cannot read property 'prototype' of undefined

转载 作者:行者123 更新时间:2023-12-03 14:12:39 24 4
gpt4 key购买 nike

我正在使用 React 构建我的网页。我想将我的 reducer 的存储数据下载到 xlxs 文件中。为此,我使用 exceljs 包。我已经使用 npm i exceljs 安装了 exceljs

但是当我尝试将 exceljs 导入我的组件时,我在屏幕上收到 TypeError: Cannot read property 'prototype' of undefined

我正在使用命令import Excel from "exceljs";导入。

请查看屏幕截图,以便更好地查看我在屏幕上看到的错误。 enter image description here enter image description here

我的 package.json 是:

{
"name": "xxxxxxx_xxxxx",
"version": "0.1.0",
"private": true,
"dependencies": {
"exceljs": "^1.6.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-intl": "^2.4.0",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build:langs": "NODE_ENV='production' ./node_modules/.bin/babel src --out-dir lib",
"build:locale": "NODE_ENV='production' babel-node scripts/translator.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-react-intl": "^2.4.0"
}
}

最佳答案

我通过使用它来工作:

从“exceljs/dist/exceljs.min.js”导入 * 作为 Excel;

而不是

从“exceljs/dist/es5/exceljs.browser”导入 Excel;

关于reactjs - 从 "exceljs"导入 Excel 在浏览器上抛出错误 TypeError : Cannot read property 'prototype' of undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51836307/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com