Questions tagged [uipath-excel]

For issues relating to using Excel with UiPath.

For errors relating to the interaction of excel spreadsheets by a UiPath automation. This could be either by using the UiPath Excel activities, UiPath workbook activities or by native automation such as opening excel and automating the interaction with a spreadsheet.

1 questions
0
votes
1 answer

Write Cell Range does not exist in Excel

I want to add a formula (Subtotal) in my excel file using UiPath with the Write Cell activity. I have a column going from C1 to C7 and the data start at C2. I want to put the formula to C8 but the Write Cell activity doesn’t accept the range I…