Copies the selected row(s) plus column header names in the format selected for a the sub-menu:
- Comma-separated Values. A CSV table.
- Tab-separated Values. A Tab-delimited table
- Markdown. A table using Markdown mark-up.
- HTML. A table using HTML mark-up. Header rows use
th
tags for cells.
If all rows, or no rows, are selected the exported data is for the entire table.
For HTML, the thead
, tbody
, and tfoot
elements for header/body/footer sections are not used but can easily be added to the exported code.