Remove Hyperlink
remove_hyperlinkRemove hyperlinks from a specified cell in an Excel workbook using workbook, sheet, and A1-style cell coordinates. Returns JSON confirmation.
Instructions
Remove the hyperlink from a cell, if any.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). cell: A1-style single-cell reference, e.g. "B2".
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell | No | A1 | |
| sheet | No | ||
| workbook | No |