https://github.com/antiproblemist/excel2sql
Convert excel wokrbook (All Sheets) to sqlite database
https://github.com/antiproblemist/excel2sql
Last synced: 4 months ago
JSON representation
Convert excel wokrbook (All Sheets) to sqlite database
- Host: GitHub
- URL: https://github.com/antiproblemist/excel2sql
- Owner: antiproblemist
- License: apache-2.0
- Created: 2016-03-19T04:30:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T04:32:48.000Z (about 9 years ago)
- Last Synced: 2024-08-13T07:08:26.443Z (8 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - antiproblemist/excel2sql - Convert excel wokrbook (All Sheets) to sqlite database (Python)
README
# Excel2SQL
This code uses the openpyxl package for playing around with excel using Python code
to convert complete excel workbook (all sheets) to an SQLite database
The code assumes that the first row of every sheet is the column name
Every sheet is stored in a separate table
The sheet name is assigned as the table name for every sheet