Hi,
Need help in constructing the expression for Cell for Read cell acitivity.
In modern excel activites.
Hi,
Need help in constructing the expression for Cell for Read cell acitivity.
In modern excel activites.
Hi @JITU99
It should be something like
Excel.Sheet(“sheet name”).Cell(“your cell here”)
Happy Automation!
May i know where i can explore these expressions from.?
You can take it from UiPath itself:
All you would need is a template file and work through that.
Hope it helps.
You can see it from here: https://docs.uipath.com/activities/other/latest/user-guide/excel-application-card
Thanks