From 91811d0778dd42afccbf0665c4111fa51659bf29 Mon Sep 17 00:00:00 2001 From: Muxiaoxiong <46742031+muxiaoxiong@users.noreply.github.com> Date: Mon, 14 Jun 2021 13:58:17 +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 9d2e7bd..b95dcdf 100644 --- a/OfficeAutomation/Task02 Python与Excel.md +++ b/OfficeAutomation/Task02 Python与Excel.md @@ -299,7 +299,7 @@ workbook.save(filename = 'new_test.xlsx') workbook.save(filename='new_test') ``` -#### 设置对其样式 +#### 设置对齐样式 水平对齐:`distributed, justify, center, left, fill, centerContinuous, right, general`