Skip to content

Commit 4eaef99

Browse files
committed
Update export_formatted_excel.py
.close fix
1 parent a36ff4a commit 4eaef99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

io_helpers/export_formatted_excel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def export_summary_to_excel(df, filename="output.xlsx"):
1111
format1 = workbook.add_format({'num_format': '#,##0', 'bold': True})
1212
worksheet.set_column('A:Z', 18, format1)
1313

14-
writer.save()
14+
writer.close()

0 commit comments

Comments
 (0)