We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36ff4a commit 4eaef99Copy full SHA for 4eaef99
1 file changed
io_helpers/export_formatted_excel.py
@@ -11,4 +11,4 @@ def export_summary_to_excel(df, filename="output.xlsx"):
11
format1 = workbook.add_format({'num_format': '#,##0', 'bold': True})
12
worksheet.set_column('A:Z', 18, format1)
13
14
- writer.save()
+ writer.close()
0 commit comments