xlwings-utils 25.0.6.post0__py3-none-any.whl → 25.0.6.post3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of xlwings-utils might be problematic. Click here for more details.
- xlwings_utils/xlwings_utils.py +1 -2
- {xlwings_utils-25.0.6.post0.dist-info → xlwings_utils-25.0.6.post3.dist-info}/METADATA +1 -1
- xlwings_utils-25.0.6.post3.dist-info/RECORD +6 -0
- xlwings_utils-25.0.6.post0.dist-info/RECORD +0 -6
- {xlwings_utils-25.0.6.post0.dist-info → xlwings_utils-25.0.6.post3.dist-info}/WHEEL +0 -0
- {xlwings_utils-25.0.6.post0.dist-info → xlwings_utils-25.0.6.post3.dist-info}/top_level.txt +0 -0
xlwings_utils/xlwings_utils.py
CHANGED
|
@@ -702,7 +702,7 @@ class block:
|
|
|
702
702
|
decode the block with encoded file(s) to individual pyoidide files
|
|
703
703
|
"""
|
|
704
704
|
count = 0
|
|
705
|
-
for column in self.number_of_columns:
|
|
705
|
+
for column in range(1, self.number_of_columns + 1):
|
|
706
706
|
row = 1
|
|
707
707
|
bl = self.mimimized()
|
|
708
708
|
while row <= self.number_of_rows:
|
|
@@ -875,4 +875,3 @@ def trigger_macro(sheet):
|
|
|
875
875
|
|
|
876
876
|
if __name__ == "__main__":
|
|
877
877
|
...
|
|
878
|
-
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
xlwings_utils/__init__.py,sha256=FdaRztevSu5akGL7KBUBRzqwLMRTdvVUuS2Kfp2f1Uc,68
|
|
2
|
+
xlwings_utils/xlwings_utils.py,sha256=P5GMfrG94ICyNTgHDT-jZI3a0oRSsnzR-25UKGcyulo,25788
|
|
3
|
+
xlwings_utils-25.0.6.post3.dist-info/METADATA,sha256=1YBjkDhO_X0ahbfgPhtG74yhkL5mfRyZM7nen0xgOH0,12255
|
|
4
|
+
xlwings_utils-25.0.6.post3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
xlwings_utils-25.0.6.post3.dist-info/top_level.txt,sha256=kf5SEv0gZiRObPhUoYcc1O_iX_wwTOPeUIYvzyYeAM4,14
|
|
6
|
+
xlwings_utils-25.0.6.post3.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
xlwings_utils/__init__.py,sha256=FdaRztevSu5akGL7KBUBRzqwLMRTdvVUuS2Kfp2f1Uc,68
|
|
2
|
-
xlwings_utils/xlwings_utils.py,sha256=arj8LGanSJk3pKER9_cIMNuCB77hBVtiPpiKUaXqqKY,25775
|
|
3
|
-
xlwings_utils-25.0.6.post0.dist-info/METADATA,sha256=uUqweJdGbgthjjuACxO2JwfgsBojtsyIrWeBRahVQIo,12255
|
|
4
|
-
xlwings_utils-25.0.6.post0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
-
xlwings_utils-25.0.6.post0.dist-info/top_level.txt,sha256=kf5SEv0gZiRObPhUoYcc1O_iX_wwTOPeUIYvzyYeAM4,14
|
|
6
|
-
xlwings_utils-25.0.6.post0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|