Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorlogius/tbl2csv
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)
https://github.com/igorlogius/tbl2csv
firefox firefox-addon firefox-extension firefox-webextension
Last synced: about 2 months ago
JSON representation
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)
- Host: GitHub
- URL: https://github.com/igorlogius/tbl2csv
- Owner: igorlogius
- License: bsd-2-clause
- Created: 2020-06-18T07:40:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T07:20:29.000Z (2 months ago)
- Last Synced: 2024-09-13T19:59:00.210Z (2 months ago)
- Topics: firefox, firefox-addon, firefox-extension, firefox-webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/tbl2csv/
- Size: 93.8 KB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)
[![](https://raw.githubusercontent.com/igorlogius/igorlogius/main/geFxAddon.png)](https://addons.mozilla.org/en-US/firefox/addon/tbl2csv/)
### [Click here to report a bug, make a suggestion or ask a question](https://github.com/igorlogius/igorlogius/issues/new/choose)
Short Demo Video:
https://github.com/igorlogius/tbl2csv/assets/67047467/df43f0a3-101c-4e82-8a24-74d2cc82b018
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 )