List Hyperlinks
list_hyperlinksRetrieve all hyperlinks in an Excel worksheet, returning each link's cell, address, and display text. Ideal for auditing or extracting hyperlink data from open workbooks.
Instructions
List all hyperlinks on a worksheet.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet).
Returns: JSON with each hyperlink's cell, address, and display text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| workbook | No |