Description:I want to convert my json object to csv downloadable file for excel, I am having a simple list of submitted forms and the data is coming in the form of json against a ajax request on a controller method in C# ,that is why i want to convert my json on client side through jquery or javascipt.
Posted by: Umer khan | Posted on: Dec 12, 2019
2
You can place the following code in a separate js file and link that file to your page.
Then for the utilization of above code you can just pass your json in the object as shown in the following code
Replied by: Khalid Abbas | Replied on: Dec 13, 2019