Update readExcel.py

不需要导入range
pull/88/head
zhouliang29 2022-12-11 00:51:19 +08:00 committed by GitHub
parent 94faec41b8
commit b0d0a4006d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from openpyxl import Workbook
from openpyxl.compat import range
# from openpyxl.compat import range
from openpyxl.cell import get_column_letter
wb = Workbook()
dest_filename = 'empty_book2.xlsx'