Download All Tables
Convert standard HTML tables on the active webpage into downloadable CSV files.
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.
Use the configured Download All Tables action prefix; dat is the default in Prefix Settings.
The command looks for actual table elements in the page document, including their visible header and body cells.
Detected tables are serialized as CSV files and sent through the browser download flow.
The command processes the currently active webpage, not tables stored in other tabs or saved SuperCommands objects.
Extract the current page’s tables
Use the command on a page whose tabular data has finished loading.
Navigate to the page containing the table and wait for its rows to appear.
Open webpage search and select the command by name or configured prefix.
Use the browser Downloads list to open each generated file in a spreadsheet application.
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.
Text contained in detected table header and data cells.
Canvas charts, images of tables, virtualized grids, or custom div-based layouts that do not use HTML table markup.
Run the command after pagination, filters, or lazy-loaded rows display the exact data you want to export.