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:
as we have currently for named range at workbook scope with
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:
as we have currently for named range at workbook scope with