Tagged Questions

5
votes
4answers
4k views

Best free Excel writer for C# to output datatable to excel

I've got a console app that loads up a datatable; I'd like to export that to an Excel format and attach it to an email that's sent out on a regular basis. What is the best library to do so that I can ...