We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d85cf commit c11c4adCopy full SHA for c11c4ad
1 file changed
Drake-Z/0014/0014.py
@@ -25,7 +25,7 @@ def txt_to_xlsx(filename):
25
worksheet.cell(row = i, column = 1).value = i
26
for m in range(0, len(file_cintent[str(i)])):
27
worksheet.cell(row = i, column = m+2).value = file_cintent[str(i)][m]
28
- workbook.save(filename = 'student.xlsx')
+ workbook.save(filename = 'student.xls')
29
30
if __name__ == '__main__':
31
txt_to_xlsx('student.txt')
0 commit comments