/xlsx2sql

Convert .xlsx file to sql format

Primary LanguageJavaMIT LicenseMIT

xlsx2sql

Goal

This tool aims to easily create sql script from an xlsx file.

Requirements

  • Java JDK 11+
  • Apache Maven 3.6.3

Compiling the project

  1. Clone the project

    $ git clone https://github.com/bfresnel/xlsx2sql.git
  2. Go to the project folder then use maven

    $ cd xlsx2sql
    $ mvn clean install