sumouse
(ChoboIT)
July 30, 2024, 12:10am
1
When trying to read 7000 rows of data in 5 columns in a sheet in Excel,
Using READ RANGE ACTIVITY of MORDER, it takes 80 seconds to read.
Using READ RANGE ACITIVITY of CLASSIC, it takes 1 second to read.
Why is READ RANGE ACTIVITY of MORDER so very slow in reading data?
Even if I change the options in Use Excel File and try several times, there is only a slight difference in time, but the default is very long.
vrdabberu
(Varunraj Dabberu)
July 30, 2024, 2:08am
2
Hi @sumouse
Are you using any excel activities in the use excel file or else have you been using only the read range excel activity?
Regards
sumouse
(ChoboIT)
July 30, 2024, 2:16am
3
Only Using Activity
Excel Process Scope > Use Excel File > Read Range
vrdabberu
(Varunraj Dabberu)
July 30, 2024, 2:18am
4
Hi @sumouse
Then please instead of excel activities try using the read range workbook activity.
Regards
Yoichi
(Yoichi)
July 30, 2024, 2:25am
5
Hi,
It’s known ReadRangeX is very slow in some environment / worksheet.
The following post may help you regarding settings for mitigation this problem.
(However, it may not solve it completely)
Hi @wija ,
That’s correct, there is a difference between Classic and Modern Excel and currently, there are no exceptions thrown when the Sheet doesn’t exist. We are looking into throwing an error in these cases so I’ll add this to our insights to the functionality.
Regarding the Read Range slowness, we recommend setting the Read formatting option to RawValue and deselecting the Visible rows only option which will improve the performance. More details in the documentation - Activities - Read Ra…
Regards,