Merge multiple sheets in a excel

I have four sheets in excel i want to merge all data in 1 sheet

Hi @Kuldeep_Pandey

If columns are same… Then read all the sheets and use merge datatable to merge and then write back to excel

cheers

Hi @Kuldeep_Pandey

Check out this video link

Regards
Gokul

@Kuldeep_Pandey u can use simple way of append the data from other 3 excel to first one (or any other).
Read the data using excel activity and use append datatable to merge

append data table property

Hi @Kuldeep_Pandey

Check out this XAML file

MergeDT.xaml (8.9 KB)

Regards
Gokul

@Kuldeep_Pandey Yes let me attach a xaml for the same

use this link

In this i have shared the images

In append activity we cants add headers?

Hi @Kuldeep_Pandey

Just update like this in the screenshot

image

MergeDT.xaml (8.9 KB)

Regards
Gokul