How to copy first two row from CSV and write into first two row of Excel

Hi Team,

Could you please help me to How to copy frist two row from CSV and write it into frist two row of excel.

Thanks in Advance

Hi Vivek,

As per my knowledge you can use read csv activity it will store the data in datatable.
Now using excel write range activity you can write that data in excel sheet.
The range can be defined like : Range(“A1:C2”)

Thanks,
Priyanka

2 Likes

Thanks priyanka :grinning:

Do let me know if the solution works for you :slight_smile:

Yeah its working for me. :slight_smile:
Thanks.

1 Like