Hello all,
I’m using the package UiPath.Excel.Activities 2.12.3, but when I running my process, the part of excel reading is very slow, and take about 8 minutes to read a simple sheet, I have others projects with same package, but other version 2.11.4, and take about less than 5 secons to read.
For some reason, ReadRange in ModernExcel (ReadRangeX) is very slow in some cases.
As a workaround, can you try classic ReadRange (ExcelReadRange) as the following?