Jeffrey Polk

Results 2 issues of Jeffrey Polk

This example project takes a `System.DataSet` and dynamically generates a workbook from it. Each `DataTable` is created as a sheet in the workbook.

Very interesting post and sample code! How might this be adapted to handle a more complex object with sub-objects and lists of objects? For example: ```c# namespace ExpressionGenerator { public...