Removed dead code.
This commit is contained in:
parent
bbea3ad328
commit
a915ac63f1
|
|
@ -226,8 +226,6 @@ def write_xlsx(filename, groups, col_fields, head_names, cfg):
|
||||||
# First rowe for the information
|
# First rowe for the information
|
||||||
r_info_start = 1 if cfg.xlsx.title else 0
|
r_info_start = 1 if cfg.xlsx.title else 0
|
||||||
max_width = cfg.xlsx.max_col_width
|
max_width = cfg.xlsx.max_col_width
|
||||||
if max_width < 20:
|
|
||||||
max_width = 20
|
|
||||||
|
|
||||||
# #######################
|
# #######################
|
||||||
# Create all the formats
|
# Create all the formats
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue