The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Web application Export to Excel Advanced using open source library EPPlus
5 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Former memberPosted Aug 30, 2018, 6:21 AM
A detailed blog with sample code for formatting : http://wp.me/p3Osmq-zr
Sr KarthigaPosted Feb 26, 2016, 9:12 AM
good one
Sr KarthigaPosted Feb 26, 2016, 9:12 AM
nice explanation
nitinkumar yadavPosted Aug 3, 2012, 9:20 AM
It will give Duplicate header error in Chrome... Replace DateTime.Now.ToString("R") with DateTime.Now.ToString("R").Replace(",", "")
Sunil MorthaPosted Apr 10, 2012, 12:21 PM
Hi Amit, Thanks a lot for this Article. I found this simple and wonderful Article for Export to Excel. I have used and it is working fine in my Local (I am able to export a file size of 2MB). But when I try the same from server I am restricted to 1MB. Any suggestion on how to make it work on server.