Create Named Range
create_named_rangeCreate a named range in an open Excel workbook with name, range address, and optional sheet. Returns JSON confirmation of the resolved absolute reference.
Instructions
Create a new named range.
Args: workbook: Workbook name or path (None = active workbook). name: Name to create (required). Must start with a letter or underscore and contain no spaces. range_address: A1-style address the name refers to, e.g. "A1:C10". sheet: Worksheet the range is on (None = active sheet).
Returns: JSON confirmation with the resolved absolute reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| sheet | No | ||
| workbook | No | ||
| range_address | No | A1 |