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 c093445 commit f360c86Copy full SHA for f360c86
1 file changed
lib/output.py
@@ -58,6 +58,7 @@ def save_report_excel_file(self, output_file_path=None, worksheet_files=[]):
58
workbook_name = filename
59
60
worksheet = workbook.add_worksheet(workbook_name)
61
+ worksheet.freeze_panes(1, 0)
62
with open(worksheet_file, 'rt', encoding='utf8') as f:
63
reader = csv.reader(f)
64
for r, row in enumerate(reader):
0 commit comments