getTwoSheets.py

# input: xlrd.book.Book
# output: two sheets
def getTwoSheets(bk):
return bk.sheets()[0], bk.sheets()[1]
posted @ 2021-10-05 20:28  石棠  阅读(29)  评论(0)    收藏  举报