Issue Retrieving Data from Excel

前端 未结 0 1372
生来不讨喜
生来不讨喜 2020-12-13 05:46

Code:

    wb = xlrd.open_workbook(loc)
    sheet = wb.sheet_by_index(0)
    if (sheet.cell_value(0, 0)) == \'Line 1\':
        NewSubmitSubject()
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题