Unable to delete Column within a specified Excel range using UIPath StudioX

Unable to delete Column within a specified Excel range using UIPath StudioX

Hi @Rajesh_Chettiar,

I’ll suggest you to read range whole excel sheet with range —> ""
And once you have whole data you can use Remove Data Column activity on that datatable and give index OR name of a column you want to remove from that datatable.

here’s one Doc regarding Remove Data Column activity… for more information.

Please try the following workflow.


The excel file has one sheet named Sheet1 and the following data:

Please let me know if it works.