Skip to content

UDFs: add "'range'" converter to replace the "xw.Range" converter #1455

@fzumstein

Description

@fzumstein

A lot of users still get confused and use xw.Range in their scripts while they should be using mysheet.range. Removing it in the future from the global namespace will prevent that, but we then need to switch from @arg('arg', convert=xw.Range) to @arg('arg', convert='range'). Leaving xw.Range in there for now though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions