I have an winform that reads a text file and populates an excel spreadsheet,
it creates a new excel spreadsheet everytime the app runs, how can I use an
Template that I created in Excel and save that file as well without any user
interaction.
so what should happen is this:
winform app runs
Excel not showing : Excel.visible = false;
/*************** *************** ***/
use the excel template
populate the template
save the new excel file "20050518.x ls" to a shared folder.
/*************** *************** ***************/
I have the first 2 working, I'm stuck on the last 3 things. Any suggestions
or exmples i could look at?
it creates a new excel spreadsheet everytime the app runs, how can I use an
Template that I created in Excel and save that file as well without any user
interaction.
so what should happen is this:
winform app runs
Excel not showing : Excel.visible = false;
/*************** *************** ***/
use the excel template
populate the template
save the new excel file "20050518.x ls" to a shared folder.
/*************** *************** ***************/
I have the first 2 working, I'm stuck on the last 3 things. Any suggestions
or exmples i could look at?