Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Empty first column causes column names to be wrong #114

@chrisjensen

Description

@chrisjensen

Not sure if this is a tabletop issue a google issue, but highlighting so others are aware of the problem.

If I have a spreadsheet like this:

Blank Name email
Chris cj@mail.com
Joe joe@hotmail.com

Then the column names are incorrect, for example, assuming I have a row already loaded in the variable row.

row['Name']

gives
cj@mail.com

I can work around by making sure the first column is populated.

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