Hi I am having a list container which contains the list of values. I wish to export the list values directly to Excel. Is there any way to do it directly?
Fast way - ArrayToExcel (github)
byte[] excel = myList.ToExcel(); File.WriteAllBytes("result.xlsx", excel);