Konversi excel menjadi sqllite db menggunakan python

from xls2db import xls2db
xls2db("infile.xls", "outfile.db")
Thoughtless Tamarin