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

Download feature #13

Open
aamirkhancr7 opened this issue Jul 3, 2020 · 3 comments
Open

Download feature #13

aamirkhancr7 opened this issue Jul 3, 2020 · 3 comments

Comments

@aamirkhancr7
Copy link

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..?

@aamirkhancr7 aamirkhancr7 changed the title While using Download feature Download feature Jul 3, 2020
@endysuryo
Copy link

same problem here

@marcosmribeiro
Copy link

Same here

@ahmadmu
Copy link

ahmadmu commented Jan 11, 2022

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.

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

4 participants