From 2b5303d6d0509b4a1fe1dc0710b6ed6c21229780 Mon Sep 17 00:00:00 2001 From: Muxiaoxiong <46742031+muxiaoxiong@users.noreply.github.com> Date: Mon, 14 Jun 2021 13:57:30 +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 cb8bd49..9d2e7bd 100644 --- a/OfficeAutomation/Task02 Python与Excel.md +++ b/OfficeAutomation/Task02 Python与Excel.md @@ -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