excel-to-mysql

JSON →
library 2.6.3 ·javascript
verified Jun 5, 2026

Converts Excel spreadsheets (XLS/XLSX/CSV) into MySQL tables, supporting both direct database insertion and SQL file generation. Current stable version is 2.6.3 (infrequent releases). It requires a pre-existing database and table name. Peer dependency on 'mysql' package. Key differentiators: supports custom row/column start/end, auto-increment IDs, verbose logging, and safe mode backup. Alternatives like 'xlsx-to-mysql' offer similar functionality. Note: The module has a typo in the main function name 'covertToMYSQL' which is intentionally misspelled.