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?
List<"classname"> getreport = cs.getcompletionreport(); var getreported = getreport.Select(c => new { demographic = c.rName);
where cs.getcompletionreport() reference class file is Business Layer for App I hope this helps.
cs.getcompletionreport()