F1r3f0x / Xl_to_SQL

Scans a formated excel file and creates an sql script to fill a database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xl to SQL

Scans a formatted excel file and creates an sql script to fill a database.

Dependencies:

  • Python 3.6
  • Openpyxl 2.4.5

Usage:

Xl_to_SQL.py [-h] [-o O] input_file
  • positional arguments:

    • input_file Input Excel file to process
  • optional arguments:

    • -h, --help show this help message and exit
    • -o O Output SQL script

TODO:

  • Locate tables in a single page
  • Multiple file processing

Patricio Labin Correa - 09/17

GPL 3 License

About

Scans a formated excel file and creates an sql script to fill a database.

License:MIT License


Languages

Language:Python 100.0%