read_excel
Read an Excel file and output its data in JSON format, enabling easy integration into data pipelines.
Instructions
Lee un archivo Excel y devuelve los datos en formato JSON
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Ruta del archivo Excel | |
| sheetName | No | Hoja a leer (opcional, default: primera) | |
| hasHeaders | No | Primera fila son encabezados |