Upload sheet to another sheet

Hi everyone
I have one excel file but sheet is dynamic.
I want to upload the one by one sheet to one another format excel file.

Hi Asad,
By using the Get workbook sheets activity we can retrieve all the sheet names in the list format.
so with the help of the index, we can read all the data present in that sheet then we can write it depending upon our requirement.

Hi @AsadPathan2665 ,

Could you give this workflow a try?

wbObj.GetSheets.ToList()

image

AddSheetsToAnotherWorkbook.xaml (8.1 KB)

Kind Regards,
Ashwin A.K