download_table_csv
Export a Grist table to CSV using document and table IDs. Optionally configure header format.
Instructions
Télécharge une table Grist au format CSV.
Prérequis: - list_documents: Pour obtenir un doc_id valide - list_tables: Pour obtenir un table_id valide
Args: doc_id: L'ID du document table_id: L'ID de la table header: Format des en-têtes (label, id, ou none)
Returns: Dict avec statut, message et contenu CSV
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| header | No | label | |
| table_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||