Export to CSV using jQuery and html
问题 I have a tabular data which I need to export to csv without using any external plugin or api. I used the window.open method passing the mime types but faced issues like below: How to determine whether Microsoft Excel or Open Office is installed on the system using jquery The code should be independent of the fact that what is being installed on the system i.e., openoffice or ms excel. I believe CSV is the format which can be expected to show in both the editors. CODE <html> <head> <script src