krishna124
(Krishna Sai Nag)
July 31, 2018, 7:00am
1
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.
pllo2ptk
(Swoodie)
July 31, 2018, 7:19am
2
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.
krishna124
(Krishna Sai Nag)
July 31, 2018, 7:40am
3
Hi,
I am new to uipath.
can u please give me a sample program of it.
krishna124
(Krishna Sai Nag)
July 31, 2018, 7:55am
4
@pllo2ptk
Hi,
I am new to uipath.
can u please give me a sample program of it.
balupad14
(Balamurugan (BalaReva))
August 21, 2018, 12:45pm
5
Hi @krishna124 ,
Please take a look the activity “Clipboard To Datatable activity” in the below link.
Hi Friends,
I have included some new activities in the “BalalReva.Excel.Actities”.
Activities
1.Copy Data activity - It copies the data from Excel Sheet to the clipboard
2.Delete Data activity - It deletes the data in the Excel Sheet
3.Clipboard To Datatable activity - It converts the clipboard to Datatable
Namespace
[image]
1.Properties Copy Data activity
[image]
Sample File : CopyData.zip (8.1 KB)
2.Properties of Delete Data activity
[image]
Sample : DeleteData.zip (6.9 KB)
3.…
Regards
Balamurugan.S