pub fn delete_cell_hyperlink(
ws: &mut WorksheetXml,
rels: &mut Relationships,
cell: &str,
) -> Result<()>Expand description
Delete a hyperlink from a cell.
Removes the hyperlink element from the worksheet XML and, if the hyperlink used a relationship, removes the corresponding relationship entry.