pub fn table_from_string_rows( rows: Vec<Vec<String>>, style_header: bool, ) -> Table
Build a positioned table from string rows with optional header styling.