Filling XLSX: Everything except multiple choice.
All threads resolved!
All threads resolved!
Compare changes
Files
11@@ -26,10 +26,13 @@ import json
@@ -53,11 +56,10 @@ def _get_column_types(sheet: Worksheet) -> OrderedDict:
@@ -134,8 +136,9 @@ def _read_or_dict(data: Union[dict, str, TextIO]) -> dict:
@@ -183,10 +186,19 @@ class TemplateFiller:
@@ -262,62 +274,62 @@ out: union[dict, None]
@@ -328,21 +340,15 @@ out: union[dict, None]
@@ -365,7 +371,8 @@ result: str
@@ -373,11 +380,17 @@ validation_schema: dict, optional