Python读取excel表格时,意外的深入理解info字典问题
摘要:
import xlrd import re def excel_table_byindex(): data = xlrd.open_workbook('crawlingPhonePrice_new.xlsx') #打开一个excel表格,表格有手机名,价格 table=data.sheets()[0] nrows=table.nrows ncols=tabl... 阅读全文
posted @ 2017-08-22 17:48 一路致金 阅读(637) 评论(0) 推荐(0)
浙公网安备 33010602011771号