forked from ScoDoc/ScoDoc
adjust NIP colum width
This commit is contained in:
parent
f1bb5ffa9c
commit
4d07de20d5
@ -463,7 +463,7 @@ def excel_feuille_saisie(evaluation: "Evaluation", titreannee, description, line
|
||||
ws.set_column_dimension_width("D", 164.0 / 7) # groupes
|
||||
ws.set_column_dimension_width("E", 115.0 / 7) # notes
|
||||
ws.set_column_dimension_width("F", 355.0 / 7) # remarques
|
||||
ws.set_column_dimension_width("G", 11.0 / 7) # colonne NIP
|
||||
ws.set_column_dimension_width("G", 72.0 / 7) # colonne NIP
|
||||
ws.set_column_dimension_hidden("G", True) # colonne NIP cachée
|
||||
|
||||
# fontes
|
||||
|
Loading…
Reference in New Issue
Block a user