Create and Excel file and edit its cell values from a template...

  • Thread starter Thread starter AMeador
  • Start date Start date
A

AMeador

I need to have my c# application actually create a new Excel file
from an Excel template file, and then update a bunch of fields in the
new file. Can this be done? I am using VS.NET 2003 EA Edition and Excel
2003. Any pointers or sources would be greatly appreciated! Thanks!
 
yes. you can simply use the com interface exported by excel. basically,
excel exports its dom that way - so you can programmatically make excel
do whatever you want... :-)

WM_HOPETHISHELPS
thomas woelfer
http://www.die.de/blog
 
Back
Top