ExcelHyperlink
Defines hyperlink configuration for Excel cells. Supports web URLs, email links (mailto), and display text customization.
Props
The following table outlines the props for the ExcelHyperlink:
| Name | Type | Default | Description |
|---|---|---|---|
| displayText | string | - | Text displayed in the cell if different from the target URL. |
| target | string | - | Target URL or mailto link. |