Filling XLSX: Everything except multiple choice.
All threads resolved!
All threads resolved!
Compare changes
Files
5@@ -27,10 +27,12 @@ import pathlib
@@ -54,11 +56,10 @@ def _get_column_types(sheet: Worksheet) -> OrderedDict:
@@ -135,8 +136,9 @@ def _read_or_dict(data: Union[dict, str, TextIO]) -> dict:
@@ -281,16 +283,17 @@ out: union[dict, None]
@@ -301,26 +304,27 @@ out: union[dict, None]
@@ -329,7 +333,8 @@ out: union[dict, None]
@@ -340,7 +345,8 @@ out: union[dict, None]
@@ -362,7 +368,8 @@ result: str
@@ -375,10 +382,12 @@ validation_schema: dict, optional