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.
pub fn get_cell_hyperlink(
ws: &WorksheetXml,
rels: &Relationships,
cell: &str,
) -> Result<Option<HyperlinkInfo>>Get hyperlink information for a cell.
Returns None if the cell has no hyperlink.