CSV Reports
CsvWriter Class Methods


KellermanSoftware.CsvReports Namespace : CsvWriter Class

For a list of all members of this type, see CsvWriter members.

Public Methods
 NameDescription
Public MethodOverloaded.  Append to a CSV file. For the first item passed it will create the header if OutputHeader is true.  
Public MethodOverloaded.  Write the properties of a class list to a CSV string and append to existing string  
Public MethodOverloaded.  Append an object to a CSV writer  
Public MethodOverloaded.  Create a CSV file from a list of objects. It will output all public properties of the class as columns.  
Public MethodOverloaded.  Create a CSV string from a list of objects. It will output all public properties of the class as columns.  
Public Method Write the properties of a class list into a TextWriter  
Public MethodOverloaded.  Create a CSV File from a data table  
Public MethodOverloaded.  Create a CSV String from a data table  
Public MethodOverloaded.  Output the rows of a data table to a text writer  
Top
See Also

Reference

CsvWriter Class
KellermanSoftware.CsvReports Namespace