Merge pull request #1161 from SpecLad:xls-comp-bug
This commit is contained in:
commit
bb15e735b8
@ -291,6 +291,7 @@ def main():
|
|||||||
sheet.write_merge(row, row + 1, col, col, caption, header_style)
|
sheet.write_merge(row, row + 1, col, col, caption, header_style)
|
||||||
else:
|
else:
|
||||||
sheet.write(row, col, caption, header_style)
|
sheet.write(row, col, caption, header_style)
|
||||||
|
col += 1
|
||||||
|
|
||||||
row += 2 if args.show_times_per_pixel else 1
|
row += 2 if args.show_times_per_pixel else 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user