Export to Excel in Asp.net MVC
        Posted  
        
            by BigJoe714
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BigJoe714
        
        
        
        Published on 2008-11-19T14:15:17Z
        Indexed on 
            2010/05/08
            23:38 UTC
        
        
        Read the original article
        Hit count: 210
        
asp.net-mvc
I am working on an ASP.NET MVC application where I need to export data to an excel spreadsheet. Previously, in webforms apps, I used some code I found to render a GridView as an excel-compatible file. This was quite handy. I was wondering what the quickest/most effective method would be to do this in MVC. Thanks.
© Stack Overflow or respective owner