forked from ScoDoc/ScoDoc
apres refactor merge cells
This commit is contained in:
parent
4feeee66af
commit
d3b9f44c6c
@ -268,7 +268,6 @@ class ParcoursDesc:
|
||||
)
|
||||
column = self.handle_description(ws, titles, 1, 1)
|
||||
frame.close(4, column - 1)
|
||||
|
||||
return column
|
||||
|
||||
def generate_header(self, ws: ScoExcelSheet):
|
||||
|
@ -590,7 +590,7 @@ class FMT(Enum):
|
||||
@classmethod
|
||||
def compose(cls, composition: list[("FMT", int)], signature: int = 0) -> int:
|
||||
for field, value in composition:
|
||||
signature = field.write(value, signature)
|
||||
signature = field.write(value, field.clear(signature))
|
||||
return signature
|
||||
|
||||
@classmethod
|
||||
|
Loading…
Reference in New Issue
Block a user