There is an export button on the page. Click the export button to export the table in the page content to an excel table. How to achieve this? Please give me some advice
Node can read and write files. If you are not a node and only have js, you can try js-xlsx (https://github.com/SheetJS/js...). I just made a function to import and export excel, and I used this. The reference website is: http://www.jianshu.com/p/74d4... .
Node can read and write files. If you are not a node and only have js, you can try js-xlsx (https://github.com/SheetJS/js...). I just made a function to import and export excel, and I used this. The reference website is: http://www.jianshu.com/p/74d4... .
Export to csv file, export the json of the page to csv and then use it directly in excel. json2csv