Skip to main content

Module defined_names

Module defined_names 

Source
Expand description

Defined names (named ranges) management.

Provides functions to add, retrieve, update, delete, and list defined names in an Excel workbook. Defined names can be workbook-scoped (visible from all sheets) or sheet-scoped (visible only in the specified sheet).

Structs§

DefinedNameInfo
Information about a defined name.

Enums§

DefinedNameScope
Scope of a defined name.

Functions§

delete_defined_name
Delete a defined name by name and scope.
get_all_defined_names
List all defined names in the workbook.
get_defined_name
Get a defined name by name and scope.
set_defined_name
Add or update a defined name in the workbook.