diff --git a/OfficeAutomation/Task02 Python与Excel.md b/OfficeAutomation/Task02 Python与Excel.md index f439c8f..3d57126 100644 --- a/OfficeAutomation/Task02 Python与Excel.md +++ b/OfficeAutomation/Task02 Python与Excel.md @@ -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) ``` #### 读取多个格子的值