xlwings-utils 25.0.6.post3__py3-none-any.whl → 25.0.6.post4__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 -1
- {xlwings_utils-25.0.6.post3.dist-info → xlwings_utils-25.0.6.post4.dist-info}/METADATA +1 -1
- xlwings_utils-25.0.6.post4.dist-info/RECORD +6 -0
- xlwings_utils-25.0.6.post3.dist-info/RECORD +0 -6
- {xlwings_utils-25.0.6.post3.dist-info → xlwings_utils-25.0.6.post4.dist-info}/WHEEL +0 -0
- {xlwings_utils-25.0.6.post3.dist-info → xlwings_utils-25.0.6.post4.dist-info}/top_level.txt +0 -0
xlwings_utils/xlwings_utils.py
CHANGED
|
@@ -704,7 +704,7 @@ class block:
|
|
|
704
704
|
count = 0
|
|
705
705
|
for column in range(1, self.number_of_columns + 1):
|
|
706
706
|
row = 1
|
|
707
|
-
bl = self.
|
|
707
|
+
bl = self.minimized()
|
|
708
708
|
while row <= self.number_of_rows:
|
|
709
709
|
if self[row, column] and self[row, column].startswith("<file=") and self[row, column].endswith(">"):
|
|
710
710
|
filename = self[row, column][6:-1]
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
xlwings_utils/__init__.py,sha256=FdaRztevSu5akGL7KBUBRzqwLMRTdvVUuS2Kfp2f1Uc,68
|
|
2
|
+
xlwings_utils/xlwings_utils.py,sha256=znZtMTebQuTZ4ZvLITbfDlZCdzba7Avlz9RCLXq5LYk,25788
|
|
3
|
+
xlwings_utils-25.0.6.post4.dist-info/METADATA,sha256=O8dVqUWel4m__6PgnkWLR_08whGUUJGRuuy77FxfxRM,12255
|
|
4
|
+
xlwings_utils-25.0.6.post4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
xlwings_utils-25.0.6.post4.dist-info/top_level.txt,sha256=kf5SEv0gZiRObPhUoYcc1O_iX_wwTOPeUIYvzyYeAM4,14
|
|
6
|
+
xlwings_utils-25.0.6.post4.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
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,,
|
|
File without changes
|
|
File without changes
|