Hi in my MVC3(Razor) application am using Jqgrid and JSON as its input.
I want to export all the data into excel.
Is there any method to export jqgrid to excel or export JSON to excel?
If any body knows please share.
            Asked
            
        
        
            Active
            
        
            Viewed 1,196 times
        
    0
            
            
        
        Nithesh Narayanan
        
- 11,481
 - 34
 - 98
 - 138
 
- 
                    See http://stackoverflow.com/questions/5526331/how-to-enable-excel-export-button-for-jqgrid. Although it is highly recommended to do this all server side of possible – Adam Tuliper Oct 04 '12 at 05:57
 
1 Answers
3
            In the answer you will find the code and the description why I think that one should use Open XML SDK 2.0 on the server side instead of the usage of some kind of conversion in jqGrid (on the client side).