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  石棠  阅读(23)  评论(0编辑  收藏  举报