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 779e5c0 commit c801c68Copy full SHA for c801c68
flattentool/input.py
@@ -581,7 +581,7 @@ def get_sheet_headings(self, sheet_name):
581
return []
582
583
if self.vertical_orientation:
584
- return [cell.value for cell in worksheet[_get_column_letter(skip_rows+1)][configuration_line:]]
+ return [cell.value for cell in worksheet[_get_column_letter(skip_rows + 1)][configuration_line:]]
585
586
try:
587
return [cell.value for cell in worksheet[skip_rows + configuration_line + 1]]
0 commit comments