Update Task02 Python与Excel.md

This commit is contained in:
Muxiaoxiong 2021-06-14 13:57:30 +08:00 committed by GitHub
parent ef597b9ade
commit 2b5303d6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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