Skip to content
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

On select file function is not called. #8

Open
mjelecevic opened this issue Sep 11, 2018 · 1 comment
Open

On select file function is not called. #8

mjelecevic opened this issue Sep 11, 2018 · 1 comment

Comments

@mjelecevic
Copy link

Hello,

I have an issue with getting the data from the .xlsx file. On select file sometimes the function is called and sometimes it's not called. In my project I set more vue-xlsx-table components because I load different .xlsx files. Is that the issue or something else? I don't know why so can someone please help me?

Here is my code from template:

<vue-xlsx-table @on-select-file="testFunction">Test</vue-xlsx-table>

Here is my function:

methods: { testFunction: function (convertedData) { console.log(convertedData) }, }

@joacorob
Copy link

could you resolve this? same problem @reollyn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants