Skip to content

Commit d44a72c

Browse files
author
lwhhhh
committed
修改了在错误的sheet上工作的问题
1 parent cf04b08 commit d44a72c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lwh/14/SaveToExcel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
def write_test():
99
wb = Workbook() # 1.creat a work book
1010
wb_sheet0 = wb.create_sheet("student") # 2.create a sheet in the work book
11-
wb_sheet0 = wb.active
1211

1312
datas_str = ""
1413
datas_dict = {}

0 commit comments

Comments
 (0)