Convert a DataSet to Excel in one easy step... (English)

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

Sunday, 04 July 2004

//

Less than a minute

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);

logo

© 2025 Scott Galloway — Unlicense — All content and source code on this site is free to use, copy, modify, and sell.