diff --git a/xlcompose/core.py b/xlcompose/core.py index 0ba216d..168631c 100644 --- a/xlcompose/core.py +++ b/xlcompose/core.py @@ -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): """