Name | Description | |
---|---|---|
![]() | AppendToCsvFile | Overloaded. Append to a CSV file. For the first item passed it will create the header if OutputHeader is true. |
![]() | AppendToCsvString | Overloaded. Write the properties of a class list to a CSV string and append to existing string |
![]() | AppendToCsvWriter | Overloaded. Append an object to a CSV writer |
![]() | ClassListToCsvFile | Overloaded. Create a CSV file from a list of objects. It will output all public properties of the class as columns. |
![]() | ClassListToCsvString | Overloaded. Create a CSV string from a list of objects. It will output all public properties of the class as columns. |
![]() | ClassListToCsvWriter<T> | Write the properties of a class list into a TextWriter |
![]() | DataTableToCsvFile | Overloaded. Create a CSV File from a data table |
![]() | DataTableToCsvString | Overloaded. Create a CSV String from a data table |
![]() | DataTableToCsvWriter | Overloaded. Output the rows of a data table to a text writer |