I’m using UiPath 2023.10.1 version
Excel activities version is 2.24.3
I’m trying to read excel (XLS) file which contains 1746 rows. But the modern UiPath activities are taking 5 min to read it. However, using classic activity it read within 3 to 5sec only
According to the existing post and suggestion I have tried everything but still modern activity is taking time.
My file contains above 1k data but in future it may increase.
Please try setting the Visible property of the Excel Application scope to ‘False’, this way excel will open in the background and may increase the efficiency.