Skip to content

Refactor named ranges to work with Sheet/Workbook scopes #256

@sdementen

Description

@sdementen

This may be related to issue #156 but not sure.

In Excel, a named range can be defined either at workbook scope (per default when typing a name for a range) or at worksheet scope (when creating the name through the Name Manager GUI and choosing a sheet as scope OR when typing a name for a range that already exists at workbook scope).
The range referred by a named range (irrespective of the scope : workbook or sheet) can any range in any sheet of the workbook.

It could be useful to have access to the named range at sheet scope through the notation:

sh.names

as we have currently for named range at workbook scope with

wb.names

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions