-
Notifications
You must be signed in to change notification settings - Fork 158
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
Fread options not extended to excel files #2632
Comments
@samukweku I can confirm that I am able to reproduce your observation for xlsx files. I only hope it is not by design. :) |
Just briefly looked into the code. I don't think it's even implemented for xls files, perhaps @st-pasha could comment on this?? |
That's correct. The logic for reading Excel files is completely separate from the code that reads CSV files, and consequently every option has to be implemented for Excel parsing separately. |
That's what I gathered looking at the code. is there an appetite to do so for Excel files? My guess is csv files are probably much more common than Excel files in data manipulation tasks making this a low priority. |
I had the same problem when I tried to read |
Did you find a bug in datatable, or maybe the bug found you?
I cant select columns or limit number of rows read when working on an excel file
How to reproduce the bug?
The text was updated successfully, but these errors were encountered: