vue-xlsx-table icon indicating copy to clipboard operation
vue-xlsx-table copied to clipboard

On select file function is not called.

Open mjelecevic opened this issue 6 years ago • 1 comments

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) }, }

mjelecevic avatar Sep 11 '18 10:09 mjelecevic

could you resolve this? same problem @Reollyn

joacorob avatar Jul 17 '19 21:07 joacorob