xlwings-utils 25.0.6.post1__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.

@@ -702,9 +702,9 @@ 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
- bl = self.mimimized()
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]
@@ -875,4 +875,3 @@ def trigger_macro(sheet):
875
875
 
876
876
  if __name__ == "__main__":
877
877
  ...
878
-
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xlwings_utils
3
- Version: 25.0.6.post1
3
+ Version: 25.0.6.post4
4
4
  Summary: xlwings_utils
5
5
  Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/salabim/xlwings_utils
@@ -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=arj8LGanSJk3pKER9_cIMNuCB77hBVtiPpiKUaXqqKY,25775
3
- xlwings_utils-25.0.6.post1.dist-info/METADATA,sha256=snoNirXQ3raz5U8jZDs7f5wiCuMZ1BrXKtiWYsfkY54,12255
4
- xlwings_utils-25.0.6.post1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
- xlwings_utils-25.0.6.post1.dist-info/top_level.txt,sha256=kf5SEv0gZiRObPhUoYcc1O_iX_wwTOPeUIYvzyYeAM4,14
6
- xlwings_utils-25.0.6.post1.dist-info/RECORD,,