write_excel
Write structured data to an Excel file. Specify target path, optional headers, and sheet name to organize information.
Instructions
Escribe datos a un archivo Excel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Datos a escribir | |
| headers | No | Encabezados | |
| filePath | Yes | Ruta donde guardar | |
| sheetName | No | Nombre de la hoja | Sheet1 |