XLSX-Konverter: Bessere Fehlermeldung bei inkorrektem Typ in Spalte, zusätzlicher Spalte
All threads resolved!
Compare changes
Files
2- I. Nüske authored
MNT: Added a warning when column metadata is not configured, and a better error message when a column has a type but no path.
@@ -45,10 +45,16 @@ def _strict_bool(value: Any) -> bool:
@@ -77,10 +83,6 @@ def format_exception_table(exceptions: list(tuple), worksheet_title: str,
@@ -103,9 +105,9 @@ def format_exception_table(exceptions: list(tuple), worksheet_title: str,
@@ -296,12 +298,17 @@ class XLSXConverter:
@@ -349,6 +356,8 @@ class XLSXConverter:
@@ -372,8 +381,8 @@ class XLSXConverter: