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
Hi,
First of all, thank you - great job.
Issue: When testing with Mocha -> error:: TypeError: Cannot set property '0' of undefined
Proposed solution: In your vue component file using vue-xlsx add "import Xlsx from 'xlsx';"
This is snippet from my vue file:
... <script> import { XlsxRead, XlsxJson, XlsxSheets } from 'vue-xlsx'; import Xlsx from 'xlsx'; export default { components: { XlsxRead, XlsxJson, XlsxSheets }, data() { return { file: null, selectedSheet: null, selectedData: null }; }, ...
Thank you.
Issue is closed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
First of all, thank you - great job.
Issue: When testing with Mocha -> error:: TypeError: Cannot set property '0' of undefined
Proposed solution: In your vue component file using vue-xlsx add "import Xlsx from 'xlsx';"
This is snippet from my vue file:
Thank you.
Issue is closed.
The text was updated successfully, but these errors were encountered: