From 5e558ecee315fbe3ded790954e89d9b477b9757e Mon Sep 17 00:00:00 2001 From: Muxiaoxiong <46742031+muxiaoxiong@users.noreply.github.com> Date: Thu, 10 Jun 2021 16:00:13 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Task02=20Python=E4=B8=8EExcel.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OfficeAutomation/Task02 Python与Excel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ``` #### 读取多个格子的值