打开表格中的某张工作表
import xlrd
book = xlrd.open_workbook('res_1000.xlsx')
sheet = book.sheet_by_name('Sheet1')
print('Hello world')
打开表格中的某张工作表
import xlrd
book = xlrd.open_workbook('res_1000.xlsx')
sheet = book.sheet_by_name('Sheet1')
print('Hello world')
本文标题:python DAYDAYUP
本文链接:https://www.haomeiwen.com/subject/iglrwhtx.html
网友评论