XLSX is not recognized
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".

@joaomede Sorry for the delay in answering, since xlsx is a peer dependency you can simply run npm install --save xlsx to fix the issue
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