yulya
(Yulya R)
May 17, 2022, 10:30am
1
Hi all,
I have an excel sheet on which I need to write data, but the sheet is already partially filled with data. I need the robot to determine the first empty cell or line and start writing data there. please tell me how can this be done?
ppr
(Peter Preuss)
May 17, 2022, 10:32am
2
Have a look on the Append Range activity
UiPath.Excel.Activities.Business.AppendRangeXCopies the data in a table, range, or sheet and pastes it after existing data in another specified table, range, or sheet. The activity can be used with Excel files selected for parent Use Excel File...
And also
UiPath.Excel.Activities.Business.FindFirstLastDataRowX Finds the row number for the row where data starts and for the last row containing data in a specified sheet, range, or table. The activity can be used with an Excel file selected for a parent...
1 Like
system
(system)
Closed
May 20, 2022, 10:58am
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.