Skip to content
Get started

Download structured sheet export

$ deeptable structured-sheets download
GET/v1/structured-sheets/{structured_sheet_id}/download

Download the structured data in the specified format. Only available when conversion status is 'completed'.

Available formats:

  • sqlite: SQLite database containing all extracted tables
  • cell_labels: CSV file with cell-level semantic labels
ParametersExpand Collapse
--structured-sheet-id: string

The unique identifier of the structured sheet conversion.

--format: optional "sqlite" or "cell_labels"

The export format to download.

ReturnsExpand Collapse
unnamed_schema_1: file path

Download structured sheet export

deeptable structured-sheets download \
  --api-key 'My API Key' \
  --structured-sheet-id ss_01kfxgjd94fn9stqm42nejb627
Returns Examples