Click here to Skip to main content
15,881,938 members
Articles / Programming Languages / C#

C# Generic List Extensions for Data Output to Formatted String, CSV File, and Excel Worksheet Window

Rate me:
Please Sign up or sign in to vote.
5.00/5 (14 votes)
5 Dec 2013CPOL6 min read 71.8K   1.9K   45  
Using extension methods to export data from a Generic List to a formatted string, CSV file, or Excel Worksheet window with data field selections
In this post, you will find a description of the C# Generic List data output extension methods that have many features and are easy to use.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Shenwei is a software developer and architect, and has been working on business applications using Microsoft and Oracle technologies since 1996. He obtained Microsoft Certified Systems Engineer (MCSE) in 1998 and Microsoft Certified Solution Developer (MCSD) in 1999. He has experience in ASP.NET, C#, Visual Basic, Windows and Web Services, Silverlight, WPF, JavaScript/AJAX, HTML, SQL Server, and Oracle.

Comments and Discussions