文章分类 -  python

摘要:```python import xlrd import xlwt # 打开工作簿 book = xlrd.open_workbook("1.xls") # 工作表行、列、单元格的读取 print("The number of worksheets is {0}".format(book.nshee 阅读全文
posted @ 2023-06-04 22:47 msnhce 阅读(92) 评论(0) 推荐(0)