Search code examples
.netreportingexport-to-excel

Reporting tool for Excel


We are developing a Asp.net 3.5 web application for a rather strict environment. We need to generate reports and export them to Excel.

Please suggest some tool which we don't need to install into GAC. Because to install anything into GAC we have to go through many hurdles.


Solution

  • Check out http://www.codeplex.com/ExcelPackage

    It has some limitations, like no proper support for graphs, but you can get around that by predefining the graphs in a template file.