netcore-csv
Static Public Member Functions | List of all members
Extensions Class Reference

Static Public Member Functions

static void ToCSV< T > (this IEnumerable< T > coll, string pathfilename, CsvOptions options=null)
 generate csv file from this object enumerable using properties name and their order as csv header. if specified propNameHeaderMapping allor to specify mapping between propertyname and a custom header. (useful if can't evaluated at compile time using CsvHeaderAttribute. More...
 

Member Function Documentation

◆ ToCSV< T >()

static void ToCSV< T > ( this IEnumerable< T >  coll,
string  pathfilename,
CsvOptions  options = null 
)
static

generate csv file from this object enumerable using properties name and their order as csv header. if specified propNameHeaderMapping allor to specify mapping between propertyname and a custom header. (useful if can't evaluated at compile time using CsvHeaderAttribute.

Type Constraints
T :class 

The documentation for this class was generated from the following file: