Click here to Skip to main content
15,867,568 members
Articles / Web Development / HTML

Dynamically Creating Excel File from a Generic List for Email Attachment and Data Downloading

Rate me:
Please Sign up or sign in to vote.
5.00/5 (15 votes)
25 Jun 2014CPOL8 min read 53.1K   1.7K   36  
Convert a generic list to an Excel byte array using Open XML SDK and dynamically create an Excel file for data distributions from an ASP.NET MVC website
This article and the sample ASP.NET MVC 5.0 web application will demonstrate how to convert a generic list to byte array in Excel by using Open XML SDK. You will also see how to dynamically create an Excel file for data distributions from an ASP.NET MVC website.

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