Writing a collection to Excel
Posted
by jame
on Stack Overflow
See other posts from Stack Overflow
or by jame
Published on 2009-08-15T05:00:04Z
Indexed on
2010/03/27
19:03 UTC
Read the original article
Hit count: 142
I'm working in VS2005 and I need the C# syntax write to write collection values in an Excel sheet. I initialize the collection like this:
Reports oReports =new Reports();//oReports is a collection
Assuming that this collection has values, how would I write them to Excel?
© Stack Overflow or respective owner