Tagged Questions

0
votes
1answer
82 views

Full code coverage

I'm trying to obtain full code coverage for the following line of code... stringWriter.Write(HtmlEncodedString.Format(string.Format("{0,-10:C}", x + y))) The line above this one is showing as fully …
3
votes
4answers
1k 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 …