vue-xlsx
vue-xlsx copied to clipboard
Download feature
Hi
When i try to implement the download feature. i get a error on my console as
Error in callback for watcher "readyToParse": "TypeError: lib[type] is not a function"
any idea what is causing the issue..?
same problem here
Same here
This happens when the data of a sheet is an empty list. If you initialize data with an empty object like sheets = [{name: 'My Sheet', data: [{}]}] then it works. When you load your data you need to replace the array with a new array to avoid an empty row.