Hi,

I'm trying to create an application that will accept two parameters.
- Source File. This will be a csv file.
- Template File. This will be an excel file with formatting inside but without any data.

So basically my goal is open the Template File, get all the formatting inside, close it then open the Source File, apply all of the formatting then convert and save it as an Excel file. This is using Excel Interop 2007 on Visual Studio 2008.

Is there a way to do this?

Thanks.