Enable validation in table_json_conversion.convert.to_dict for use in XLSX-converter
Compare changes
@@ -31,6 +31,7 @@ from operator import getitem
@@ -152,6 +153,51 @@ class ForeignError(KeyError):
@@ -328,7 +374,7 @@ class XLSXConverter:
@@ -563,7 +609,7 @@ class XLSXConverter:
@@ -707,8 +753,6 @@ def _set_in_nested(mydict: dict, path: list, value: Any, prefix: list = [], skip
@@ -733,9 +777,5 @@ def to_dict(xlsx: Union[str, BinaryIO], schema: Union[dict, str, TextIO],