forked from ScoDoc/ScoDoc
apres refactor merge cells
This commit is contained in:
parent
66480f0d11
commit
4feeee66af
@ -264,7 +264,7 @@ class ParcoursDesc:
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
frame = ws.get_frame_engine(
|
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)
|
column = self.handle_description(ws, titles, 1, 1)
|
||||||
frame.close(4, column - 1)
|
frame.close(4, column - 1)
|
||||||
|
@ -298,7 +298,7 @@ class ScoExcelSheet:
|
|||||||
):
|
):
|
||||||
cell: Sco_Cell = self.cells[row][column]
|
cell: Sco_Cell = self.cells[row][column]
|
||||||
cell.text = text
|
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):
|
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,
|
"""Détermine la largeur d'une colonne. cle -- identifie la colonne ("A" "B", ... ou 0, 1, 2, ...) si None,
|
||||||
|
Loading…
Reference in New Issue
Block a user