I have a html table which is populated dynamically. I need to put 4 buttons below it which enables exporting the table structure and data to Excel, Word, PDF and CSV.
What is the best/easiest approach to implement this?
I don't think relying on the client installed application is a great idea so I am thinking to provide this feature using backend code (c#).
Thanks.