Hey @sivaranjani.shiva ,
You can do these steps in studio to get a solution.
Use the “Excel Application Scope” activity to open both the Excel sheets.
Use the “Read Range” activity to read the data from both the sheets into separate data tables.
Use the “Join Data Tables” activity to join the data from both the sheets based on a common column. This will create a new data table with the merged data.
Use the “Write Range” activity to write the merged data back to a new Excel sheet.
I hope this helps you! Happy Automation
Mark this as a solution if you find this helpful.