The “ReadRange” activity and the “ExcelReadRange” activity are both classic.
※Both activities are included in the activity package “UiPath.Excel.Activities” (Ver. 2.11.4).
※The modern activity is not used.
The name of the sheet to read from is “Sheet1”.
Sorry, but when I try to upload a snap, I get an error on the UiPath Community Forum screen and cannot share the snap.
Using wb As New ClosedXML.Excel.XLWorkbook(filename)
Dim ws As ClosedXML.Excel.IXLWorksheet = wb.Worksheet(sheetName)
cellvalue = ws.Cell("A1").Value
End Using
By “Read Range workbook”, are you referring to the classic activity?
When I use the “ReadRange” activity, I get an error if the Excel file contains a malformed URI.
So I would like to create a workflow using the “ExcelReadRange” activity.
Yes I referred to the classic activity , as i have attached the sample image as well.
If you want to use excel read range i suggest you to use the modern activities,
Install latest version of UiPath.Excel.Activities
Make use of Excel process scope, in this container’s property you can set the application level settings.
Inside Excel Process Scope, use an ‘Use Excel File’ activity, inside that you can make use of Read Range activity with Excel icon near Read range activity name. Like below.
Note : Image copied from google search, just for Activity reference purposes.