I have 3 Excel Files and each File has 3 tabs in it which has different structure so the schema is not same. But all the 3 Files has similar structure. The requirement is that I have to take the Data from all the Input Files and Write it into an existing Excel template which also has the similar structure as of the input Files.
Check out the solution to this post by @AbhilashR which shows how to create a copy of the template file and then writing to the copy.
Dan