## 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 ### Parameters - `--structured-sheet-id: string` The unique identifier of the structured sheet conversion. - `--format: optional "sqlite" or "cell_labels"` The export format to download. ### Returns - `unnamed_schema_1: file path` ### Example ```cli deeptable structured-sheets download \ --api-key 'My API Key' \ --structured-sheet-id ss_01kfxgjd94fn9stqm42nejb627 ```