Skip to content
Sheetwrite

Sheetwrite / Documentation

hyperlinkAt@sheetwrite/core

Return the first validated hyperlink covering an address, or null when none does.

Return the first validated hyperlink covering an address, or null when none does.

Declaration

function hyperlinkAt(
workbook: Workbook,
address: CellAddress,
): CellHyperlink | null