Skip to content

BB Data - Origin - List input errors #38

@LeeFried

Description

@LeeFried

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions