GitHub
CommandsDownload All Tables
Commands

Download All Tables

Convert standard HTML tables on the active webpage into downloadable CSV files.

Table download
Active webpage → CSV
Detect tablesFind standard HTML table elements
Convert rowsSerialize headers and cells as CSV
DownloadSave through the browser
#1

Download HTML tables as CSV

Download All Tables reads standard HTML table elements from the active webpage and converts their rows and cells into CSV downloads.

Default prefix · dat

Use the configured Download All Tables action prefix; dat is the default in Prefix Settings.

What is detected

The command looks for actual table elements in the page document, including their visible header and body cells.

Output

Detected tables are serialized as CSV files and sent through the browser download flow.

Scope

The command processes the currently active webpage, not tables stored in other tabs or saved SuperCommands objects.

#2

Extract the current page’s tables

Use the command on a page whose tabular data has finished loading.

1Open the source page

Navigate to the page containing the table and wait for its rows to appear.

2Run Download All Tables

Open webpage search and select the command by name or configured prefix.

3Open the downloaded CSV

Use the browser Downloads list to open each generated file in a spreadsheet application.

#3

Understand what can be exported

The command converts HTML tables; a layout that only looks like a table may not expose rows and cells in the required structure.

Included

Text contained in detected table header and data cells.

Not guaranteed

Canvas charts, images of tables, virtualized grids, or custom div-based layouts that do not use HTML table markup.

Best result

Run the command after pagination, filters, or lazy-loaded rows display the exact data you want to export.