This package has been deprecated

Author message:

Package changed to sheet2sql - https://www.npmjs.com/package/sheet2sql

xlsx2mysql

1.0.1 • Public • Published

excel2mysql.js

A node module for generating queries & importing to mysql from excel files

Table of Contents

Installation Instructions
Usage
Configuration
Demo
Support
Notes

Installation-instructions

From npm: npm install xlsx2mysql

Usage

Require module:
const excel2Mysql = require("xlsx2mysql");

To generating mysql import queries:
excel2Mysql.exportExcelToQuery(excelFile, config, sqlFile);

Configuration

Demo

Go to folder demo and run: node demo.js, a query file will be generated from mission.xlsx.

Support

Notes

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i xlsx2mysql

    Weekly Downloads

    2

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    111 kB

    Total Files

    14

    Last publish

    Collaborators

    • zeroboo