pub fn resolve_sst_value(sst: &SharedStringTable, index: &str) -> CellValueExpand 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.
pub fn resolve_sst_value(sst: &SharedStringTable, index: &str) -> CellValueLook 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.