mirror of
https://github.com/F1r3f0x/Xl_to_SQL.git
synced 2026-08-14 01:16:43 -04:00
Scans a formated excel file and creates an sql script to fill a database.
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| example_book.xlsx | ||
| example_output.sql | ||
| license.txt | ||
| readme.md | ||
| requirements.txt | ||
| Xl_to_SQL.py | ||
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