Search code examples
asp.netformatted

ASP.NET - Export formatted data in excel file


I want to export a datable to excel file. The data should be formatted and in readable format.

Can anyone suggest me ways to do this ? Also please suggest ready made free library which we can use in ASP.NET for formatted exporting.

Thanks


Solution

  • try http://epplus.codeplex.com/ Nowadays I work on exporting excel and this is the best I tried so far. Easy to use.