I’m trying to use the “use Excel file activity” coupled with a “Read range” activity to read the tables into UiPath tables. Any help or guidance would be great appreciated.
Hi @aeon
In read range Activity
for range input
Excel.Sheet(“Sheet1”).Range(“A1”)
if your sheet = Sheet1 and table starts at A1
Thank you
Hi,
Welcome to the UiPath community! I see you’re working with Excel. When using Excel activities, please note that for ‘Modern’ activities, you should specify the range you want to read. However, if you’re using ‘Classic’ activities, there’s no need to provide a range. If the range is left empty, it will read the entire Excel sheet.
For more information, you can refer to the link below.