-
Notifications
You must be signed in to change notification settings - Fork 42
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
Read Data from Excel Files #1994
Comments
we should be able to use calamine to read the sheets. I'm not familiar with the excel file format, but ideally we should do some level of parallelization over reading the sheets. First iteration could be as simple as just reading it in, then we could look into further optimizations like parallelization & projection pushdowns. |
There's also the office crate |
Any reason to switch off of calamine for this? Are there features we're missing (or bugs)? |
That checks out. If you click the Repository URL for that crate, it takes you to the Calamine Repository: https://github.com/tafia/calamine And that crate hasn't been updated for 7 years: https://crates.io/crates/office |
Just to update the status of this:
I think to close this properly we should:
I think it wouldn't be absurd if we added |
Hi, Expected behaviour would :
Hope it's doable without too much effort. Thanks! |
Description
It'd be nice to be able to natively read excel files
preferred usage
We'd likely need some options to specify the sheet
Components
CREATE EXTERNAL TABLE
support for excel #2644The text was updated successfully, but these errors were encountered: