readExcel, sheet option not working #401
Unanswered
olivierhbh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't make the sheet option work in the readExcel function:
dfd.readExcel(remote_url, {sheet:'data'}).then(df => { df.print() })
What am I doing wrong? when I don't add the sheet option the 'data' sheet is selected and properly displayed.
Beta Was this translation helpful? Give feedback.
All reactions