How to read specific column in excel file and copy into another excel file

I want to copy a specific column(which has no name for column) from excel file and to copy it into another excel file with some header name.

How can i do it using UIPath.
Please suggest me or please give me a sample file regarding my question,if there.

If you know number of column (remember that counting in Uipath starting from 0) you can take a range and copy this.
If I remember if you wnat whole column, take select range and write inside for example: “A:A” fpr whole column A.

Hi,

I am new to uipath.
can u please give me a sample program of it.

@pllo2ptk
Hi,

I am new to uipath.
can u please give me a sample program of it.

Hi @krishna124,

Please take a look the activity “Clipboard To Datatable activity” in the below link.

Regards
Balamurugan.S