Save HTML Tables, CSS Pseudo/DIV Tables or Lists (UL/OL) as a comma seperated values (CSV) file which can be opened with any spreadsheet processor (e.g. excel, libreoffice-calc,gnumeric) for further processing and conversion (e.g. to xls or ods)
Short Demo Video:
demo-2024-01-01_20.04.14.mp4
Technical, statistical or other data on the world wide web is sometimes only available as tables or lists. This add-on makes it very easy to save this data as a comma seperated values (csv) file.
Usage:
- Visit a site with table like data for example
- Click the extension icon to highlight the exportable tables and lists
- Right click inside one of the highlighted areas
- In the context menu select "tbl2csv" > "Export as TEXT" or "Export as HTML"
Difference between TEXT and HTML export modes
- TEXT: cell.innerText (ref. https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText )
- HTML := cell.innerHTML (ref. https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML )