Generating an Excel file in ASP.NET

Posted by Dan Coates on Stack Overflow See other posts from Stack Overflow or by Dan Coates
Published on 2008-09-29T19:49:11Z Indexed on 2010/03/28 17:33 UTC
Read the original article Hit count: 270

Filed under:
|
|

I am about to add a section to an ASP.NET app (VB.NET codebehind) that will allow a user to get data returned to them as an Excel file, which I will generate based on database data. While there are several ways of doing this, each has its own drawbacks. How would you return the data? I'm looking for something that's as clean and straightforward as possible.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about vb.net