Excel Queries

Hi @ All

How can we copy data from one excel to another excel.

Hi @varunk,

  1. Use read range activity to get the data from the excel sheet.
    2.use write range activity to write the data into excel sheet(just pass the datatable).
    Refer this post
    How to extract specific data from excel column and write the extracted data into another column of same excel file - #6 by Rahul_Raj

Regards,
Arivu