-
Notifications
You must be signed in to change notification settings - Fork 37
XLSX is not recognized #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@joaomede Sorry for the delay in answering, since xlsx is a peer dependency you can simply run |
Hello @DonNicoJs, I think that if this package needs this dependency, it should be in her package.json, and not in my project's package. |
@joaomede I understand the confusion, but please check this explanation on stack overflow: https://stackoverflow.com/questions/26737819/why-use-peer-dependencies-in-npm-for-plugins |
what path should i put to import XlsxRead, XlsxSheets components? |
run npm install --save xlsx |
it would be very useful to show it in the Documentation |
Hello everyone, first thanks for the great dependency.

I found this error when running the dependency, I noticed that the lib "XLSX" is like "devDependencies", my suggestion is to move it to "dependencies".
The text was updated successfully, but these errors were encountered: