apres refactor merge cells

This commit is contained in:
Jean-Marie Place 2023-05-20 11:44:01 +02:00
parent 66480f0d11
commit 4feeee66af
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ class ParcoursDesc:
],
)
frame = ws.get_frame_engine(
1, 1, SCO_BORDERTHICKNESS.BORDER_THICK, SCO_COLORS.BLUE
1, 1, SCO_BORDERTHICKNESS.BORDER_THICK
)
column = self.handle_description(ws, titles, 1, 1)
frame.close(4, column - 1)

View File

@ -298,7 +298,7 @@ class ScoExcelSheet:
):
cell: Sco_Cell = self.cells[row][column]
cell.text = text
self.signature = FMT.compose(composition, from_signature)
cell.alter(FMT.compose(composition, from_signature))
def set_column_dimension_width(self, cle=None, value=21):
"""Détermine la largeur d'une colonne. cle -- identifie la colonne ("A" "B", ... ou 0, 1, 2, ...) si None,