mostlylucid

scott galloway's personal blog...
posts - 916, comments - 758, trackbacks - 11

My Links

News

Archives

Post Categories

Misc. Coding

Convert a DataSet to Excel in one easy step...

I found this really useful little assembly / code when looking for a simple, free way to convert a DataSet to Excel - couldn't be easier, just one line of code required for the conversion, here's the line I'm using:

DataSetToExcel.Convert(ReportsDAL.GetSummaryStats(10, Page.FromDate,Page.UntilDate,Page.MailClientId,0,Page.MailAppId,(

int)Page.MailJobStatus),Response);

 

Print | posted on Wednesday, February 18, 2004 3:43 PM | Filed Under [ ASP.NET ]

Feedback

Gravatar

# re: Convert a DataSet to Excel in one easy step...

nice one
12/14/2004 7:19 AM | sanjeev
Comments have been closed on this topic.

Powered by: