i am already creating a “table” by having a list of json objects. Is there any generic way i can export this to excel without a lot of custom coding for the details of the data itself?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, it is not possible (or at least the way is unknown to me).
Moreover, from your other questions one can see that you use custom formatter in the jqGrid with different colors and so on. With respect of solution on the server side which use for example Open XML SDK 2.0 you are able produce a perfect Excel table with all formating features which you need. You can for example create a template for the output Excel table with formating features which you need and create a new Excel document based on the template with the filling the data mostly.