Update Task02 Python与Excel.md
This commit is contained in:
parent
f127eb3a7d
commit
cc1d2a49f2
|
@ -27,7 +27,7 @@ exl = load_workbook(filename = 'test.xlsx')
|
|||
print(exl.sheetnames)
|
||||
```
|
||||
|
||||
2. 根据名称或去表格
|
||||
2. 根据名称获取表格
|
||||
|
||||
```
|
||||
from openpyxl import load_workbook
|
||||
|
|
Loading…
Reference in New Issue