You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that my range given in A1 format doesn't work with read_excel if the number of rows is bigger than 100,000. I think the only problem is that the is_A1(x) check fails. Curiously, if I try
For now I can workaround this issue by replacing the function with the copied code from github but I think it is kinda an interesting as I have no idea how it doesn't work as is.
Best Regards
The text was updated successfully, but these errors were encountered:
Hello,
I noticed that my range given in A1 format doesn't work with read_excel if the number of rows is bigger than 100,000. I think the only problem is that the is_A1(x) check fails. Curiously, if I try
but if I copy the code from the github repository
it does work. Now if I try to read in excel files using a range with more than 100,000 rows it stops and says it isn't in A1 format.
Also the breakpoint is in fact 100,000
For now I can workaround this issue by replacing the function with the copied code from github but I think it is kinda an interesting as I have no idea how it doesn't work as is.
Best Regards
The text was updated successfully, but these errors were encountered: