xlsx -> json conversion
Compare changes
@@ -22,12 +22,16 @@
@@ -42,6 +46,12 @@ def _strict_bool(value: Any) -> bool:
@@ -56,7 +66,8 @@ documentation.
@@ -65,16 +76,31 @@ xlsx: Union[str, BinaryIO]
@@ -82,12 +108,73 @@ out: dict
@@ -95,6 +182,11 @@ defined by the sheet's "proper name" and the content of the foreign columns.
@@ -106,7 +198,7 @@ Look at ``xlsx_utils.get_path_position`` for the specification of the "proper na
@@ -114,7 +206,7 @@ Look at ``xlsx_utils.get_path_position`` for the specification of the "proper na
@@ -147,13 +239,18 @@ Look at ``xlsx_utils.get_path_position`` for the specification of the "proper na
@@ -187,7 +284,12 @@ the values given in the ``foreign`` specification.
@@ -208,8 +310,16 @@ This includes:
@@ -217,23 +327,14 @@ This includes:
@@ -368,7 +469,8 @@ mydict: dict
@@ -379,10 +481,17 @@ xlsx: Union[str, BinaryIO]