You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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) }, }
The text was updated successfully, but these errors were encountered: