Read Range: Could not read range from excel .xsls

the name of the sheet of excel is correct i run my bot a few moments ago but in this moment i cant to read the range


Hi @VAZQUEZ_SOSA_LUIS_ALBERTO ,

If you are reading only one cell value from excel use read cell activity in uipath instead of read range. Thanks.

It seems that you are using Excel Application Scope to read Excel file. You may check whether there is any Excel process running in backend (Run Task Manager to check). You can kill the Excel process if there is any.

Another way to read Excel data is using Read Range under Workbook, which runs in backend and is faster than using Excel Application Scope.

the error is in this part
image
i have to change 3000 to 4000 because my excel have more 3000 records

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.