pub fn text_map_from_strings( cells: HashMap<String, String>, ) -> HashMap<String, DataValue>
Convert a string map into typed text values.