⚠️ DESTRUCTIVE/SCHEMA CHANGE: Import the first sheet of an XLSX file (first row = headers) into SQLite. Creates the table from headers when missing and reports row-level errors.
import_xlsxImport the first sheet of an XLSX file into SQLite, automatically creating a table from headers and reporting row-level errors for data quality.
Instructions
⚠️ DESTRUCTIVE/SCHEMA CHANGE: Import the first sheet of an XLSX file (first row = headers) into SQLite. Creates the table from headers when missing and reports row-level errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| fail_fast | No | ||
| file_path | Yes | ||
| batch_size | No | ||
| max_errors | No | ||
| sheet_name | No | ||
| create_table | No | ||
| database_name | No |