I have a task to export the html data to excel using C#. I have converted the data into JSON object and how to create a excel from the Custom object.I have a custom object as Employee which has properties as Name,Address and Salary.
Can any one help me regarding this ?