-
Notifications
You must be signed in to change notification settings - Fork 194
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_excel() crashes R session #710
Comments
I think someone should take a look at this as it could be a critical error. |
Please provide the problematic file as described below. How to provide a readxl reprexWe're in a much better position to address your issue if you can provide a reprex (reproducible example). Provide as much of this as you can:
How to provide your own xls/xlsx file? In order of preference:
|
@jennybc I could reproduce a similar crash when trying to select the last sheet with this syntax: readxl::read_xlsx(path, sheet=Inf)
You can use any file, I used the following almost empty dummy table: test.xlsx. |
Before I start thanks to the
readxl
team, your product is awesome!Problem:
I have a data set in Excel I'm try to import into R. The file opens without issue. The data starts on the 6th line and I only wanted to import a part of the file so I did:
I immediately get this screen:
Reprex
After downloading the file simply do:
where
file
is the path.Expected behavior
The text was updated successfully, but these errors were encountered: