Filling XLSX: Everything except multiple choice.
All threads resolved!
All threads resolved!
Compare changes
Files
7@@ -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,57 @@ out: union[dict, None]
@@ -326,24 +333,20 @@ out: union[dict, None]
@@ -365,7 +368,8 @@ result: str
@@ -373,11 +377,17 @@ validation_schema: dict, optional