摘要: 打来表格 wb = xlrd.open_workbook('example.xlsx') 选择sheet sh=wb.sheet_by_index(序号) 表格的行数 sh.nrows 选取第m行第n列的格子的值 sh.cell(m,n).value 阅读全文
posted @ 2016-12-08 20:06 郑龙天 阅读(305) 评论(0) 推荐(0) 编辑