Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 404 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 404 Bytes

Excel2SQL

RS - provato 9 luglio 2017 - interrotto perchè troppo grezzo!

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