pub fn apply_styles_to_table( table: &mut Table, column_names: &[String], rows: &[Vec<String>], config: &StyleConfig, ) -> Result<()>
Apply style configuration to a table