Update Task02 Python与Excel.md

This commit is contained in:
Muxiaoxiong 2021-06-10 16:00:13 +08:00 committed by GitHub
parent c38eb47075
commit 5e558ecee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ print(cell_1.value)
2. 获取单元格对应的行、列和坐标
```
print(cell_1.row, cell_column, cell.coordinate)
print(cell_1.row, cell_1.column, cell.coordinate)
```
#### 读取多个格子的值