| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This a program written in python that take an xls file as a input, generate csv code for each sheet stored, and generate SQL insertion code for a quick databse testing. Some of the cool features including
git clone https://github.com/zhang96/ExcelToSQL
Install the require modules including:
Put the spreadsheet file in the folder and name it as data.xls, make sure it ends with .xls not .xlsx.
python run.py
#Todo
#Author zhang96
#License MIT, see LICENSE.txt.
| Back | FazBrowse Home | New Git URL |