xlsx-mysql

JSON →
library 1.0.8 ·javascript abandoned
verified Jun 5, 2026

XLSX-MySQL is a Node.js library (v1.0.8) that compares an XLSX workbook against a MySQL database and applies workbook changes as SQL updates. It wraps the csv-mysql package with XLSX-to-CSV conversion via the xlsx module. The library is experimental and minimally functional: the main export is a function that takes a config object but returns nothing, relies on a sleep-based workaround for sheet processing, and requires exact sheet-to-table and column name matching. No active maintenance or release cadence; known issues remain unfixed. Not recommended for production use.