I am trying to export data in csv format. I am using LinqToCsv to create csv. Is it possible to create footer section using LinqToCsv?
Can anyone help me how to create a csv with header and footer using LinqToCsv or with anything else using C#?
I need something to create csv of following format:
Column 1|Column 2|Column 3|Column 4|Column 5
--- data goes here
---
Trailer: test | 1231312 | xxx
Thanks