Update Task02 Python与Excel.md
This commit is contained in:
parent
ef597b9ade
commit
2b5303d6d0
|
@ -109,7 +109,7 @@ for col in sheet.iter_cols(min_row = 1, max_row = 5,
|
|||
|
||||
#### 练习题
|
||||
|
||||
找出text_1.xlsx中sheet1表中空着的格子,并输出这些格子的坐标
|
||||
找出test_1.xlsx中sheet1表中空着的格子,并输出这些格子的坐标
|
||||
|
||||
```
|
||||
from openpyxl import load_workbook
|
||||
|
|
Loading…
Reference in New Issue