I am learning UIPath and my source is excel file. I have excel file with column A,B, C. What I want is to write column A and C only into new excel file.
I get confused which function I should use to read / write. I think if I use read range / write range, it will write all column. However, what I want is only column A and C
Read the entire Excel sheet with ReadRange. It outputs a Datatable. For DataTables there is an activity called Remove Data Column (Programming->DataTable). Use this to remove Col B.