I have an excel sheet . I would like to change the column type , for example if the excel column D is of type General , I would like to change it to type Number . Is there any way this can be done without the robot opening the excel ? Through a VBA code or any other method ?
You can do it using Excel.Extensions Activities, which is a latest package from UiPath.
Need to include that in your process from Package manager then try with the following xaml. FileNameConversion.xaml (5.4 KB)