I would like to delete a specific column in Excel, so I tried to use the activity “Delete Column”, however, it looks like that it does not recognize the Excel file.
There should be a ‘Format as table’ activity in UiPath itself and you can give that table your own name. The 1st row in the range will become the header and then you can select the fields you want to delete.
UiPath by default recognizes the range using the column names by the header fields and not the column numbers as you want to.
I tried that option but it requires a start “position”, however in this case I need to delete columns in different positions…I’m currently trying to use your first recommendation “Filter”
I am not sure if you the terminology is the same. But it should be an activity under excel to convert a range into a table. I use studioX version of UiPath The activity name I get is “Format as table”. It is part of the official package of excel activities itself
however in this case I need to delete columns in different positions… You can delete any columns by range or specifically . Don’t forgot to add quotes.
Please mark this as solution, if it solves your query.
@Tana20 - no problem. So next time, when you post a query please clearly state that “I cannot use any unofficial package”, this will help the ones who are trying to provide solutions.