Hello All,
I have a scenario I want to fetch sheets name from Excel but u could not use Excel scope.
I am not well aware with invoke code that how I can use invoke code for the same
Any examples will be helpful
Thanks
Hello All,
I have a scenario I want to fetch sheets name from Excel but u could not use Excel scope.
I am not well aware with invoke code that how I can use invoke code for the same
Any examples will be helpful
Thanks
@Chirag1991 - Yes you can do using “Get sheet name” from the BalaReva.Excel.Activities
Example:
Write Line: String.Join(Environment.NewLine, Sheets)
Hi @Chirag1991,
we can do that with INVOKE CODE activity where we can mention the vb.net code to get all the sheet name from a excel but using EXCEL APPLICATION SCOPE is very easy.
Refer this Below Link hope this helps you
Thanks,
Neelima.
Hello I do not see this activity in my uipath, could you tell me the version of this mine studion is 19.10
@Chirag1991 - Go to Manage Packages…and add the below package…
Helllo guys, i reach the goal on my end with Python. Try to following these steps: