Konwertuj Excel na sqllite db za pomocą Pythona
from xls2db import xls2db
xls2db("infile.xls", "outfile.db")
Thoughtless Tamarin
from xls2db import xls2db
xls2db("infile.xls", "outfile.db")