cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any limit for Excel get Worksheet as a range action?

sai_bhargavaraj
Level 3
Hi All,   I have an Excel sheet where i'm performing some refresh operation with Power queries. After performing refresh i am reading the entire sheet as collection. My Excel sheet may contain data over 5000 rows. while performing this step BP is getting hanged. Is there any range limit for BP to collect from Excel?    Please guide me if you have faced this issue.   Thanks in advance  
3 REPLIES 3

AndreyKudinov
Level 10
Depends on number of columns too, but 5000 should be fine. You start getting out of memory exceptions when you hit the limit.

david.l.morris
Level 14
I've dealt with pulling 10,000 rows from Excel before without error but the limit may be affected by the number of columns as well. I've seen some people hit a 'seeming' limit at 4,000 but I'm not sure what the details were there.
Dave Morris 3Ci at Southern Company Atlanta, GA

OliverMohajeri
Level 4
If I remember correctly, columns is a bigger drain on memory than rows. if possible, delete any columns you don't need before retrieveing the information (You could design a macro to do this and then call it using the VBO object).