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