打开表格中的某张工作表import xlrdbook = xlrd.open_workbook('res_1000.xlsx')sheet = book.sheet_by_name('Sheet1')print('Hello world')