Added left calendar dates parsing

This commit is contained in:
2025-10-05 14:19:59 +03:00
parent cee8b64eaf
commit 777fae4276
4 changed files with 130 additions and 19 deletions

View File

@@ -53,7 +53,7 @@ def remove_from_list(l: list, todel: list):
return l
def parse_all_dirt(reader: "ExcelSheetReader", min_pos, right, down):
def parse_all_dirt(reader: "ExcelSheetReader", min_pos: Coord, right, down):
RET = set()
row = min_pos.row