xlwings-utils 25.0.6.post0__tar.gz → 25.0.6.post2__tar.gz

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xlwings_utils
3
- Version: 25.0.6.post0
3
+ Version: 25.0.6.post2
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
@@ -10,7 +10,7 @@ authors = [
10
10
  { name = "Ruud van der Ham", email = "rt.van.der.ham@gmail.com" },
11
11
  ]
12
12
  description = "xlwings_utils"
13
- version = "25.0.6.post0"
13
+ version = "25.0.6.post2"
14
14
  readme = "README.md"
15
15
  requires-python = ">=3.9"
16
16
  dependencies = [
@@ -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
-
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xlwings_utils
3
- Version: 25.0.6.post0
3
+ Version: 25.0.6.post2
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