XLSX-Konverter: Bessere Fehlermeldung bei inkorrektem Typ in Spalte, zusätzlicher Spalte
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,26 @@ documentation.
@@ -91,27 +195,47 @@ strict: bool, optional
@@ -147,8 +271,11 @@ out: dict
@@ -177,24 +304,29 @@ out: dict
@@ -206,8 +338,11 @@ fail_later: bool, optional
@@ -220,24 +355,41 @@ fail_later: bool, optional
@@ -251,6 +403,12 @@ fail_later: bool, optional
@@ -267,9 +425,9 @@ fail_later: bool, optional
@@ -296,33 +454,31 @@ the values given in the ``foreign`` specification.
@@ -340,29 +496,29 @@ This includes:
@@ -392,9 +548,6 @@ out: list[dict[str, list[list]]]
@@ -405,31 +558,31 @@ def _set_in_nested(mydict: dict, path: list, value: Any, prefix: list = [], skip
@@ -473,25 +626,25 @@ def to_dict(xlsx: Union[str, BinaryIO], schema: Union[dict, str, TextIO],