To export data from database to Excel, PDF, HTML, RTF, XML, CSV or other popular office files is not a big deal. Not long ago, I read an article about this for C#. The solution in that article used a free .net component which is really a good free program for data exporting. And in this article I will show you a program which can export data from database to popular Office files for ASP.NET without automation. This ASP.NET web application will still us....