Skip to main content

get_cell_hyperlink

Function get_cell_hyperlink 

Source
pub fn get_cell_hyperlink(
    ws: &WorksheetXml,
    rels: &Relationships,
    cell: &str,
) -> Result<Option<HyperlinkInfo>>
Expand description

Get hyperlink information for a cell.

Returns None if the cell has no hyperlink.