use ironcalc_base::types::Workbook; pub(crate) fn get_dot_rels(_: &Workbook) -> String { r#" "#.to_owned() }