简体   繁体   中英

Chrome, Export html table to Excel

Chrome is missing ability to export html table to Excel like Internet Explorer have. Is there any workaround for this?

I think that might be quite easy to select part of text in table and loop with Javascript and get the table without knowing table class name.

Somekind partial solution is this bookmarklet which takes table data by selection, converts it to csv and add whole thing to textarea below the original table.

https://gist.github.com/poezn/4278379

For the 2022 reader. There are a few Chrome extensions available to do this.

Table Capture works pretty well. There's a paid feature to export to CSV, but I just use copy to clipboard (which is CSV data) then paste into a text file, and name my-table.csv.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM