Skip to content

Commit

Permalink
resolves #11
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogaardt committed Nov 7, 2021
1 parent c9c7a3e commit c9b47cc
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 @@ -48,7 +48,7 @@ def to_excel(self):
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 c9b47cc

Please sign in to comment.