We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm just copying the code from the examples and I get error on import statment saying:
Unable to resolve path to module in '../../dist/vue-xlsx.es.js'
The text was updated successfully, but these errors were encountered:
@ZalgirisKaunas the examples are a bit misleading, just replace dist/vue-xlsx with vue-xlsx
Sorry, something went wrong.
Hello,
I can confirm the import are not working. Trying to import it in a Nuxt project with no succes... I had to do:
import { XlsxWorkbook, XlsxSheet, XlsxDownload } from 'vue-xlsx'
Also I had to install xlsx package with npm, is that a missing dependency ?
Can you explain me how I can access to json_to_sheet method ?
Thx
No branches or pull requests
I'm just copying the code from the examples and I get error on import statment saying:
Unable to resolve path to module in '../../dist/vue-xlsx.es.js'
The text was updated successfully, but these errors were encountered: