一、对excel的写操作实例:将一个列表的数据写入excel, 第一行是标题,下面行数具体的数据import xlwt#只能写不能读stus = [['姓名', '年龄', '性别', '分数'], ['mary', 20, '女', 89.9], ['mary', ...