-
Notifications
You must be signed in to change notification settings - Fork 14
BB Data - Origin - List input errors #38
Copy link
Copy link
Open
Description
The product page says multiple origin start points on a single sheet is possible, but this is the error I receive when trying.
When attempting to WriteExcel (after "import os" is added), I get the following error when using a list of cells as the "origin" input to the "BB Data" node.
Traceback (most recent call last):
File "<string>", line 165, in <module>
File "...\Packages\BumbleBee\extra\bumblebee.py", line 643, in Origin
return CellIndex(self.origin)
File "...\Packages\BumbleBee\extra\bumblebee.py", line 55, in CellIndex
match = re.match(r"([a-z]+)([0-9]+)", cellAddress, re.I)
TypeError: expected string for parameter 'string' but got 'list'
The list is ["A1","C3","E5:F5"], should this be formatted differently? Changing "E5:F5" from a range to individual cells had no effect.
The ... in the file path is just me editing out user and path information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels