resolve_sst_value

Function resolve_sst_value 

Source
pub fn resolve_sst_value(sst: &SharedStringTable, index: &str) -> CellValue
Expand description

Look up a shared string by index string. Returns CellValue::Empty if the index is not a valid integer or the SST does not contain the entry.