workbook = xlrd.open_workbook(r'C:\Users\猫子哥\Desktop\大断面数据.xlsx')
时间: 2023-10-10 22:11:23 浏览: 143
Workbook1.xlsx
As an AI language model, I am not able to access files on local computers. However, the code you provided seems to be using the xlrd library to open an Excel workbook located at the specified file path. The opened workbook can then be used to manipulate and extract data from the Excel file.
阅读全文