Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogaardt authored May 24, 2024
1 parent 226d95a commit f1d949a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlcompose/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def to_excel(self):
self._write(sheet.layout, sheet.name)
sheet.layout.kwargs.update(sheet.kwargs)
self._set_worksheet_properties(sheet.layout, sheet.name)
self.writer.save()
self.writer.close()


def _write(self, exhibit, sheet, start_row=0, start_col=0):
Expand Down

0 comments on commit f1d949a

Please sign in to comment.