Skip to content

Mac: v0.9 cell referencing (accesses column instead of named range) #545

@lewis-jeffery

Description

@lewis-jeffery

I do not know if this is the intended behaviour, but it is different behaviour...

In v0.7
xw.Range(Sheetname, 'x').options(transpose=True).value = x
writes a column below the cell with the name 'x'

In v0.9
xw.Range('x').options(transpose=True).value = x
writes column below the cell X1

Appreciate your advice...

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions