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
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.
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..?
The text was updated successfully, but these errors were encountered: