Skip to content

stephenjtong/excel-2-sql-script-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convert xls files into sql script

Dependency

  • python 2.x
  • python lib: xlrd

Usage

command(python generateSQL.py [output file name,default:result.sql])

How it works

It will read excel sheets one by one. Each sheet as a database table. Read the first row of each sheet as the table name, will stop when first meet a blank cell in this row. Then read rest rows as data, empty row will be skiped.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages