Hello all,
My AUT is excel add-in, i have to navigate to this plugin in excel and select menus to populate the values in the excel cells.I am using ‘Use Application/Browser’ activity to open the excel application and navigate to the respective plugin and successfully load the data.Once the data is populated i am planning to use ‘UIPath.Excel.Activities’ library to play around with the data in the excel.The problem here is all the excel related activities in UIPath expect a physical excel file path to start with, in my case it is not possible since ill always work through this plugin with the excel file open.I tried capturing the values using UI Explorer which i haven’t succeeded and tedious
Is there any way to use excel library for the excel file which is open instead of reading a file in a particular path? or is there any other approach to follow
?