Overload | Description |
---|---|
GenerateFromDataTable(DataTable,String,String) | Creates an Excel file based on the data columns of the passed in DataTable Supports all value types plus reference types of string and DateTime. By default, puts in a header with the names of the properties. |
GenerateFromDataTable(DataTable,String,Stream) | Creates an Excel file based on the data columns of the passed in DataTable Supports all value types plus reference types of string and DateTime. By default, puts in a header with the names of the properties. |