Skip to content
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

'Range' argument does not work beyond 99,999 rows #695

Open
rik-glt opened this issue Mar 29, 2022 · 2 comments
Open

'Range' argument does not work beyond 99,999 rows #695

rik-glt opened this issue Mar 29, 2022 · 2 comments

Comments

@rik-glt
Copy link

rik-glt commented Mar 29, 2022

I have encountered this issue numerous times; if you try to import a range that extends beyond row 99,999 (i.e. more than 100,000 rows) then an error is returned. E.g.:

foo <- read_excel("Sample spreadsheet.xlsx", range = "B2:C99999") #works perfectly

foo <- read_excel("Sample spreadsheet.xlsx", range = "B2:C100000") #returns the below error

Error: Cell references aren't uniformly A1 or R1C1 format:
B2:C100000
In addition: Warning message:
Cell reference follows neither the A1 nor R1C1 format. Example:
C100000
NAs generated.

@rsangole
Copy link

Just dropping in a note that I face this issue regularly too. Upvoting for 👀.

@rsangole
Copy link

@rik-glt FYI, if you're still facing this, moving to the R1C1 format works when rows are > 99,999.

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

No branches or pull requests

2 participants