set_hyperlink
Create a hyperlink in a cell by specifying a URL (external or internal) with optional display text and automatic link styling.
Instructions
Turn a cell into a hyperlink.
url can be external ('https://example.com', 'mailto:a@b.com') or internal to the workbook with a '#' prefix ('#Sheet2!A1'). display sets the cell text; if omitted, an empty cell shows the url. The cell is styled as a link (blue, underlined).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| cell | Yes | ||
| display | No | ||
| session_id | Yes |