Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Problem reading xls file with maximum number of rows #45

Open
markpurver opened this issue Nov 18, 2019 · 0 comments
Open

Problem reading xls file with maximum number of rows #45

markpurver opened this issue Nov 18, 2019 · 0 comments

Comments

@markpurver
Copy link

Attempting to read a sheet from an xls file with the maximum 65,536 rows causes the following error in RStudio:

ERROR session hadabend; LOGGED FROM: rstudio::core::Error {anonymous}::rInit(const rstudio::r::session::RInitInfo&) /home/ubuntu/rstudio/src/cpp/session/SessionMain.cpp:563

Reading another sheet from the same file with around 40,000 rows causes no problems. I'm not sure at how many lines the issue occurs.

The same issue happens using read_using with FUN=read_excel. But reading the file locally using read_excel is fine with the maximum number of rows.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant