近日想把excel的电影目录,写入sqllite数据库
方便以后查询,添加等 用到了xlrd
下面是第一部分 创建数据库表
#1080P目录.xls excel文件
#_*_ coding:utf-8 _*_
import os,sys,sqlite3,string
from xlrd import open_workbook
cx = sqlite3.connect("myMovie.db")
cu = cx.cursor()
cu.execute("""create table movieBook (id integer primary key,
numMovie integer,
chineseName text,
size real,
enName,
typeMovie,
pubYear,
soundCh