Filling XLSX: Everything except multiple choice.
All threads resolved!
All threads resolved!
Compare changes
Files
10@@ -23,12 +23,15 @@
@@ -52,22 +55,13 @@ def _get_column_types(sheet: Worksheet) -> OrderedDict:
@@ -141,8 +135,9 @@ def _read_or_dict(data: Union[dict, str, TextIO]) -> dict:
@@ -190,10 +185,19 @@ class TemplateFiller:
@@ -271,20 +275,24 @@ out: union[dict, None]
@@ -295,26 +303,27 @@ out: union[dict, None]
@@ -327,7 +336,11 @@ out: union[dict, None]
@@ -352,7 +365,8 @@ result: str
@@ -360,10 +374,19 @@ validation_schema: dict, optional