Merge multiple sheets into one sheet with each of the sheet has common column

How to merge multiple sheets into one sheet with each of the sheet has common column as primary key?

@ks77

Read the data and then use join datatable on the common column

Cheers