Filling XLSX: Everything except multiple choice.
All threads resolved!
All threads resolved!
Compare changes
Files
15@@ -23,12 +23,16 @@
@@ -52,11 +56,10 @@ def _get_column_types(sheet: Worksheet) -> OrderedDict:
@@ -133,8 +136,9 @@ def _read_or_dict(data: Union[dict, str, TextIO]) -> dict:
@@ -182,10 +186,19 @@ class TemplateFiller:
@@ -263,20 +276,24 @@ out: union[dict, None]
@@ -287,26 +304,32 @@ out: union[dict, None]
@@ -319,7 +342,11 @@ out: union[dict, None]
@@ -344,7 +371,8 @@ result: str
@@ -352,10 +380,19 @@ validation_schema: dict, optional