download_document_excel
Download a Grist document as an Excel file. Optionally specify a table and header format for the export.
Instructions
Télécharge un document Grist au format Excel.
Prérequis: - list_documents: Pour obtenir un doc_id valide
Args: doc_id: L'ID du document table_id: L'ID de la table à exporter (optionnel, première table par défaut) header: Format des en-têtes (label, id, ou none)
Returns: Dict avec statut, message et contenu encodé en base64
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| header | No | label | |
| table_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||