How to Generate Report in MS Excel Format.
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have to generate Report in MS excel from my ASP.Net/C# Application. How i should proceed. Any suggestion,Tutorial,link would be great help. Thanks
-
Hi, I have to generate Report in MS excel from my ASP.Net/C# Application. How i should proceed. Any suggestion,Tutorial,link would be great help. Thanks
Hi, Is the data for exporting to Excel is available in a dataset? Then it is possible to export. Download this dll and use.Only two lines of code required. This is the link: http://www.codeproject.com/KB/aspnet/ExportClassLibrary.aspx?display=Print[^] Thanks, meeram395
Meeram395