I see a lot of people using some language in UIPath for their excel manipulations
Could someone tell me which language is used in UIPath for excel manipulations
It would be great if there is an easier approach to all the work without using the language too. Is there someone who can tell me using approach other than the language in the UIPath for the excel manipulation
Basically UiPath is a No code -low code RPA tool. So for almost all the process UiPath is providing the Activities which doesn’t need coding. But if you need to do some action using code you can write it in VB or in C#. Also you can invoke python, powershell etc.
You can get more details from Academy course and you can check Excel Automation in the RPA Developer course to get knowledge on the activities available in UiPath
if you want to extend by using the code then you have Invoke Code activity where you can write your code