Skip to main content

resolve_cell_value

Function resolve_cell_value 

Source
pub fn resolve_cell_value(cell: &Cell, sst: &SharedStringTable) -> CellValue
Expand 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.