Update Task02 Python与Excel.md

This commit is contained in:
Muxiaoxiong 2021-06-15 22:09:58 +08:00 committed by GitHub
parent f127eb3a7d
commit cc1d2a49f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ exl = load_workbook(filename = 'test.xlsx')
print(exl.sheetnames) print(exl.sheetnames)
``` ```
2. 根据名称或去表格 2. 根据名称获取表格
``` ```
from openpyxl import load_workbook from openpyxl import load_workbook