diff --git a/doorstop/core/exporter.py b/doorstop/core/exporter.py index f90f5a0e8..101e51b68 100644 --- a/doorstop/core/exporter.py +++ b/doorstop/core/exporter.py @@ -270,7 +270,7 @@ def _get_xlsx(obj, auto): worksheet.column_dimensions[col_letter].width = width # Freeze top row - worksheet.freeze_panes = worksheet.cell(row=1, column=1) + worksheet.freeze_panes = worksheet.cell(row=2, column=1) return workbook