XLSX-Konverter: Bessere Fehlermeldung bei inkorrektem Typ in Spalte, zusätzlicher Spalte
All threads resolved!
Compare changes
Files
5@@ -25,10 +25,11 @@ from __future__ import annotations
@@ -46,6 +47,105 @@ def _strict_bool(value: Any) -> bool:
@@ -55,10 +155,9 @@ class ForeignError(KeyError):
@@ -69,21 +168,25 @@ documentation.
@@ -91,27 +194,47 @@ strict: bool, optional
@@ -177,24 +300,29 @@ out: dict
@@ -206,8 +334,11 @@ fail_later: bool, optional
@@ -220,24 +351,41 @@ fail_later: bool, optional
@@ -251,6 +399,12 @@ fail_later: bool, optional
@@ -267,9 +421,9 @@ fail_later: bool, optional
@@ -296,33 +450,31 @@ the values given in the ``foreign`` specification.
@@ -340,29 +492,29 @@ This includes:
@@ -405,31 +557,31 @@ def _set_in_nested(mydict: dict, path: list, value: Any, prefix: list = [], skip
@@ -473,25 +625,25 @@ def to_dict(xlsx: Union[str, BinaryIO], schema: Union[dict, str, TextIO],