pub fn total_row<I, S>(cells: I) -> Vec<Cell>where I: IntoIterator<Item = S>, S: Into<String>,
Build a bold summary row (e.g. “TOTAL”). Cells inherit column alignment.