-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature/396 handle xlsx files #433
Conversation
…. missing. Lint still failing due to cycle dependendies + type any warning.
fixed missing sheets on xlsx import of wb
@rhazn As discussed I added my example/test file as well as your requested changes from the previous PR. Please have a look. As discussed, either let me know if you have any further comments or just take over from here. The dataset I used is licensed with the CC BY-SA 4.0 license and can be found here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed the changes introduced by @rhazn - looked good to me.
New PR for #421 as original was closed by mistake.
Implements new XLSX-Interpreter and Sheet-Picker Block
PR closes #396.