Node.js script to convert .xls and .xlsx files into INSERT or UPDATE statements.
$ npm install
$ node index.js
- Source excel file
- Target .sql filename
- Target [schema].table
- What type of statement to generate? INSERT / UPDATE
- Header title of the Primary Key column? (only if UPDATE was chosen)
MIT