Overload | Description |
---|---|
GenerateFromClassList<T>(IEnumerable<T>,String,String) | Creates an Excel file based on the properties of the passed in object. Supports all value types plus reference types of string and DateTime. By default, puts in a header with the names of the properties. |
GenerateFromClassList<T>(IEnumerable<T>,String,Stream) | Creates an Excel file based on the properties of the passed in object. Supports all value types plus reference types of string and DateTime. By default, puts in a header with the names of the properties. |