pub fn resolve_cell_value(cell: &Cell, sst: &SharedStringTable) -> CellValueExpand description
Resolve the value of an XML cell to a CellValue, using the SST for
shared string lookups. Thin wrapper over parse_cell_type_value.
pub fn resolve_cell_value(cell: &Cell, sst: &SharedStringTable) -> CellValueResolve the value of an XML cell to a CellValue, using the SST for
shared string lookups. Thin wrapper over parse_cell_type_value.