# Convert a DataSet to Excel in one easy step...

<datetime class="hidden">2004-07-04T00:00</datetime>
<!-- category -- mostlylucidcouk, Imported -->

I found [this really useful little assembly](http://www.dotnetjohn.com/articles/articleid36.aspx) / 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);